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

Contents of /rpms/e-smith-horde/sme9/e-smith-horde.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (show annotations) (download)
Tue Jan 28 17:16:26 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-horde-4_4_0-8_el6_sme, HEAD
Changes since 1.7: +6 -3 lines
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 4.4.0-8.sme
- Replace last change with a default value for horde access [SME: 7351]

1 # $Id: e-smith-horde.spec,v 1.7 2014/01/26 16:59:46 wellsi Exp $
2
3 Summary: e-smith specific Horde configuration and templates.
4 %define name e-smith-horde
5 Name: %{name}
6 %define version 4.4.0
7 %define release 8
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch1: e-smith-horde-4.4.0-webmail-only-local-network.patch
14 Patch2: e-smith-horde-4.4.0-85HordeAccess-whitespace.patch
15 Patch3: e-smith-horde-4.4.0-HordeAccess-default.patch
16 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 Requires: horde >= 3.2
27 Requires: php-pear
28 Obsoletes: php-devel <= 5.3.3-14
29 Obsoletes: autoconf <= 2.59
30 Obsoletes: automake <= 1.9.6
31 Obsoletes: imake <= 1.0.2
32 Obsoletes: libXdmcp <= 1.0.1
33 Obsoletes: pear-date
34 Obsoletes: pear-db
35 Obsoletes: pear-file
36 Obsoletes: pear-log
37 Obsoletes: pear-mail
38 Obsoletes: pear-mail_mime
39 Requires: php-pear(Date)
40 Requires: php-pear(File)
41 Requires: php-pear(HTTP)
42 Requires: php-pear(Log)
43 Requires: php-pear(Services_Weather)
44 BuildRequires: e-smith-devtools >= 1.13.1-03
45 AutoReqProv: no
46 Obsoletes: dcb-e-smith-horde
47 Obsoletes: smeserver-horde-menuarray
48 Obsoletes: smeserver-trean < 0.1-8
49
50 %changelog
51 * Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 4.4.0-8.sme
52 - Replace last change with a default value for horde access [SME: 7351]
53
54 * Sun Jan 26 2014 Ian Wells <esmith@wellsi.com> 4.4.0-7.sme
55 - Ensure initialisation of variables in webmail-only-local-network by Stephane de Labrusse [SME: 7351]
56
57 * Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 4.4.0-6.sme
58 - Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
59 - Whitespace patch for 85HordeAccess
60
61 * Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 4.4.0-5.sme
62 - Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351]
63
64 * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 4.4.0-4.sme
65 - Obsolete el5 version of packages required by requires [SME: 7273]
66
67 * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 4.4.0-3.sme
68 - Obsolete el5 version of packages required by php-devel [SME: 7273]
69
70 * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 4.4.0-2.sme
71 - Obsolete el5 version of php-devel [SME: 7273]
72
73 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 4.4.0-1.sme
74 - Roll new stream for sme9
75
76 * Fri Dec 23 2011 Jonathan Martens <smeserver-conbtribs@snetram.nl> 4.2.0-17
77 - Remove original file that is also templated [SME: 6666]
78
79 * Mon Jul 04 2011 Charlie Brady <charlie_brady@mitel.com> 4.2.0-16
80 - Remove php-pecl(Fileinfo) dependency. [SME: 6436]
81
82 * Sun Jan 2 2011 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-15
83 - Add option to verify from address in webmail if setting up additional identities [SME:6469]
84
85 * Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-14
86 - Upgrade horde templates to reflect changes in Horde 3.3.10 [SME:6348]
87
88 * Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-13
89 - Upgrade horde templates to reflect changes in Horde 3.3.8 [SME: 5938]
90
91 * Sun Feb 14 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-12
92 - Patch to change horde's templated mime_drivers.php file so some additional
93 settings can be customized [SME: 5224]
94 - config setprop horde inlineMSWord true|false <-- default is false
95 - config setprop horde inlineMSExcel true|false <-- default is false
96 - config setprop horde inlineMSPowerpoint true|false <-- default is false
97 - config setprop horde inlineWordperfect true|false <-- default is false
98 - config setprop horde inlineAudio true|false <-- default is true
99
100 * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-11
101 - Patch to make sure username is always saved in lowercase to horde db's [SME:5775]
102
103 * Sat Feb 13 2010 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-10
104 - Upgrade horde templates to reflect changes in Horde 3.3.6 [SME: 5774]
105
106 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-9
107 - Really apply patch from previous attempt [SME: 5509]
108
109 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-8
110 - Upgrade horde templates to reflect changes in Horde 3.3.5 [SME: 5509]
111
112 * Sat Jun 20 2009 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-7
113 - Upgrade to horde templates to reflect changes in Horde 3.3.4 [SME: 5372]
114
115 * Thu Dec 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-6
116 - Updated spec file to remove requires and obsoletes of php-pear-HTTP-Request
117 information moved to e-smith-imp for both sme7 and sme8 [SME: 4821]
118
119 * Sun Dec 21 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-5
120 - Update to Spec file to obsolete smeserver-trean < 0.1-8 [SME: 4860]
121
122 * Sat Dec 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-4
123 - Patch to conf.php template to set a blank cookie domain so that FQDN and non-FQDN
124 - access to webmail will work. Remove klutz template from registry.php [SME: 4787]
125
126 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-3
127 - Upgrade to horde templates to reflect changes in Horde 3.3.2
128
129 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2.0-2
130 - Upgrade to horde templates to reflect changes in Horde 3.3 [SME: 4831]
131
132 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 4.2.0-1.sme
133 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
134
135 * Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
136 - Upgrade patch for Horde 3.2.1 [SME: 4532]
137
138 * Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-1
139 - Initial production build
140 - Jump in package name to reflect new version of horde
141
142 %description
143 This package adds necessary templates and configuration items
144 so that Horde will work properly on SME Server
145
146 %prep
147 %setup
148 %patch1 -p1
149 %patch2 -p1
150 %patch3 -p1
151
152 %build
153 perl createlinks
154
155 %install
156 rm -rf $RPM_BUILD_ROOT
157 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
158 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
159 echo "%doc COPYING" >> %{name}-%{version}-filelist
160
161 %clean
162 rm -rf $RPM_BUILD_ROOT
163
164 %files -f %{name}-%{version}-filelist
165 %defattr(-,root,root)

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