1 |
# $Id: e-smith-horde.spec,v 1.9 2008/10/07 18:23:44 slords Exp $ |
# $Id: e-smith-horde.spec,v 1.13 2008/12/24 22:59:57 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 6 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
41 |
AutoReqProv: no |
AutoReqProv: no |
42 |
Obsoletes: dcb-e-smith-horde |
Obsoletes: dcb-e-smith-horde |
43 |
Obsoletes: smeserver-horde-menuarray |
Obsoletes: smeserver-horde-menuarray |
44 |
|
Obsoletes: smeserver-trean < 0.1-8 |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6 |
48 |
|
- Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request |
49 |
|
information moved to e-smith-imp for both sme7 and sme8 [SME: 4821] |
50 |
|
|
51 |
|
* Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-5 |
52 |
|
- Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860] |
53 |
|
|
54 |
|
* Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-4 |
55 |
|
- Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN |
56 |
|
- access to webmail will work. Remove klutz template from registry.php [SME: 4787] |
57 |
|
|
58 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-3 |
59 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.2 |
60 |
|
|
61 |
* 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 |
62 |
- 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] |
63 |
|
|
79 |
%setup |
%setup |
80 |
|
|
81 |
%patch1 -p1 |
%patch1 -p1 |
82 |
|
%patch2 -p1 |
83 |
|
%patch3 -p1 |
84 |
|
|
85 |
%build |
%build |
86 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |