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

Contents of /rpms/smeserver-mailman/contribs7/smeserver-mailman.spec

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


Revision 1.15 - (show annotations) (download)
Tue Oct 14 14:43:23 2008 UTC (15 years, 7 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-mailman-1_3_0-25_el4_sme
Changes since 1.14: +7 -2 lines
* Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-25
- Apply 14 Oct 2008 locale patch

1 # $Id: smeserver-mailman.spec,v 1.14 2008/07/01 20:04:46 snetram Exp $
2 # Authority: gordonr
3 # Name: Gordon Rowell
4
5 Summary: Mailman configuration for SME server.
6 %define name smeserver-mailman
7 Name: %{name}
8 %define version 1.3.0
9 %define release 25
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: Applications/Internet
14 Source: %{name}-%{version}.tar.gz
15 Patch0: smeserver-mailman-1.3.0-relocate.patch
16 Patch1: smeserver-mailman-1.3.0-relocate.patch2
17 Patch2: smeserver-mailman-1.3.0-mailmanmail.patch
18 Patch3: smeserver-mailman-1.3.0-smelist.patch
19 Patch4: smeserver-mailman-1.3.0-createlinks.patch2
20 Patch5: smeserver-mailman-1.3.0-postinstall.patch
21 Patch6: smeserver-mailman-1.3.0-postinstall.patch2
22 Patch7: smeserver-mailman-1.3.0-firsttime.patch
23 Patch8: smeserver-mailman-1.3.0-actionorder.patch
24 Patch9: smeserver-mailman-1.3.0-alias2mailman.patch
25 Patch10: smeserver-mailman-1.3.0-smelist.patch2
26 Patch11: smeserver-mailman-1.3.0-locale-2008-04-22.patch
27 Patch12: smeserver-mailman-1.3.0-archives.patch
28 Patch13: smeserver-mailman-1.3.0-locale-2008-04-23.patch
29 Patch14: smeserver-mailman-1.3.0-locale-2008-04-26.patch
30 Patch15: smeserver-mailman-1.3.0-add2general.patch
31 Patch16: smeserver-mailman-1.3.0-locale-2008-05-05.patch
32 Patch17: smeserver-mailman-1.3.0-locale-2008-05-21.patch
33 Patch18: smeserver-mailman-1.3.0-locale-2008-06-27.patch
34 Patch19: smeserver-mailman-1.3.0-locale-2008-07-01.patch
35 Patch20: smeserver-mailman-1.3.0-locale-2008-10-14.patch
36 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
37 BuildArchitectures: noarch
38 Requires: e-smith-base
39 Requires: e-smith-release >= 7.0
40 Requires: mailman >= 2.1.5.1-34.rhel4.3sme01
41 Requires: e-smith-formmagick >= 1.4.0-12
42 BuildRequires: e-smith-devtools >= 1.13.1-03
43 Obsoletes: e-smith-mailman
44 Provides: e-smith-mailman
45 AutoReqProv: no
46
47 %description
48 Add Mailman integration to the SME server.
49
50 %changelog
51 * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-25
52 - Apply 14 Oct 2008 locale patch
53
54 * Tue Jul 1 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-24
55 - Apply 1 July 2008 locale patch
56
57 * Fri Jun 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-23
58 - Apply 27 Jun 2008 locale patch
59
60 * Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-22
61 - Apply 21 May 2008 locale patch
62 - Fixed version number in previous changelog entry
63
64 * Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-21
65 - Apply 5 May 2008 locale patch
66
67 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-20
68 - Add common <base> tags to e-smith-formmagick's general
69
70 * Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-19
71 - Added 26 April 2008 locale patch
72
73 * Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-18
74 - Added 23 April 2008 locale patch
75 - Fixed changelog
76
77 * Wed Apr 23 2008 Daniel B. <daniel@firewall-services.com> 1.3.0-17
78 - Fix path for the archives [SME: 4252]
79
80 * Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-16
81 - Added 22 April 2008 locale patch
82
83 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
84 - Clean up spec so package can be built by koji/plague
85
86 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
87 - Update to new release naming. No functional changes.
88 - Make Packager generic
89
90 * Fri Sep 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-15
91 - Allow hyphen in list names in smelist command [SME: 1307]
92
93 * Fri Sep 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-14
94 - Add /sbin/e-smith/alias2mailman to convert hand-built alias files
95 to mailman lists. Converst ~alias/.qmail-<listname> to the mailman
96 list <listname>
97 - List owner is mailman{DefaultOwner} defaulting to admin
98
99 * Fri Sep 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-13
100 - Fix various permissions to satisfy /usr/lib/mailman/check_perms
101 - Update mailman dependency to latest from CentOS
102
103 * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-12
104 - Run the addlist/rmlist actions before generic_template_expand [SME: 665]
105
106 * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-11
107 - Ensure that mailman record exists prior to trying to set the status
108
109 * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-10
110 - Adjust path in post-install script to match CentOS structure
111
112 * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-09
113 - Make further use of services2adjust and templates2expand
114
115 * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-08
116 - Make use of services2adjust and templates2expand
117 - Update dependency as this is for 7.0
118
119 * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-07
120 - Create qfiles heirarchy
121 - Fix up taint issue in smelist script
122
123 * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-06
124 - TODO: Check permissions on /var/spool/mailman/qfiles. The
125 'in' directory needs to be writable by the mailman CGI script,
126 which is running as www.
127
128 * Thu Jan 5 2006 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-05
129 - Remove postun section which depended on action scripts which
130 no longer exist
131
132 * Fri Dec 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-04
133 - Allow mail for mailman user
134 - TODO: We should have configurable allow/deny for system accounts
135
136 * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-03
137 - No change
138 - TODO: Rewrite templates to new API and move to templates2expand
139 - TODO: Add pre script to relocate /opt/mailman parts for upgrades
140
141 * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-02
142 - Require patched mailman - SME Server runs httpd as www, not apache
143 - Relocate paths from /opt/mailman to /usr/lib/mailman to match mailman pkg
144 - Changed references to accounts db to new location
145
146 * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.3.0-01
147 - Package renamed to smeserver-mailman, including patches to 1.1.10-05
148 - TODO: Relocate to /usr/lib/mailman
149 - TODO: Change DB references, and rewrite to new API
150
151 * Fri Oct 14 2005 Michael Soulier <msoulier@e-smith.com>
152 - [1.1.10-05]
153 - Fixed error with creation of alias file with dot in the name.
154
155 * Wed Mar 16 2005 Michael Soulier <msoulier@e-smith.com>
156 - [1.1.10-04]
157 - Added FQDN of box as a potential virtual host.
158
159 * Mon Mar 14 2005 Michael Soulier <msoulier@e-smith.com>
160 - [1.1.10-03]
161 - Removed circular event call.
162
163 * Wed Feb 23 2005 Michael Soulier <msoulier@e-smith.com>
164 - [1.1.10-02]
165 - Forgot to set mode on smelist.
166
167 * Wed Feb 16 2005 Michael Soulier <msoulier@e-smith.com>
168 - [1.1.10-01]
169 - Added hooks into domain creation and deletion.
170
171 * Wed Feb 16 2005 Michael Soulier <msoulier@e-smith.com>
172 - [1.1.9-01]
173 - Rolling again to get past build error on sme61build.
174
175 * Wed Feb 16 2005 Michael Soulier <msoulier@e-smith.com>
176 - [1.1.8-01]
177 - Added create-system-user call to make the mailman user.
178 - Added a link to the mailman UI.
179
180 * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
181 - [1.1.7-01]
182 - Updated mailman-conf to call a post-install script when first run. If this
183 is ever included in a blade, post-install should move to the blade handler.
184
185 * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
186 - [1.1.6-01]
187 - Fixed badly placed lib.
188 - Added post-install script to move it out of scriptlets.
189
190 * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
191 - [1.1.5-01]
192 - Added conf and restart actions.
193 - Added a simple panel.
194
195 * Tue Feb 15 2005 Michael Soulier <msoulier@e-smith.com>
196 - [1.1.4-01]
197 - Fixed perms on /opt/mailman, and bad symlink.
198
199 * Sun Feb 13 2005 Michael Soulier <msoulier@e-smith.com>
200 - [1.1.3-01]
201 - Fixed error in createlinks.
202
203 * Sun Feb 13 2005 Michael Soulier <msoulier@e-smith.com>
204 - [1.1.2-01]
205 - Rolling initial build of imported package. [msoulier]
206
207 * Sun Feb 13 2005 Michael Soulier <msoulier@e-smith.com>
208 - [1.1.1-01]
209 - Reimplementation after lost packages. Implementing for mailman 2.1.5.
210 [msoulier]
211
212 * Sun Sep 08 2002 Shad L. Lords <slords@mail.com>
213 - 1.0-5
214 - updated addlist and rmlist to better handle conflicts
215
216 * Sun Sep 01 2002 Shad L. Lords <slords@mail.com>
217 - 1.0-4
218 - updated accounts so that ezmlm can coexist with mailman
219
220 * Tue Aug 27 2002 Shad L. Lords <slords@mail.com>
221 - 1.0-3
222 - make site have a random password on install
223 - make mailman list have random password on install
224
225 * Sat Aug 24 2002 Shad L. Lords <slords@mail.com>
226 - 1.0-2
227 - changed mailman-addlist to set perms and ownership correctly.
228 - changed permissions from root,mailman to mailman,mailman
229
230 * Fri Aug 23 2002 Shad L. Lords <slords@mail.com>
231 - 1.0-1
232 - Initial release
233
234 %prep
235 %setup
236 %patch0 -p1
237 %patch1 -p1
238 %patch2 -p1
239 %patch3 -p1
240 %patch4 -p1
241 %patch5 -p1
242 %patch6 -p1
243 %patch7 -p1
244 %patch8 -p1
245 %patch9 -p1
246 %patch10 -p1
247 %patch11 -p1
248 %patch12 -p1
249 %patch13 -p1
250 %patch14 -p1
251 %patch15 -p1
252 %patch16 -p1
253 %patch17 -p1
254 %patch18 -p1
255 %patch19 -p1
256 %patch20 -p1
257
258 /bin/rm -r root/opt/mailman
259
260 %build
261 perl createlinks
262 mkdir -p root/usr/lib/mailman/aliases
263
264 mkdir -p root/opt
265 ln -s /usr/lib/mailman root/opt/mailman
266 mkdir -p root/var/spool/mailman/qfiles
267 for dir in archive bounces commands in news out retry shunt virgin
268 do
269 mkdir -p root/var/spool/mailman/qfiles/$dir
270 done
271
272
273 %install
274 rm -rf $RPM_BUILD_ROOT
275 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
276 rm -f e-smith-%{version}-filelist
277 /sbin/e-smith/genfilelist \
278 --dir '/usr/lib/mailman' 'attr(02775,root,mailman)' \
279 --dir '/usr/lib/mailman/bin' 'attr(02775,root,mailman)' \
280 --dir '/var/spool/mailman' 'attr(02775,root,mailman)' \
281 --dir '/usr/lib/mailman/aliases' 'attr(02775,mailman,mailman)' \
282 --file '/usr/lib/mailman/bin/post-install' 'attr(0755,root,mailman)' \
283 --file '/usr/lib/mailman/bin/smelist' 'attr(04755,root,mailman)' \
284 --dir '/usr/lib/mailman/Mailman' 'attr(02775,root,mailman)' \
285 --dir '/usr/lib/mailman/Mailman/MTA' 'attr(02775,root,mailman)' \
286 --file '/usr/lib/mailman/Mailman/MTA/SME.py' 'attr(02775,root,mailman)' \
287 --dir '/var/spool/mailman/qfiles' 'attr(02770,mailman,mailman)' \
288 --dir '/var/spool/mailman/qfiles/archive' 'attr(02770,mailman,mailman)' \
289 --dir '/var/spool/mailman/qfiles/bounces' 'attr(02770,mailman,mailman)' \
290 --dir '/var/spool/mailman/qfiles/commands' 'attr(02770,mailman,mailman)' \
291 --dir '/var/spool/mailman/qfiles/in' 'attr(02770,mailman,mailman)' \
292 --dir '/var/spool/mailman/qfiles/news' 'attr(02770,mailman,mailman)' \
293 --dir '/var/spool/mailman/qfiles/out' 'attr(02770,mailman,mailman)' \
294 --dir '/var/spool/mailman/qfiles/retry' 'attr(02770,mailman,mailman)' \
295 --dir '/var/spool/mailman/qfiles/shunt' 'attr(02770,mailman,mailman)' \
296 --dir '/var/spool/mailman/qfiles/virgin' 'attr(02770,mailman,mailman)' \
297 $RPM_BUILD_ROOT > %{name}-%{version}-filelist
298
299 %clean
300 rm -rf $RPM_BUILD_ROOT
301
302 %files -f %{name}-%{version}-filelist
303
304 %defattr(-,root,root)
305
306 %pre
307 /sbin/e-smith/create-system-user mailman 41 \
308 "Mailman user" /usr/lib/mailman /bin/false
309
310 %post
311
312 %preun
313
314 %postun

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