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

Annotation of /rpms/smeserver-wbl/contribs9/smeserver-wbl.spec

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


Revision 1.20 - (hide annotations) (download)
Sat Dec 7 04:05:52 2019 UTC (4 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-wbl-0_3_0-19_el6_sme, HEAD
Changes since 1.19: +7 -2 lines
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.3.0-19.sme
- apply locale 2019-12-07 patch

1 stephdl 1.1
2 jpp 1.20 # $Id: smeserver-wbl.spec,v 1.19 2017/12/02 06:29:17 cvsuser Exp $
3 stephdl 1.1 # Authority: gzartman
4     # Name: Greg Zartman
5    
6     Summary: E-mail white/black lists for SME Server
7     %define name smeserver-wbl
8     Name: %{name}
9     %define version 0.3.0
10 jpp 1.20 %define release 19
11 stephdl 1.1 Version: %{version}
12     Release: %{release}%{?dist}
13     License: GPL
14     Group: SME Server/addon
15     Source: %{name}-%{version}.tar.gz
16     BuildRoot: /var/tmp/%{name}-%{version}
17     BuildArchitectures: noarch
18 stephdl 1.2 BuildRequires: e-smith-devtools
19     Requires: smeserver-release => 9.0
20 unnilennium 1.14 Requires: qpsmtpd >= 0.96
21 stephdl 1.1 AutoReqProv: no
22 stephdl 1.2 Patch0: smeserver-wbl-0.3.0.bz807.blacklistfrom.patch
23 stephdl 1.4 Patch1: smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch
24 stephdl 1.5 Patch2: smeserver-wbl-0.3.0-locale-2015-09-12.patch
25 stephdl 1.6 Patch3: smeserver-wbl-0.3.0-locale-2015-09-15.patch
26 stephdl 1.7 Patch4: smeserver-wbl-0.3.0-locale-2015-09-17.patch
27 stephdl 1.8 Patch5: smeserver-wbl-0.3.0.bz9092.RBL_Menu.patch
28 stephdl 1.11 Patch6: smeserver-wbl-0.3.0-locale-2015-10-16.patch
29 unnilennium 1.12 Patch7: smeserver-wbl-0.3.0-locale-2016-03-09.patch
30 unnilennium 1.13 Patch8: smeserver-wbl-0.3.0-locale-2017-02-02.patch
31 unnilennium 1.14 Patch9: smeserver-wbl-0.3.0.bz10091.changePlugin.patch
32 unnilennium 1.15 Patch10: smeserver-wbl-0.3.0.bz10116.changingseparator.patch
33 unnilennium 1.16 Patch11: smeserver-wbl-0.3.0.bz10124-event-to-avoid-unecessary-service-restart.patch
34 unnilennium 1.18 Patch12: smeserver-wbl-0.3.0.bz10287-allowSpacesInRBL.patch
35 cvsuser 1.19 Patch13: smeserver-wbl-0.3.0-locale-2017-12-02.patch
36 jpp 1.20 Patch14: smeserver-wbl-0.3.0-locale-2019-12-07.patch
37 unnilennium 1.12
38 stephdl 1.1 %description
39     %name is an addon for SME Server that provides the following WBLs:
40     qpsmtpd check_badmailfrom /var/qmail/control/badmailfrom
41     qpsmtpd check_spamhelo /var/service/qpsmtpd/config/badhelo
42     qpsmtpd whitelist_soft /var/service/qpsmtpd/config/whitelisthosts whitelisthelo whitelistsenders
43     spamassassin /etc/mail/spammassassin/local.cf whitelist_from
44    
45     %changelog
46 jpp 1.20 * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.3.0-19.sme
47     - apply locale 2019-12-07 patch
48    
49 cvsuser 1.19 * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.3.0-18.sme
50     - apply locale 2017-12-02 patch
51    
52 unnilennium 1.18 * Wed May 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-17.sme
53     - allow embedded spaces when entering new DNSBL zones [SME: 10287]
54    
55 unnilennium 1.17 * Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-16.sme
56 unnilennium 1.16 - avoid unecessary service restart on modifcation [SME: 10124]
57    
58 unnilennium 1.15 * Thu Feb 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-14.sme
59     - changing separator for RBLList, SBLList [SME: 10116]
60    
61 unnilennium 1.14 * Wed Feb 22 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-13.sme
62     - move to new plugin whitelist provided by newer qpsmtpd [SME: 10091]
63    
64 unnilennium 1.13 * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-12.sme
65     - apply locale 2017-02-02.patch
66    
67 unnilennium 1.12 * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.3.0-11.sme
68     - apply locale 2016-03-09 patch
69    
70 stephdl 1.11 * Fri Oct 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-10.sme
71     - Added Translations smeserver-wbl-0.3.0-locale-2015-10-16.patch
72    
73 stephdl 1.10 * Thu Oct 15 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-9.sme
74     - The html strings of the main page has been removed of translations
75    
76 stephdl 1.9 * Tue Oct 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-8.sme
77 stephdl 1.8 - Added a RBL's list Menu
78    
79 stephdl 1.7 * Thu Sep 17 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-6.sme
80     - smeserver-wbl-0.3.0-locale-2015-09-17.patch
81    
82 stephdl 1.6 * Tue Sep 15 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-5.sme
83     - added smeserver-wbl-0.3.0-locale-2015-09-15.patch
84    
85 stephdl 1.5 * Sat Sep 12 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-4.sme
86     - added smeserver-wbl-0.3.0-locale-2015-09-12.patch
87    
88 stephdl 1.4 * Fri Sep 11 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-3.sme
89     - Correction of a locale Bug [SME: 5219]
90     - Added smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch
91    
92 stephdl 1.2 * Sat Sep 05 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-2.sme
93 stephdl 1.3 - added spamassassin blacklist_from field [SME: 807]
94 stephdl 1.2 - smeserver-wbl-0.3.0.bz807.blacklistfrom.patch
95    
96 stephdl 1.1 * Sat Sep 05 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-1.sme
97     - Initial release to contribs9
98    
99     * Thu Dec 25 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.1.0-21.sme
100     - Added Translations smeserver-wbl-0.1.0-locale-2014-12-25.patch
101    
102     * Tue Apr 8 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 0.1.0-20.sme
103     - patch to rename variables which have earlier declarations in the same scope. [SME: 8319]
104     - add a new usage legend for whitelistsenders by john crisp [SME: 8321]
105    
106     * Mon Jul 15 2013 JP Pialasse <tests@pialasse.com> 0.1.0-19.sme
107     - apply locale 2013-07-15 patch
108     - fix for SME8 [SME: 7007]
109     - fix badmailfrom ignored by qpsmtpd, but without regex support [SME: 5085]
110    
111     * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 0.1.0-18.sme
112     - apply locale 2011-03-06 patch
113    
114     * Sun May 23 2010 SME Translation Server <translations@contribs.org> 0.1.0-17.sme
115     - apply locale 2010-05-23 patch
116    
117     * Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 0.1.0-16.sme
118     - apply locale 2010-03-02 patch
119    
120     * Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 0.1.0-15.sme
121     - apply locale 2009-10-27 patch
122    
123     * Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 0.1.0-14.sme
124     - apply locale 2009-08-24 patch
125    
126     * Wed May 20 2009 SME Translation Server <translations@contribs.org> 0.1.0-13.sme
127     - apply locale 2009-05-20 patch
128    
129     * Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 0.1.0-12.sme
130     - apply locale 2009-04-27 patch
131    
132     * Tue Mar 03 2009 SME Translation Server
133     - apply locale 2009-03-03 patch
134    
135     * Sun Mar 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-10
136     - Apply 1 Mar 2009 locale patch [SME: 5018]
137    
138     * Thu Jan 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-9
139     - Apply 1 Jan 2009 locale patch [SME: 4900]
140    
141     * Wed Nov 19 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-8
142     - Apply 19 Nov 2008 locale patch
143    
144     * Mon Nov 10 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-7
145     - Apply 10 Nov 2008 locale patch
146    
147     * Fri Nov 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-6
148     - Apply 7 Nov 2008 locale patch
149    
150     * Thu Nov 6 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-5
151     - Apply 6 Nov 2008 locale patch
152    
153     * Fri Oct 17 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-4
154     - Apply 17 Oct 2008 locale patch
155    
156     * Thu Oct 16 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-3
157     - Apply 16 Oct 2008 locale patch
158    
159     * Tue Oct 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.1.0-2
160     - Apply 14 Oct 2008 locale patch
161    
162     * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 0.1.0-1.sme
163     - Roll new stream to import into buildsys
164    
165     * Fri Oct 10 2008 Greg J. Zartman <greg@leiinc.com> 0.0.1-9
166     - Add whitelist_soft qpsmtpd plugin template fragment for external connections.
167     - Simplify server-manager panel.
168    
169     * Fri Jan 05 2007 Darrell May <dmay@myezserver.com>
170     - added spamassassin whitelist_from to accept panel
171     - reworked all code to use spamassassin db format
172     - [0.0.1-a8.dmay]
173    
174     * Thu Jan 04 2007 Darrell May <dmay@myezserver.com>
175     - edited panels, added Update panel
176     - [0.0.1-a7.dmay]
177    
178     * Thu Jan 04 2007 Darrell May <dmay@myezserver.com>
179     - edited templates to use new db
180     - added templates for spamassassin local.cf whitelist_from
181     - [0.0.1-a6.dmay]
182    
183     * Wed Jan 03 2007 Darrell May <dmay@myezserver.com>
184     - changed db to use /home/e-smith/db/wbl
185     - [0.0.1-a5.dmay]
186    
187     * Sun Dec 17 2006 Darrell May <dmay@myezserver.com>
188     - initial public alpha release
189     - [0.0.1-a4.dmay]
190    
191     * Sat Dec 16 2006 Darrell May <dmay@myezserver.com>
192     - more panel enhancements
193     - [0.0.1-a3.dmay]
194    
195     * Fri Dec 15 2006 Darrell May <dmay@myezserver.com>
196     - continued panel enhancements
197     - [0.0.1-a2.dmay]
198    
199     * Fri Dec 15 2006 Darrell May <dmay@myezserver.com>
200     - server-manager panel added
201     - [0.0.1-a1.dmay]
202    
203     * Fri Dec 15 2006 Darrell May <dmay@myezserver.com>
204     - initial alpha release
205     - [0.0.1-a0.dmay]
206    
207     %prep
208     %setup
209 stephdl 1.2 %patch0 -p1
210 stephdl 1.4 %patch1 -p1
211 stephdl 1.5 %patch2 -p1
212 stephdl 1.6 %patch3 -p1
213 stephdl 1.7 %patch4 -p1
214 stephdl 1.8 %patch5 -p1
215 stephdl 1.11 %patch6 -p1
216 unnilennium 1.12 %patch7 -p1
217 unnilennium 1.13 %patch8 -p1
218 unnilennium 1.14 %patch9 -p1
219 unnilennium 1.15 %patch10 -p1
220 unnilennium 1.16 %patch11 -p1
221 unnilennium 1.18 %patch12 -p1
222 cvsuser 1.19 %patch13 -p1
223 jpp 1.20 %patch14 -p1
224 stephdl 1.1
225     %build
226     perl createlinks
227    
228     %install
229     rm -rf $RPM_BUILD_ROOT
230     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
231     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
232     echo "%doc " >> %{name}-%{version}-filelist
233    
234     %clean
235     cd ..
236     rm -rf %{name}-%{version}
237    
238     %files -f %{name}-%{version}-filelist
239     %defattr(-,root,root)
240    

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