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

Annotation 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.12 - (hide annotations) (download)
Mon Jun 22 01:52:38 2009 UTC (14 years, 11 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_0_0-6_el4_sme
Changes since 1.11: +7 -2 lines
Please see changelog

1 mrjhb3 1.12 # $Id: e-smith-horde.spec,v 1.11 2008/12/22 00:58:43 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.8 %define version 4.0.0
7 mrjhb3 1.12 %define release 6
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.9 Patch1: e-smith-horde_3.3-upgrade.patch
14 mrjhb3 1.10 Patch2: e-smith-horde_3.3.2-upgrade.patch
15     Patch3: e-smith-horde_cookie_domain.patch
16 mrjhb3 1.12 Patch4: e-smith-horde_3.3.4-upgrade.patch
17 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18     BuildArchitectures: noarch
19     Requires: e-smith-base >= 4.9.44, horde >= 2.0, mysql
20     Requires: e-smith-lib >= 1.15.1-16
21     Requires: enscript
22     Requires: php-domxml
23     Requires: php-gd
24     Requires: php-mbstring
25     Requires: wv
26     Requires: xlhtml
27 slords 1.6 Requires: horde >= 3.2
28 slords 1.1 Requires: php-pear
29     Requires: pear-date
30     Requires: pear-db
31     Requires: pear-file
32     Requires: pear-log
33     Requires: pear-mail
34     Requires: pear-mail_mime
35     BuildRequires: e-smith-devtools >= 1.13.1-03
36     AutoReqProv: no
37     Obsoletes: dcb-e-smith-horde
38     Obsoletes: smeserver-horde-menuarray
39 mrjhb3 1.11 Obsoletes: smeserver-trean < 0.1-8
40 slords 1.1
41     %changelog
42 mrjhb3 1.12 * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-6
43     - Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372]
44    
45 mrjhb3 1.11 * Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-5
46     - Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860]
47    
48 mrjhb3 1.10 * Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-4
49     - Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN
50     - access to webmail will work. Remove klutz template from registry.php [SME: 4787]
51    
52     * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-3
53     - Upgrade to horde templates to reflect changes in Horde 3.3.2
54    
55 mrjhb3 1.9 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.0.0-2
56     - Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831]
57    
58 slords 1.8 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.0.0-1.sme
59     - Roll new stream to separate sme7/sme8 trees [SME: 4633]
60    
61 slords 1.6 * Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
62 bytegw 1.7 - Upgrade patch for Horde 3.2.1 [SME: 4532]
63 mrjhb3 1.4
64 slords 1.6 * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-1
65     - Initial production build
66     - Jump in package name to reflect new version of horde
67 slords 1.1
68     %description
69 slords 1.6 This package adds necessary templates and configuration items
70     so that Horde will work properly on SME Server
71 slords 1.1
72     %prep
73     %setup
74    
75 mrjhb3 1.9 %patch1 -p1
76 mrjhb3 1.10 %patch2 -p1
77     %patch3 -p1
78 mrjhb3 1.12 %patch4 -p1
79 mrjhb3 1.9
80 slords 1.1 %build
81     for i in post-install post-upgrade
82     do
83     mkdir -p root/etc/e-smith/events/$i
84     done
85     perl createlinks
86    
87     %install
88     rm -rf $RPM_BUILD_ROOT
89     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
90     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
91     echo "%doc COPYING" >> %{name}-%{version}-filelist
92    
93     %clean
94     rm -rf $RPM_BUILD_ROOT
95    
96     %pre
97     %preun
98     %post
99     %postun
100    
101     %files -f %{name}-%{version}-filelist
102     %defattr(-,root,root)

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