/[smeserver]/rpms/e-smith-horde/sme7/e-smith-horde.spec
ViewVC logotype

Contents of /rpms/e-smith-horde/sme7/e-smith-horde.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.16 - (show annotations) (download)
Sat Nov 6 03:45:53 2010 UTC (13 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_0_0-10_el4_sme
Changes since 1.15: +7 -2 lines
Please see changelog

1 # $Id: e-smith-horde.spec,v 1.15 2010/01/24 05:46:55 mrjhb3 Exp $
2
3 Summary: e-smith specific Horde configuration and templates.
4 %define name e-smith-horde
5 Name: %{name}
6 %define version 4.0.0
7 %define release 10
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 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 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_3.3.6-3.3.10.patch
21 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
22 BuildArchitectures: noarch
23 Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql
24 Requires: e-smith-lib >= 1.15.1-16
25 Requires: enscript
26 Requires: php-domxml
27 Requires: php-gd
28 Requires: php-mbstring
29 Requires: wv
30 Requires: xlhtml
31 Requires: horde >= 3.2
32 Requires: php-pear
33 Requires: pear-date
34 Requires: pear-db
35 Requires: pear-file
36 Requires: pear-log
37 Requires: pear-mail
38 Requires: pear-mail_mime
39 BuildRequires: e-smith-devtools >= 1.13.1-03
40 AutoReqProv: no
41 Obsoletes: dcb-e-smith-horde
42 Obsoletes: smeserver-horde-menuarray
43 Obsoletes: smeserver-trean < 0.1-8
44
45 %changelog
46 * Fri Nov 11 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-10
47 - Upgrade horde templates to reflect changes from Horde 3.3.6 to 3.3.10 [SME: 6340]
48
49 * Sat Jan 23 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-9
50 - Patch to make sure username is always saved in lowercase to horde db's [SME: 5627]
51
52 * Sat Jan 23 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-8
53 - Upgrade horde templates to reflect changes in Horde 3.3.6 [SME: 5721]
54
55 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-7
56 - Upgrade horde templates to reflect changes in Horde 3.3.5 [SME: 5509]
57
58 * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-6
59 - Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372]
60
61 * Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-5
62 - Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860]
63
64 * Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-4
65 - Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN
66 - access to webmail will work. Remove klutz template from registry.php [SME: 4787]
67
68 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-3
69 - Upgrade to horde templates to reflect changes in Horde 3.3.2
70
71 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-2
72 - Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831]
73
74 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.0.0-1.sme
75 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
76
77 * Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
78 - Upgrade patch for Horde 3.2.1 [SME: 4532]
79
80 * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-1
81 - Initial production build
82 - Jump in package name to reflect new version of horde
83
84 %description
85 This package adds necessary templates and configuration items
86 so that Horde will work properly on SME Server
87
88 %prep
89 %setup
90
91 %patch1 -p1
92 %patch2 -p1
93 %patch3 -p1
94 %patch4 -p1
95 %patch5 -p1
96 %patch6 -p1
97 %patch7 -p1
98 %patch8 -p1
99
100 %build
101 for i in post-install post-upgrade
102 do
103 mkdir -p root/etc/e-smith/events/$i
104 done
105 perl createlinks
106
107 %install
108 rm -rf $RPM_BUILD_ROOT
109 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
110 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
111 echo "%doc COPYING" >> %{name}-%{version}-filelist
112
113 %clean
114 rm -rf $RPM_BUILD_ROOT
115
116 %pre
117 %preun
118 %post
119 %postun
120
121 %files -f %{name}-%{version}-filelist
122 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed