/[smecontribs]/rpms/smeserver-zarafa/contribs7/smeserver-zarafa.spec
ViewVC logotype

Annotation of /rpms/smeserver-zarafa/contribs7/smeserver-zarafa.spec

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


Revision 1.57 - (hide annotations) (download)
Sat May 22 18:13:21 2010 UTC (14 years ago) by bytegw
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-53_el4_sme
Changes since 1.56: +7 -2 lines
See changelog

1 bytegw 1.57 # $Id: smeserver-zarafa.spec,v 1.56 2010/05/22 17:26:49 bytegw Exp $
2 slords 1.9 # Authority: dmay
3     # Name: Darrell May
4    
5 slords 1.1 %define name smeserver-zarafa
6 dungog 1.5 %define version 0.9.0
7 bytegw 1.57 %define release 53
8 slords 1.1 Summary: smserver rpm to setup zarafa
9     Name: %{name}
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GNU GPL version 2
13     URL: http://contribs.org
14     Group: SMEserver/addon
15     Source: %{name}-%{version}.tar.gz
16 dungog 1.5 Patch0: smeserver-zarafa-0.9.0-removephp.patch
17 dungog 1.8 Patch3: smeserver-zarafa-0.9.0-props.patch
18 dungog 1.10 Patch4: smeserver-zarafa-0.9.0-ports.patch
19 dungog 1.11 Patch5: smeserver-zarafa-0.9.0-smessl.patch
20 dungog 1.12 Patch6: smeserver-zarafa-0.9.0-smessl2.patch
21 dungog 1.13 Patch7: smeserver-zarafa-0.9.0-smessl3.patch
22 dungog 1.14 Patch8: smeserver-zarafa-0.9.0-ldap.patch
23 dungog 1.23 Patch9: smeserver-zarafa-0.9.0-userprop1.patch
24 dungog 1.17 Patch10: smeserver-zarafa-0.9.0-services2.patch
25 dungog 1.18 Patch11: smeserver-zarafa-0.9.0-ports2.patch
26 dungog 1.19 Patch12: smeserver-zarafa-0.9.0-http.patch
27 dungog 1.20 Patch13: smeserver-zarafa-0.9.0-ldap2.patch
28 dungog 1.25 Patch14: smeserver-zarafa-0.9.0-shutdown4.patch
29 dungog 1.26 Patch15: smeserver-zarafa-0.9.0-shutdown5.patch
30 dungog 1.28 Patch16: smeserver-zarafa-0.9.0-update2.patch
31     Patch17: smeserver-zarafa-0.9.0-install.patch
32     Patch18: smeserver-zarafa-0.9.0-shutdown6.patch
33 dungog 1.29 Patch19: smeserver-zarafa-0.9.0-playnice.patch
34 dungog 1.30 Patch20: smeserver-zarafa-0.9.0-globalforward.patch
35 dungog 1.31 Patch21: smeserver-zarafa-0.9.0-impdisabled.patch
36 dungog 1.32 Patch22: smeserver-zarafa-0.9.0-icals.patch
37 dungog 1.33 Patch23: smeserver-zarafa-0.9.0-panels.patch
38 dungog 1.34 Patch24: smeserver-zarafa-0.9.0-smessl4.patch
39 dungog 1.35 Patch25: smeserver-zarafa-0.9.0-http2.patch
40 dungog 1.36 Patch26: smeserver-zarafa-0.9.0-templates.patch
41 dungog 1.37 Patch27: smeserver-zarafa-0.9.0-ports3.patch
42 dungog 1.38 Patch28: smeserver-zarafa-0.9.0-smessl5.patch
43 dungog 1.39 Patch29: smeserver-zarafa-0.9.0-smessl6.patch
44 dungog 1.40 Patch30: smeserver-zarafa-0.9.0-zarafaPublic.patch
45 dungog 1.41 Patch31: smeserver-zarafa-0.9.0-zarafaPublic2.patch
46 dungog 1.42 Patch32: smeserver-zarafa-0.9.0-locale-2009-07-27.patch
47 dungog 1.43 Patch33: smeserver-zarafa-0.9.0-panels2.patch
48 dungog 1.44 Patch34: smeserver-zarafa-0.9.0-panels3.patch
49 slords 1.45 Patch35: smeserver-zarafa-0.9.0-locale-2009-08-24.patch
50 dungog 1.46 Patch36: smeserver-zarafa-0.9.0-Clic.patch
51 vip-ire 1.47 Patch37: smeserver-zarafa-0.9.0-locale-2009-10-21.patch
52 slords 1.48 Patch38: smeserver-zarafa-0.9.0-locale-2009-10-27.patch
53 dungog 1.50 Patch39: smeserver-zarafa-0.9.0-move-webaccess.patch2
54 dungog 1.51 Patch40: smeserver-zarafa-0.9.0-services3.patch
55 dungog 1.52 Patch41: smeserver-zarafa-0.9.0-ldap3.patch
56 dungog 1.53 Patch42: smeserver-zarafa-0.9.0-ldap4.patch
57 dungog 1.54 Patch43: smeserver-zarafa-0.9.0-hidesystem.patch
58 slords 1.55 Patch44: smeserver-zarafa-0.9.0-locale-2010-03-02.patch
59 bytegw 1.56 Patch45: smeserver-zarafa-0.9.0-unix_plugin_fix.patch
60     Patch46: smeserver-zarafa-0.9.0-events_update_unix_plugin.patch
61 bytegw 1.57 Patch47: smeserver-zarafa-0.9.0-restore_missing_settings.patch
62 slords 1.1 BuildArchitectures: noarch
63     BuildRoot: /var/tmp/%{name}-%{version}
64     BuildRequires: e-smith-devtools >= 1.13.1-03
65     Requires: e-smith-release >= 7.0
66 dungog 1.49 Requires: zarafa >= 6.30.6
67 slords 1.1 AutoReqProv: no
68    
69     %description
70     smserver rpm to setup zarafa
71    
72     %changelog
73 bytegw 1.57 * Sat May 22 2010 Gavin Weight <gweight@gweight.com> - 0.9-53
74     - Restore missing lines from unix.cfg.
75    
76 bytegw 1.56 * Sat May 22 2010 Gavin Weight <gweight@gweight.com> - 0.9-52
77     - Update unix plugin to exclude non-valid users/groups [SME: 5828]
78     - Add actions for templates to expand unix.cfg
79     - Add actions for services2adjust to unix.cfg
80    
81 slords 1.55 * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.9.0-51.sme
82     - apply locale 2010-03-02 patch
83    
84 dungog 1.54 * Sat Feb 20 2010 Stephen Noble <support@dungog.net> - 0.9-50
85     - hide system and everyone in addressbook [SME 5790]
86    
87     * Tue Feb 16 2010 Stephen Noble <support@dungog.net> - 0.9-49
88 dungog 1.53 - use anon bind to login [SME 5779]
89    
90 dungog 1.52 * Sat Feb 13 2010 Stephen Noble <support@dungog.net> - 0.9-48
91     - update ldap.cfg for 6.40 [SME 5779]
92     - default mysql InnoDB enabled
93    
94 dungog 1.51 * Sat Feb 13 2010 Stephen Noble <support@dungog.net> - 0.9-47
95     - fix service scripts [SME 5672]
96    
97 dungog 1.50 * Thu Feb 11 2010 Stephen Noble <support@dungog.net> - 0.9-46
98     - fix install and update scripts [SME 5672]
99     - tested OK on 6.40
100    
101 dungog 1.49 * Thu Feb 11 2010 Stephen Noble <support@dungog.net> - 0.9-45
102 dungog 1.50 - webaccess location changed upstream [SME 5672]
103 dungog 1.49 - requires zarafa >= 6.30.6
104    
105 slords 1.48 * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.9.0-44.sme
106     - apply locale 2009-10-27 patch
107    
108 vip-ire 1.47 * Wed Oct 21 2009 SME Translation Server <translations@contribs.org> 0.9.0-43.sme
109     - apply locale 2009-10-21 patch
110    
111 dungog 1.46 * Mon Sep 7 2009 Stephen Noble <support@dungog.net> - 0.9-42
112     - typo in language string [SME 5420]
113    
114 slords 1.45 * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.9.0-41.sme
115     - apply locale 2009-08-24 patch
116    
117 dungog 1.44 * Mon Jul 27 2009 Stephen Noble <support@dungog.net> - 0.9-40
118 dungog 1.43 - update zarafa config panels [SME 5310]
119    
120 dungog 1.42 * Mon Jul 27 2009 Stephen Noble <support@dungog.net> - 0.9-38
121     - add translations for panels
122    
123 dungog 1.41 * Mon Jul 27 2009 Stephen Noble <support@dungog.net> - 0.9-36/37
124 dungog 1.40 - db setting to deliver mail to Public folders [SME 5412]
125    
126 dungog 1.39 * Mon Jul 27 2009 Stephen Noble <support@dungog.net> - 0.9-35
127     - fix defaults/zarafa-server/access private [SME 5368]
128    
129 dungog 1.38 * Mon Jul 27 2009 Stephen Noble <support@dungog.net> - 0.9-34
130     - fix defaults/zarafa/access SSL [SME 5367]
131    
132 dungog 1.37 * Mon Jul 27 2009 Stephen Noble <support@dungog.net> - 0.9-33
133     - fix ical.cfg TCPPort error in templates [SME 5410]
134    
135 dungog 1.36 * Thu Jun 11 2009 Stephen Noble <support@dungog.net> - 0.9-32
136     - remove unused templates in /etc/zarafa/ [SME 5357]
137    
138 dungog 1.35 * Sat Jun 06 2009 Stephen Noble <support@dungog.net> - 0.9-31
139     - fix httpd.conf syntax error [SME 5162]
140    
141     * Sat Jun 06 2009 Stephen Noble <support@dungog.net> - 0.9-30
142 dungog 1.34 - server.cfg server_ssl_enabled = yes [SME 5213]
143    
144 dungog 1.33 * Mon Jun 01 2009 Stephen Noble <support@dungog.net> - 0.9-29
145     - add zarafa config panels [SME 5310]
146     - Thanks Marc Kelkermans at ati-informatique.net
147    
148 dungog 1.32 * Fri Mar 06 2009 Stephen Noble <support@dungog.net> - 0.9-28
149     - add zarafa-icals service [SME 4874]
150    
151 dungog 1.31 * Sat Feb 21 2009 Stephen Noble <support@dungog.net> - 0.9-27
152     - allow /webmail if $imp{status} disabled [SME 4957]
153     - remove requires 6.20
154    
155 dungog 1.30 * Sat Jan 17 2009 Stephen Noble <support@dungog.net> - 0.9-26
156     - add globalForward to .qmail [SME 4891]
157    
158 dungog 1.29 * Wed Dec 31 2008 Darrell May <dmay@tallgrassranhc.com> - 0.9-25
159     - add playnice patch [SME 4891]
160     - add separate db entries for zarafa pop/pop3/imap/imaps ports [SME 4912]
161     - reset dagent.cfg template to default
162    
163 dungog 1.28 * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-24
164     - add post-update links [SME 4871]
165     - shutdown6 uses S99 [SME 4883]
166    
167 dungog 1.27 * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-23
168     - trigger zarafa-update on updates of zarafa* rpms [SME 4886]
169    
170 dungog 1.26 * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-22
171     - fix shutdown patch again [SME 4883]
172 dungog 1.25 * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-21
173     - fix shutdown patch [SME 4883]
174    
175 dungog 1.24 * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-20
176     - delete-user patches removed, not required for ldap/unix [SME 4881]
177     - db needs create and delete, do them together, if required
178    
179 dungog 1.21 * Mon Dec 21 2008 Stephen Noble <support@dungog.net> - 0.9-19
180     - service_link shutdown added [SME 4883]
181    
182 dungog 1.20 * Sun Dec 20 2008 Stephen Noble <support@dungog.net> - 0.9-18
183     - ldap, bind password [SME 4869]
184    
185 dungog 1.19 * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-17
186     - http alias changes [SME 4856]
187    
188 dungog 1.18 * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-16
189     - minor change in ports and property names [SME 4846]
190    
191 dungog 1.16 * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-15
192     - added action/zarafa-services-stop [SME 4870]
193 dungog 1.17 - .qmail-junkmail fragment fixed and expanded [SME 4705]
194 dungog 1.15 * Sat Dec 19 2008 Stephen Noble <support@dungog.net> - 0.9-14
195 dungog 1.16 - default user zarafa property to enabled [SME 4870]
196 dungog 1.15 - .qmail-junkmail fragment readded [SME 4705]
197    
198 dungog 1.14 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-13
199     - ldap plugin [SME 4869]
200    
201 dungog 1.13 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-12
202     - use sme ssl files fixes [SME 4846]
203 dungog 1.12 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-11
204     - use sme ssl files fixes [SME 4836]
205 dungog 1.11 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-10
206     - use sme ssl files [SME 4836]
207     - change gateway ports to standard, requires changing sme ports manually
208     - Requires: zarafa = 6.20, verify/update contrib before allowing updates
209    
210 dungog 1.10 * Thu Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-9
211     - change default pop port to 8110, gateway.cfg [SME 4854]
212    
213 dungog 1.8 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8
214     - add properties to cfg files. unix,server,ical,gateway [SME 4636]
215    
216 dungog 1.7 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7
217     - add user-delete symlink [SME 4621]
218 dungog 1.6 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6
219     - add user-delete action [SME 4621]
220    
221 dungog 1.5 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5
222     - remove php template: [SME 4620]
223    
224 dungog 1.4 * Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com>
225     - added template to sort junk e-mail: Bug 4705
226     - [0.9-4a]
227     * Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com>
228     - added /usr/bin/perl createlinks to spec file: Bug 4725
229     - [0.9-3a]
230     * Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com>
231     - smeserver-zarafa-0.9-2a.patch: Bug 4634
232     - [0.9-2a]
233     * Fri Oct 03 2008 Darrell May <dmay@tallgrassranch.com>
234 slords 1.1 - initial release
235 dungog 1.4 - [0.9-1a]
236 slords 1.1
237     %prep
238     %setup
239 dungog 1.4 %patch0 -p1
240 dungog 1.8 %patch3 -p1
241 dungog 1.10 %patch4 -p1
242 dungog 1.11 %patch5 -p1
243 dungog 1.12 %patch6 -p1
244 dungog 1.13 %patch7 -p1
245 dungog 1.14 %patch8 -p1
246 dungog 1.15 %patch9 -p1
247 dungog 1.16 %patch10 -p1
248 dungog 1.18 %patch11 -p1
249 dungog 1.19 %patch12 -p1
250 dungog 1.20 %patch13 -p1
251 dungog 1.24 %patch14 -p1
252 dungog 1.26 %patch15 -p1
253 dungog 1.27 %patch16 -p1
254 dungog 1.28 %patch17 -p1
255     %patch18 -p1
256 dungog 1.29 %patch19 -p1
257 dungog 1.30 %patch20 -p1
258 dungog 1.31 %patch21 -p1
259 dungog 1.32 %patch22 -p1
260 dungog 1.33 %patch23 -p1
261 dungog 1.34 %patch24 -p1
262 dungog 1.35 %patch25 -p1
263 dungog 1.36 %patch26 -p1
264 dungog 1.37 %patch27 -p1
265 dungog 1.38 %patch28 -p1
266 dungog 1.39 %patch29 -p1
267 dungog 1.40 %patch30 -p1
268 dungog 1.42 %patch32 -p1
269 dungog 1.43 %patch33 -p1
270 dungog 1.44 %patch34 -p1
271 slords 1.45 %patch35 -p1
272 dungog 1.46 %patch36 -p1
273 vip-ire 1.47 %patch37 -p1
274 slords 1.48 %patch38 -p1
275 dungog 1.49 %patch39 -p1
276 dungog 1.51 %patch40 -p1
277 dungog 1.52 %patch41 -p1
278 dungog 1.53 %patch42 -p1
279 dungog 1.54 %patch43 -p1
280 slords 1.55 %patch44 -p1
281 bytegw 1.56 %patch45 -p1
282     %patch46 -p1
283 bytegw 1.57 %patch47 -p1
284 slords 1.1
285     %build
286 dungog 1.4 /usr/bin/perl createlinks
287 slords 1.1
288     %install
289     rm -rf $RPM_BUILD_ROOT
290     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
291     rm -f %{name}-%{version}-filelist
292     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
293     > %{name}-%{version}-filelist
294     echo "%doc COPYING" >> %{name}-%{version}-filelist
295    
296     %clean
297     cd ..
298     rm -rf %{name}-%{version}
299    
300     %files -f %{name}-%{version}-filelist
301     %defattr(-,root,root)
302    
303 dungog 1.27 %triggerin -- zarafa
304     /etc/e-smith/events/actions/zarafa-update
305    
306    

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