/[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.11 - (hide annotations) (download)
Mon Dec 22 00:58:43 2008 UTC (15 years, 6 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_0_0-5_el4_sme
Changes since 1.10: +6 -2 lines
Please see changelog

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

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