1 |
# $Id: e-smith-horde.spec,v 1.13 2008/12/24 22:59:57 mrjhb3 Exp $ |
# $Id: e-smith-horde.spec,v 1.21 2010/02/15 04:53:31 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 6 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch2: e-smith-horde_3.3.2-upgrade.patch |
15 |
Patch3: e-smith-horde_cookie_domain.patch |
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 |
|
Patch7: e-smith-horde_username.hook.patch |
20 |
|
Patch8: e-smith-horde_mime_drivers.php.patch |
21 |
|
Patch9: e-smith-horde_3.3.8.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
50 |
Obsoletes: smeserver-trean < 0.1-8 |
Obsoletes: smeserver-trean < 0.1-8 |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-13 |
54 |
|
- Upgrade horde templates to reflect changes in Horde 3.3.8 [SME: 5938] |
55 |
|
|
56 |
|
* Sun Feb 14 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-12 |
57 |
|
- Patch to change horde's templated mime_drivers.php file so some additional |
58 |
|
settings can be customized [SME: 5224] |
59 |
|
- config setprop horde inlineMSWord true|false <-- default is false |
60 |
|
- config setprop horde inlineMSExcel true|false <-- default is false |
61 |
|
- config setprop horde inlineMSPowerpoint true|false <-- default is false |
62 |
|
- config setprop horde inlineWordperfect true|false <-- default is false |
63 |
|
- config setprop horde inlineAudio true|false <-- default is true |
64 |
|
|
65 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-11 |
66 |
|
- Patch to make sure username is always saved in lowercase to horde db's [SME:5775] |
67 |
|
|
68 |
|
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-10 |
69 |
|
- Upgrade horde templates to reflect changes in Horde 3.3.6 [SME: 5774] |
70 |
|
|
71 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-9 |
72 |
|
- Really apply patch from previous attempt [SME: 5509] |
73 |
|
|
74 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-8 |
75 |
|
- Upgrade horde templates to reflect changes in Horde 3.3.5 [SME: 5509] |
76 |
|
|
77 |
|
* Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-7 |
78 |
|
- Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372] |
79 |
|
|
80 |
* Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6 |
* Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6 |
81 |
- Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request |
- Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request |
82 |
information moved to e-smith-imp for both sme7 and sme8 [SME: 4821] |
information moved to e-smith-imp for both sme7 and sme8 [SME: 4821] |
114 |
%patch1 -p1 |
%patch1 -p1 |
115 |
%patch2 -p1 |
%patch2 -p1 |
116 |
%patch3 -p1 |
%patch3 -p1 |
117 |
|
%patch4 -p1 |
118 |
|
%patch5 -p1 |
119 |
|
%patch6 -p1 |
120 |
|
%patch7 -p1 |
121 |
|
%patch8 -p1 |
122 |
|
%patch9 -p1 |
123 |
|
|
124 |
%build |
%build |
125 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |