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

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde.spec

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


Revision 1.22 - (hide annotations) (download)
Tue May 11 04:07:35 2010 UTC (14 years, 2 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_2_0-13_el5_sme
Changes since 1.21: +7 -2 lines
Please see changelog

1 mrjhb3 1.22 # $Id: e-smith-horde.spec,v 1.21 2010/02/15 04:53:31 mrjhb3 Exp $
2 slords 1.5
3 slords 1.1 Summary: e-smith specific Horde configuration and templates.
4     %define name e-smith-horde
5     Name: %{name}
6 slords 1.9 %define version 4.2.0
7 mrjhb3 1.22 %define release 13
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 mrjhb3 1.10 Patch1: e-smith-horde_3.3-upgrade.patch
14 mrjhb3 1.11 Patch2: e-smith-horde_3.3.2-upgrade.patch
15     Patch3: e-smith-horde_cookie_domain.patch
16 mrjhb3 1.15 Patch4: e-smith-horde_3.3.4-upgrade.patch
17 mrjhb3 1.17 Patch5: e-smith-horde_3.3.5-upgrade.patch
18 mrjhb3 1.19 Patch6: e-smith-horde_3.3.6.patch
19 mrjhb3 1.20 Patch7: e-smith-horde_username.hook.patch
20 mrjhb3 1.21 Patch8: e-smith-horde_mime_drivers.php.patch
21 mrjhb3 1.22 Patch9: e-smith-horde_3.3.8.patch
22 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23     BuildArchitectures: noarch
24     Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql
25     Requires: e-smith-lib >= 1.15.1-16
26     Requires: enscript
27     Requires: php-domxml
28     Requires: php-gd
29     Requires: php-mbstring
30     Requires: wv
31     Requires: xlhtml
32 slords 1.6 Requires: horde >= 3.2
33 slords 1.1 Requires: php-pear
34     Obsoletes: pear-date
35     Obsoletes: pear-db
36     Obsoletes: pear-file
37     Obsoletes: pear-log
38     Obsoletes: pear-mail
39     Obsoletes: pear-mail_mime
40     Requires: php-pear(Date)
41     Requires: php-pear(File)
42     Requires: php-pear(HTTP)
43     Requires: php-pear(Log)
44     Requires: php-pear(Services_Weather)
45     Requires: php-pecl(Fileinfo)
46     BuildRequires: e-smith-devtools >= 1.13.1-03
47     AutoReqProv: no
48     Obsoletes: dcb-e-smith-horde
49     Obsoletes: smeserver-horde-menuarray
50 mrjhb3 1.12 Obsoletes: smeserver-trean < 0.1-8
51 slords 1.1
52     %changelog
53 mrjhb3 1.22 * 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 mrjhb3 1.21 * 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 mrjhb3 1.20 * 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 mrjhb3 1.19 - Upgrade horde templates to reflect changes in Horde 3.3.6 [SME: 5774]
70    
71 mrjhb3 1.17 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-9
72 dungog 1.18 - Really apply patch from previous attempt [SME: 5509]
73 mrjhb3 1.17
74 mrjhb3 1.16 * 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 mrjhb3 1.15 * 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 mrjhb3 1.13 * 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
82     information moved to e-smith-imp for both sme7 and sme8 [SME: 4821]
83    
84 mrjhb3 1.12 * Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-5
85     - Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860]
86    
87     * Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-4
88 mrjhb3 1.11 - Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN
89     - access to webmail will work. Remove klutz template from registry.php [SME: 4787]
90    
91 mrjhb3 1.12 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-3
92 mrjhb3 1.11 - Upgrade to horde templates to reflect changes in Horde 3.3.2
93    
94 mrjhb3 1.10 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2
95     - Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831]
96    
97 slords 1.9 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.2.0-1.sme
98     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
99    
100 slords 1.6 * Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
101 bytegw 1.8 - Upgrade patch for Horde 3.2.1 [SME: 4532]
102 slords 1.4
103 slords 1.6 * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-1
104     - Initial production build
105     - Jump in package name to reflect new version of horde
106 slords 1.1
107     %description
108 slords 1.6 This package adds necessary templates and configuration items
109     so that Horde will work properly on SME Server
110 slords 1.1
111     %prep
112     %setup
113    
114 mrjhb3 1.10 %patch1 -p1
115 mrjhb3 1.11 %patch2 -p1
116     %patch3 -p1
117 mrjhb3 1.15 %patch4 -p1
118 mrjhb3 1.17 %patch5 -p1
119 mrjhb3 1.19 %patch6 -p1
120 mrjhb3 1.20 %patch7 -p1
121 mrjhb3 1.21 %patch8 -p1
122 mrjhb3 1.22 %patch9 -p1
123 mrjhb3 1.10
124 slords 1.1 %build
125     for i in post-install post-upgrade
126     do
127     mkdir -p root/etc/e-smith/events/$i
128     done
129     perl createlinks
130    
131     %install
132     rm -rf $RPM_BUILD_ROOT
133     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
134     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
135     echo "%doc COPYING" >> %{name}-%{version}-filelist
136    
137     %clean
138     rm -rf $RPM_BUILD_ROOT
139    
140     %pre
141     %preun
142     %post
143     %postun
144    
145     %files -f %{name}-%{version}-filelist
146     %defattr(-,root,root)

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