1 |
# $Id: e-smith-horde.spec,v 1.9 2008/10/07 18:23:44 slords Exp $ |
# $Id: e-smith-horde.spec,v 1.16 2009/10/14 02:19:12 mrjhb3 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 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-horde_3.3-upgrade.patch |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
43 |
AutoReqProv: no |
AutoReqProv: no |
44 |
Obsoletes: dcb-e-smith-horde |
Obsoletes: dcb-e-smith-horde |
45 |
Obsoletes: smeserver-horde-menuarray |
Obsoletes: smeserver-horde-menuarray |
46 |
|
Obsoletes: smeserver-trean < 0.1-8 |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-9 |
50 |
|
- Really apply patch from previous attempt |
51 |
|
|
52 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-8 |
53 |
|
- Upgrade horde templates to reflect changes in Horde 3.3.5 [SME: 5509] |
54 |
|
|
55 |
|
* Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-7 |
56 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372] |
57 |
|
|
58 |
|
* Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6 |
59 |
|
- Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request |
60 |
|
information moved to e-smith-imp for both sme7 and sme8 [SME: 4821] |
61 |
|
|
62 |
|
* Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-5 |
63 |
|
- Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860] |
64 |
|
|
65 |
|
* Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-4 |
66 |
|
- Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN |
67 |
|
- access to webmail will work. Remove klutz template from registry.php [SME: 4787] |
68 |
|
|
69 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-3 |
70 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.2 |
71 |
|
|
72 |
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2 |
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2 |
73 |
- Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831] |
- Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831] |
74 |
|
|
90 |
%setup |
%setup |
91 |
|
|
92 |
%patch1 -p1 |
%patch1 -p1 |
93 |
|
%patch2 -p1 |
94 |
|
%patch3 -p1 |
95 |
|
%patch4 -p1 |
96 |
|
%patch5 -p1 |
97 |
|
|
98 |
%build |
%build |
99 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |