1 |
# $Id: e-smith-horde.spec,v 1.19 2010/02/13 09:09:23 mrjhb3 Exp $ |
# $Id: e-smith-horde.spec,v 1.20 2010/02/13 09:27:51 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 11 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch5: e-smith-horde_3.3.5-upgrade.patch |
Patch5: e-smith-horde_3.3.5-upgrade.patch |
18 |
Patch6: e-smith-horde_3.3.6.patch |
Patch6: e-smith-horde_3.3.6.patch |
19 |
Patch7: e-smith-horde_username.hook.patch |
Patch7: e-smith-horde_username.hook.patch |
20 |
|
Patch8: e-smith-horde_mime_drivers.php.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql |
49 |
Obsoletes: smeserver-trean < 0.1-8 |
Obsoletes: smeserver-trean < 0.1-8 |
50 |
|
|
51 |
%changelog |
%changelog |
52 |
|
* Sun Feb 14 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-12 |
53 |
|
- Patch to change horde's templated mime_drivers.php file so some additional |
54 |
|
settings can be customized [SME: 5224] |
55 |
|
- config setprop horde inlineMSWord true|false <-- default is false |
56 |
|
- config setprop horde inlineMSExcel true|false <-- default is false |
57 |
|
- config setprop horde inlineMSPowerpoint true|false <-- default is false |
58 |
|
- config setprop horde inlineWordperfect true|false <-- default is false |
59 |
|
- config setprop horde inlineAudio true|false <-- default is true |
60 |
|
|
61 |
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-11 |
* Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-11 |
62 |
- Patch to make sure username is always saved in lowercase to horde db's [SME:5775] |
- Patch to make sure username is always saved in lowercase to horde db's [SME:5775] |
63 |
|
|
114 |
%patch5 -p1 |
%patch5 -p1 |
115 |
%patch6 -p1 |
%patch6 -p1 |
116 |
%patch7 -p1 |
%patch7 -p1 |
117 |
|
%patch8 -p1 |
118 |
|
|
119 |
%build |
%build |
120 |
for i in post-install post-upgrade |
for i in post-install post-upgrade |