/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba.spec
ViewVC logotype

Diff of /rpms/e-smith-turba/sme8/e-smith-turba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.9 by snetram, Sun Jan 4 18:06:50 2009 UTC Revision 1.20 by mrjhb3, Sat Nov 13 18:45:03 2010 UTC
# Line 1  Line 1 
1  # $Id: e-smith-turba.spec,v 1.8 2009/01/03 04:15:06 mrjhb3 Exp $  # $Id: e-smith-turba.spec,v 1.19 2010/11/12 19:54:32 mrjhb3 Exp $
2    
3  Summary: e-smith module to configure Turba 1.0  Summary: e-smith module to configure Turba 1.0
4  %define name e-smith-turba  %define name e-smith-turba
5  Name: %{name}  Name: %{name}
6  %define version 3.2.0  %define version 3.2.0
7  %define release 4  %define release 17
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 12  Group: Networking/Daemons Line 12  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13  Patch1: e-smith-turba-2.3.patch  Patch1: e-smith-turba-2.3.patch
14  Patch2: e-smith-turba-2.3.1.patch  Patch2: e-smith-turba-2.3.1.patch
15    Patch3: e-smith-turba_remove_sql_schema.patch
16    Patch4: e-smith-turba-2.3.2.patch
17    Patch5: e-smith-turba-2.3.3.patch
18    Patch6: e-smith-turba-3.2.0-ldap_scope.patch
19    Patch7: e-smith-turba-3.2.0-turbatype_search.patch
20    Patch8: e-smith-turba-3.2.0-freebusy.patch
21    Patch9: e-smith-turba-3.2.0-attributes.php.patch
22    Patch10: e-smith-turba-3.2.0-LDAP_Group.patch
23    Patch11: e-smith-turba-3.2.0-remove-turbatype.patch
24    Patch12: e-smith-turba-3.2.0-basedn.patch
25    Patch13: e-smith-turba-3.2.0-basedn2.patch
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
28  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 22  Obsoletes: dcb-e-smith-turba Line 33  Obsoletes: dcb-e-smith-turba
33  Obsoletes: smeserver-turba-menuarray  Obsoletes: smeserver-turba-menuarray
34    
35  %changelog  %changelog
36  * Sun Jan 5 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-4  * Sat Nov 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-17
37    - Fix bug in refactored code used to set ldap base dn. [SME: 2939]
38    
39    * Fri Nov 12 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-16
40    
41    - Refactored code used to set ldap base dn.  Thanks Shad Lords [SME: 2939]
42    
43    * Sun Aug 1 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-15
44    - Update to remove turbaContact info that SME is not using [SME: 5942]
45    
46    * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-14
47    - Patch that adds the ability to have a local LDAP Group Address book.  [SME: 5944]
48    
49    * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-13
50    - Patch to template attributes.php to add ability to have multiple email values
51      for a contact.  Separate entries with a comma and a space [SME: 5943]
52    
53    * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-12
54    - Update to freebusy info in sources.php [SME 5942]
55    
56    * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-11
57    - Update to fix turbatype error when using turba LDAP address search [SME: 5772]
58    
59    * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-10
60    - Update LDAP for changed scope [SME: 2939]
61    
62    * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-9
63    - Updated template files to reflect changes in Turba 2.3.3 [SME: 5778]
64    - Remove previous patch.  Will add new partial patch for bug 2939
65    
66    * Sat Feb 13 2010 Stephen Noble <support@dungog.net> 3.2.0-8
67    - Update LDAP for changed schema [SME: 2939]
68    
69    * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-7  
70    - Updated template files to reflect changes in Turba 2.3.2 [SME: 5512]
71    
72    * Wed Apr 8 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-6
73    - Remove redundant 49turba_migrate_contacts template fragments [SME: 5148]
74    
75    * Sun Jan 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-5
76    - Fix date in previous changelog entry [SME: 4910]
77    
78    * Sun Jan 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-4
79  - Fix turba.sql patch to prevent creating a .orig file [SME: 4910]  - Fix turba.sql patch to prevent creating a .orig file [SME: 4910]
80    
81  * Fri Jan 2 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-3        * Fri Jan 2 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-3      
# Line 60  so that Turba will work properly on SME Line 113  so that Turba will work properly on SME
113    
114  %patch1 -p1  %patch1 -p1
115  %patch2 -p1  %patch2 -p1
116    %patch3 -p1
117    %patch4 -p1
118    %patch5 -p1
119    %patch6 -p1
120    %patch7 -p1
121    %patch8 -p1
122    %patch9 -p1
123    %patch10 -p1
124    %patch11 -p1
125    %patch12 -p1
126    %patch13 -p1
127    
128  %build  %build
129  for i in bootstrap-console-save post-install post-upgrade email-update  for i in bootstrap-console-save post-install post-upgrade email-update


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed