/[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.14 - (hide annotations) (download)
Sun Jan 24 03:38:30 2010 UTC (14 years, 4 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_0_0-8_el4_sme
Changes since 1.13: +7 -2 lines
Please see changelog

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

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