1 |
# $Id: e-smith-turba.spec,v 1.10 2009/01/04 18:14:00 snetram Exp $ |
# $Id: e-smith-turba.spec,v 1.16 2010/02/13 16:42:39 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 6 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
30 |
Obsoletes: smeserver-turba-menuarray |
Obsoletes: smeserver-turba-menuarray |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-14 |
34 |
|
- Patch that adds the ability to have a local LDAP Group Address book. [SME: 5944] |
35 |
|
|
36 |
|
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-13 |
37 |
|
- Patch to template attributes.php to add ability to have multiple email values |
38 |
|
for a contact. Separate entries with a comma and a space [SME: 5943] |
39 |
|
|
40 |
|
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-12 |
41 |
|
- Update to freebusy info in sources.php [SME 5942] |
42 |
|
|
43 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-11 |
44 |
|
- Update to fix turbatype error when using turba LDAP address search [SME: 5772] |
45 |
|
|
46 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-10 |
47 |
|
- Update LDAP for changed scope [SME: 2939] |
48 |
|
|
49 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-9 |
50 |
|
- Updated template files to reflect changes in Turba 2.3.3 [SME: 5778] |
51 |
|
- Remove previous patch. Will add new partial patch for bug 2939 |
52 |
|
|
53 |
|
* Sat Feb 13 2010 Stephen Noble <support@dungog.net> 3.2.0-8 |
54 |
|
- Update LDAP for changed schema [SME: 2939] |
55 |
|
|
56 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-7 |
57 |
|
- Updated template files to reflect changes in Turba 2.3.2 [SME: 5512] |
58 |
|
|
59 |
* Wed Apr 8 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-6 |
* Wed Apr 8 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-6 |
60 |
- Remove redundant 49turba_migrate_contacts template fragments [SME: 5148] |
- Remove redundant 49turba_migrate_contacts template fragments [SME: 5148] |
61 |
|
|
101 |
%patch1 -p1 |
%patch1 -p1 |
102 |
%patch2 -p1 |
%patch2 -p1 |
103 |
%patch3 -p1 |
%patch3 -p1 |
104 |
|
%patch4 -p1 |
105 |
|
%patch5 -p1 |
106 |
|
%patch6 -p1 |
107 |
|
%patch7 -p1 |
108 |
|
%patch8 -p1 |
109 |
|
%patch9 -p1 |
110 |
|
%patch10 -p1 |
111 |
|
|
112 |
%build |
%build |
113 |
for i in bootstrap-console-save post-install post-upgrade email-update |
for i in bootstrap-console-save post-install post-upgrade email-update |