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

Contents 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.15 - (show annotations) (download)
Mon Jun 22 01:53:06 2009 UTC (14 years, 11 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_2_0-7_el5_sme
Changes since 1.14: +7 -2 lines
Please see changelog

1 # $Id: e-smith-horde.spec,v 1.14 2008/12/24 23:00:37 mrjhb3 Exp $
2
3 Summary: e-smith specific Horde configuration and templates.
4 %define name e-smith-horde
5 Name: %{name}
6 %define version 4.2.0
7 %define release 7
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch1: e-smith-horde_3.3-upgrade.patch
14 Patch2: e-smith-horde_3.3.2-upgrade.patch
15 Patch3: e-smith-horde_cookie_domain.patch
16 Patch4: e-smith-horde_3.3.4-upgrade.patch
17 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 Requires: horde >= 3.2
28 Requires: php-pear
29 Obsoletes: pear-date
30 Obsoletes: pear-db
31 Obsoletes: pear-file
32 Obsoletes: pear-log
33 Obsoletes: pear-mail
34 Obsoletes: pear-mail_mime
35 Requires: php-pear(Date)
36 Requires: php-pear(File)
37 Requires: php-pear(HTTP)
38 Requires: php-pear(Log)
39 Requires: php-pear(Services_Weather)
40 Requires: php-pecl(Fileinfo)
41 BuildRequires: e-smith-devtools >= 1.13.1-03
42 AutoReqProv: no
43 Obsoletes: dcb-e-smith-horde
44 Obsoletes: smeserver-horde-menuarray
45 Obsoletes: smeserver-trean < 0.1-8
46
47 %changelog
48 * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-7
49 - Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372]
50
51 * Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6
52 - Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request
53 information moved to e-smith-imp for both sme7 and sme8 [SME: 4821]
54
55 * Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-5
56 - Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860]
57
58 * Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-4
59 - Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN
60 - access to webmail will work. Remove klutz template from registry.php [SME: 4787]
61
62 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-3
63 - Upgrade to horde templates to reflect changes in Horde 3.3.2
64
65 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2
66 - Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831]
67
68 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.2.0-1.sme
69 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
70
71 * Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
72 - Upgrade patch for Horde 3.2.1 [SME: 4532]
73
74 * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-1
75 - Initial production build
76 - Jump in package name to reflect new version of horde
77
78 %description
79 This package adds necessary templates and configuration items
80 so that Horde will work properly on SME Server
81
82 %prep
83 %setup
84
85 %patch1 -p1
86 %patch2 -p1
87 %patch3 -p1
88 %patch4 -p1
89
90 %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