1 |
# $Id: e-smith-horde.spec,v 1.8 2008/09/16 18:04:56 bytegw Exp $ |
# $Id: e-smith-horde.spec,v 1.10 2008/12/06 21:22:50 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 1 |
%define release 4 |
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 |
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 |
43 |
Obsoletes: smeserver-horde-menuarray |
Obsoletes: smeserver-horde-menuarray |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-4 |
47 |
|
- Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN |
48 |
|
- access to webmail will work. Remove klutz template from registry.php [SME: 4787] |
49 |
|
|
50 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-3 |
51 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.2 |
52 |
|
|
53 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2 |
54 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831] |
55 |
|
|
56 |
* 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 |
57 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
58 |
|
|
70 |
%prep |
%prep |
71 |
%setup |
%setup |
72 |
|
|
73 |
|
%patch1 -p1 |
74 |
|
%patch2 -p1 |
75 |
|
%patch3 -p1 |
76 |
|
|
77 |
%build |
%build |
78 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |
79 |
do |
do |