/[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.13 - (hide annotations) (download)
Wed Dec 24 22:59:57 2008 UTC (15 years, 5 months ago) by mrjhb3
Branch: MAIN
Changes since 1.12: +5 -3 lines
Please see changelog

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

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