1 |
# $Id: e-smith-horde.spec,v 1.8 2008/09/16 18:04:56 bytegw Exp $ |
# $Id: e-smith-horde.spec,v 1.18 2010/02/13 02:51:06 dungog Exp $ |
2 |
|
|
3 |
Summary: e-smith specific Horde configuration and templates. |
Summary: e-smith specific Horde configuration and templates. |
4 |
%define name e-smith-horde |
%define name e-smith-horde |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 4.2.0 |
%define version 4.2.0 |
7 |
%define release 1 |
%define release 10 |
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-horde_3.3-upgrade.patch |
14 |
|
Patch2: e-smith-horde_3.3.2-upgrade.patch |
15 |
|
Patch3: e-smith-horde_cookie_domain.patch |
16 |
|
Patch4: e-smith-horde_3.3.4-upgrade.patch |
17 |
|
Patch5: e-smith-horde_3.3.5-upgrade.patch |
18 |
|
Patch6: e-smith-horde_3.3.6.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
44 |
AutoReqProv: no |
AutoReqProv: no |
45 |
Obsoletes: dcb-e-smith-horde |
Obsoletes: dcb-e-smith-horde |
46 |
Obsoletes: smeserver-horde-menuarray |
Obsoletes: smeserver-horde-menuarray |
47 |
|
Obsoletes: smeserver-trean < 0.1-8 |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
|
* Sat Jan 23 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-10 |
51 |
|
- Upgrade horde templates to reflect changes in Horde 3.3.6 [SME: 5774] |
52 |
|
|
53 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-9 |
54 |
|
- Really apply patch from previous attempt [SME: 5509] |
55 |
|
|
56 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-8 |
57 |
|
- Upgrade horde templates to reflect changes in Horde 3.3.5 [SME: 5509] |
58 |
|
|
59 |
|
* Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-7 |
60 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372] |
61 |
|
|
62 |
|
* Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6 |
63 |
|
- Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request |
64 |
|
information moved to e-smith-imp for both sme7 and sme8 [SME: 4821] |
65 |
|
|
66 |
|
* Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-5 |
67 |
|
- Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860] |
68 |
|
|
69 |
|
* Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-4 |
70 |
|
- Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN |
71 |
|
- access to webmail will work. Remove klutz template from registry.php [SME: 4787] |
72 |
|
|
73 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-3 |
74 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.2 |
75 |
|
|
76 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2 |
77 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831] |
78 |
|
|
79 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.2.0-1.sme |
80 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
81 |
|
|
93 |
%prep |
%prep |
94 |
%setup |
%setup |
95 |
|
|
96 |
|
%patch1 -p1 |
97 |
|
%patch2 -p1 |
98 |
|
%patch3 -p1 |
99 |
|
%patch4 -p1 |
100 |
|
%patch5 -p1 |
101 |
|
%patch6 -p1 |
102 |
|
|
103 |
%build |
%build |
104 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |
105 |
do |
do |