/[smecontribs]/rpms/smeserver-ezmlm-web/contribs9/smeserver-ezmlm-web.spec
ViewVC logotype

Annotation of /rpms/smeserver-ezmlm-web/contribs9/smeserver-ezmlm-web.spec

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


Revision 1.7 - (hide annotations) (download)
Mon Apr 17 23:19:13 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-ezmlm-web-1_1_3-7_el6_sme, HEAD
Changes since 1.6: +2 -2 lines
* Mon Apr 17 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-7.sme
- improve security [SME: 10241]
- added userpanel-mailinglist
- added per user and per list delegation.
- new template to expand for webusers file in different events

1 unnilennium 1.1 # $Id: smeserver-ezmlm-web.spec,v 1.2 2013/12/11 04:30:59 unnilennium Exp $
2     # Authority: gordonr
3     # Name: Gordon Rowell
4    
5     Summary: SME Server support for ezmlm-web
6     %define name smeserver-ezmlm-web
7     Name: %{name}
8     %define version 1.1.3
9 unnilennium 1.7 %define release 7
10 unnilennium 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.gz
15     Source1: unknown.gif
16 unnilennium 1.2 Patch0: smeserver-ezmlm-web-1.1.3-ezmlmweb331.patch
17     Patch1: smeserver-ezmlm-web-1.1.3-configurable.patch
18 unnilennium 1.5 Patch2: smeserver-ezmlm-web-1.1.3-bz10241-security.patch
19 unnilennium 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21 unnilennium 1.2 Requires: ezmlm-idx >= 7
22     Requires: e-smith-release >= 8.0
23 unnilennium 1.1 Requires: e-smith-email >= 4.4.0
24     Requires: ezmlm-web
25     Requires: perl(Mail::Ezmlm) >= 0.07
26     Obsoletes: e-smith-ezmlm-web
27     Provides: e-smith-ezmlm-web
28     BuildRequires: e-smith-devtools
29     Conflicts: e-smith-ezmlm-idx
30     AutoReqProv: no
31    
32     %changelog
33 unnilennium 1.7 * Mon Apr 17 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-7.sme
34 unnilennium 1.5 - improve security [SME: 10241]
35     - added userpanel-mailinglist
36     - added per user and per list delegation.
37 unnilennium 1.6 - new template to expand for webusers file in different events
38 unnilennium 1.5
39 unnilennium 1.4 * Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-4.sme
40 unnilennium 1.2 - update for initial import [SME: 8439]
41     - now support ezmlm-web-3.31 and ezmlm-idx-7.2.2
42 unnilennium 1.4 - bump release to cvs admin -ko smeserver-ezmlm-web-1.1.3-configurable.patch
43 unnilennium 1.2
44 unnilennium 1.1 * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.1.3-1.sme
45     - initial import to SME9 contribs
46    
47     * Tue Dec 10 2013 JP Pialasse <tests@pialasse.com> 1.1.2-12
48     - fix deletion bug [SME: 3599]
49    
50     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-11
51     - Move ezmlm-web fragment to admin web server
52    
53     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-10
54     - Bump e-smith-release requirement to 7.0 since we are now using the
55     templates2expand and services2adjust
56    
57     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-09
58     - Fix up banner to say SME Server
59     - TODO: Fix background colour bar
60    
61     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-08
62     - Fix up panel so link to ezmlm-web works
63     - Add httpd.conf template for ezmlm-web
64     - Reserve ezmlm-web url
65    
66     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-07
67     - Fix up event links, expand goodrcptto
68     - TODO: Fix up list deletion
69     - TODO: Store lists in accounts db as FQDN and migrate old ones
70    
71     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-06
72     - Add a dependency on Mail::Ezmlm
73    
74     * Wed Mar 8 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-05
75     - The newer Mail::Ezmlm breaks when passing the -5 parameter to
76     set the owner. Do it as a separate step after list creation.
77     - Fix up to API update
78     - TODO: Need to expand goodrcptto in list create/delete
79    
80     * Fri Feb 17 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-04
81     - Fix new_record call in previous change.
82    
83     * Fri Feb 17 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-03
84     - Rewrite templates and actions to new API and templates2events
85    
86     * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02
87     - Fix up references to accounts db
88     - TODO: Rewrite templates and actions to new API and templates2events
89    
90     * Tue Oct 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-01
91     - Package renamed to smeserver-ezmlm-web, including patches to 1.1.1-05
92     - TODO: Fix up accounts db references
93     - TODO: Store mailing lists with FQDN of list
94    
95     * Fri Oct 4 2002 Gordon Rowell <gordonr@e-smith.com>
96     - [1.1.1-05]
97     - post-upgrade/init-accounts does chown root:root /home/e-smith/files/*
98     and ezmlm needs to be able to write to its home directory
99     The permissions should be in the e-smith-base RPM spec file. Added
100     a workaround in ezmlm-update to ensure we have the right permissions
101     until e-smith-base is updated.
102    
103     * Mon Dec 31 2001 Mark Knox <markk@e-smith.com>
104     - [1.1.1-04]
105     - Incorporated cosmetic changes from Daniel van Raay
106    
107     * Wed Oct 24 2001 Gordon Rowell <gordonr@e-smith.com>
108     - [1.1.1-03]
109     - Added support for list owner to ezmlm-update
110     - Removed now redundant listOptions
111     - Adjusted Copyright notices
112    
113     * Wed Oct 24 2001 Gordon Rowell <gordonr@e-smith.com>
114     - [1.1.1-02]
115     - Added link for ezmlm-web CGI script
116     - Added action to expand /etc/ezmlm/ezmlmwebrc on email-update
117    
118     * Wed Oct 24 2001 Gordon Rowell <gordonr@e-smith.com>
119     - [1.1.1-01]
120     - Rolled version number to 1.1.1-01. Includes patches upto 1.1.0-02.
121     - Renamed to e-smith-ezmlm-web, and added Conflicts: e-smith-ezmlm-idx
122    
123     * Wed Oct 24 2001 Gordon Rowell <gordonr@e-smith.com>
124     - [1.1.0-02]
125     - Major rewrite, using ezmlm-web
126    
127     * Wed Oct 24 2001 Gordon Rowell <gordonr@e-smith.com>
128     - [1.1.0-01]
129     - Rolled version number to 1.1.0-01. Includes patches upto 0.1.3-19.
130    
131     * Fri Oct 19 2001 Gordon Rowell <gordonr@e-smith.com>
132     - [0.1.3-19]
133     - The new "Description" field was not modified during performListModify
134    
135     * Thu Oct 18 2001 Gordon Rowell <gordonr@e-smith.com>
136     - [0.1.3-18]
137     - Put back Charlie's comments describing the options
138    
139     * Thu Oct 18 2001 Daniel van Raay <danielvr@caa.org.au>
140     - [0.1.3-17]
141     - Added description field for each list
142     - Added support for adding and removing subscribers
143     - Moving moderator list to a textbox
144     - Fixed bug when removing a lists .qmail files
145    
146     * Mon Sep 03 2001 Gordon Rowell <gordonr@e-smith.com>
147     - [0.1.3-16]
148     - Actually create a list of existingDomains for the "Create List" domain
149     pull-down
150    
151     * Thu Aug 30 2001 Gordon Rowell <gordonr@e-smith.com>
152     - [0.1.3-15]
153     - Fixed up typo in call to ezmlm-make
154    
155     * Thu Aug 30 2001 Gordon Rowell <gordonr@e-smith.com>
156     - [0.1.3-14]
157     - You can now add and remove moderators
158     - Added some text to explain the options until they become menus
159    
160     * Sat Aug 25 2001 Gordon Rowell <gordonr@e-smith.com>
161     - [0.1.3-13]
162     - Added initial moderator support
163     - You can add moderators, but not remove them, yet :-)
164    
165     * Sat May 26 2001 Gordon Rowell <gordonr@e-smith.com>
166     - [0.1.3-12]
167     - Allow hyphens in list names
168    
169     * Wed Apr 25 2001 Gordon Rowell <gordonr@e-smith.com>
170     - [0.1.3-11]
171     - Added domain to users/assign entries
172    
173     * Mon Apr 23 2001 Gordon Rowell <gordonr@e-smith.com>
174     - [0.1.3-09]
175     - Made use of /var/qmail/users/assign.
176     - Removed ezmlmdomain type - just use DomainName and %domains
177    
178     * Tue Mar 06 2001 Gordon Rowell <gordonr@e-smith.com>
179     - [0.1.3-08]
180     - Use upper-case directory name to ease transition from manual installs
181    
182     * Tue Mar 06 2001 Gordon Rowell <gordonr@e-smith.com>
183     - [0.1.3-07]
184     - Comment to smtpd_check_rules, typo in virtualdomains
185    
186     * Tue Mar 06 2001 Gordon Rowell <gordonr@e-smith.com>
187     - [0.1.3-06]
188     - Added ezmlmdomain type to domains db and reworked fragments to use this
189    
190     * Tue Mar 06 2001 Gordon Rowell <gordonr@e-smith.com>
191     - [0.1.3-05]
192     - Allow hypens in domain names
193     - Fix output permissions for virtualdomains file
194    
195     * Mon Mar 05 2001 Gordon Rowell <gordonr@e-smith.com>
196     - [0.1.3-04]
197     - Fixed uid swap code
198     - Moved most system() calls to list form
199    
200     * Mon Mar 05 2001 Gordon Rowell <gordonr@e-smith.com>
201     - [0.1.3-03]
202     - And create home directory too :-)
203    
204     * Mon Mar 05 2001 Gordon Rowell <gordonr@e-smith.com>
205     - [0.1.3-02]
206     - Create ezmlm user if it doesn't already exist
207    
208     * Mon Mar 05 2001 Gordon Rowell <gordonr@e-smith.com>
209     - [0.1.3-01]
210     - Added web panel, changed links, rebuilt tarball to remove filelist
211    
212     * Mon Mar 05 2001 Gordon Rowell <gordonr@e-smith.com>
213     - [0.1.2-01]
214     - Fixed event links in tarball
215    
216     * Mon Mar 05 2001 Gordon Rowell <gordonr@e-smith.com>
217     - [0.1.1-01]
218     - Initial version
219    
220     %description
221     Configuration and initialisation of ezmlm-web from e-smith
222    
223     %prep
224     %setup
225 unnilennium 1.2 %patch0 -p1
226     %patch1 -p1
227 unnilennium 1.5 %patch2 -p1
228    
229 unnilennium 1.1 mkdir -p root/etc/e-smith/web/common
230     cp -f $RPM_SOURCE_DIR/unknown.gif root/etc/e-smith/web/common
231 unnilennium 1.5 touch root/etc/e-smith/templates/home/e-smith/files/ezmlm/lists/webusers/template-begin
232     touch root/etc/e-smith/templates/home/e-smith/files/ezmlm/lists/webusers/template-end
233    
234 unnilennium 1.1
235     %build
236     mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin
237    
238     mkdir -p root/etc/e-smith/web/panels/manager/common
239     ln -s /home/httpd/html/ezmlm-web/index.cgi root/etc/e-smith/web/panels/manager/common/ezmlm-web
240     perl createlinks
241    
242     %install
243     rm -rf $RPM_BUILD_ROOT
244     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
245     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
246     echo "%doc COPYING" >> %{name}-%{version}-filelist
247    
248     %clean
249     rm -rf $RPM_BUILD_ROOT
250    
251     %pre
252     %preun
253     %post
254     %postun
255    
256     %files -f %{name}-%{version}-filelist
257     %defattr(-,root,root)

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