1 |
# $Id: e-smith-turba.spec,v 1.6 2008/10/07 19:24:32 slords Exp $ |
# $Id: e-smith-turba.spec,v 1.13 2010/02/12 14:41:11 dungog 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 2 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
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 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
Obsoletes: smeserver-turba-menuarray |
Obsoletes: smeserver-turba-menuarray |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-9 |
29 |
|
- Updated template files to reflect changes in Turba 2.3.3 [SME: 5778] |
30 |
|
- Remove previous patch. Will add new partial patch for bug 2939 |
31 |
|
|
32 |
|
* Sat Feb 13 2010 Stephen Noble <support@dungog.net> 3.2.0-8 |
33 |
|
- Update LDAP for changed schema [SME: 2939] |
34 |
|
|
35 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-7 |
36 |
|
- Updated template files to reflect changes in Turba 2.3.2 [SME: 5512] |
37 |
|
|
38 |
|
* Wed Apr 8 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-6 |
39 |
|
- Remove redundant 49turba_migrate_contacts template fragments [SME: 5148] |
40 |
|
|
41 |
|
* Sun Jan 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-5 |
42 |
|
- Fix date in previous changelog entry [SME: 4910] |
43 |
|
|
44 |
|
* Sun Jan 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-4 |
45 |
|
- Fix turba.sql patch to prevent creating a .orig file [SME: 4910] |
46 |
|
|
47 |
|
* Fri Jan 2 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-3 |
48 |
|
- Updated template files to reflect changes in Turba 2.3.1 |
49 |
|
|
50 |
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-2 |
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-2 |
51 |
- Updated template files to reflect changes in Turba 2.3 [SME: 4833] |
- Updated template files to reflect changes in Turba 2.3 [SME: 4833] |
52 |
|
|
78 |
%setup |
%setup |
79 |
|
|
80 |
%patch1 -p1 |
%patch1 -p1 |
81 |
|
%patch2 -p1 |
82 |
|
%patch3 -p1 |
83 |
|
%patch4 -p1 |
84 |
|
%patch5 -p1 |
85 |
|
|
86 |
%build |
%build |
87 |
for i in bootstrap-console-save post-install post-upgrade email-update |
for i in bootstrap-console-save post-install post-upgrade email-update |