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

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

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

Revision 1.6 by stephdl, Tue Sep 15 15:49:15 2015 UTC Revision 1.20 by jpp, Sat Dec 7 04:05:52 2019 UTC
# Line 1  Line 1 
1    
2  # $Id: smeserver-wbl.spec,v 1.5 2015/09/12 08:46:10 stephdl Exp $  # $Id: smeserver-wbl.spec,v 1.19 2017/12/02 06:29:17 cvsuser Exp $
3  # Authority: gzartman  # Authority: gzartman
4  # Name: Greg Zartman  # Name: Greg Zartman
5    
# Line 7  Summary: E-mail white/black lists for SM Line 7  Summary: E-mail white/black lists for SM
7  %define name smeserver-wbl  %define name smeserver-wbl
8  Name: %{name}  Name: %{name}
9  %define version 0.3.0  %define version 0.3.0
10  %define release 5  %define release 19
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: GPL  License: GPL
# Line 17  BuildRoot: /var/tmp/%{name}-%{version} Line 17  BuildRoot: /var/tmp/%{name}-%{version}
17  BuildArchitectures: noarch  BuildArchitectures: noarch
18  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
19  Requires: smeserver-release => 9.0  Requires: smeserver-release => 9.0
20    Requires: qpsmtpd >= 0.96
21  AutoReqProv: no  AutoReqProv: no
22  Patch0: smeserver-wbl-0.3.0.bz807.blacklistfrom.patch  Patch0: smeserver-wbl-0.3.0.bz807.blacklistfrom.patch
23  Patch1: smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch  Patch1: smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch
24  Patch2: smeserver-wbl-0.3.0-locale-2015-09-12.patch  Patch2: smeserver-wbl-0.3.0-locale-2015-09-12.patch
25  Patch3: smeserver-wbl-0.3.0-locale-2015-09-15.patch  Patch3: smeserver-wbl-0.3.0-locale-2015-09-15.patch
26    Patch4: smeserver-wbl-0.3.0-locale-2015-09-17.patch
27    Patch5: smeserver-wbl-0.3.0.bz9092.RBL_Menu.patch
28    Patch6: smeserver-wbl-0.3.0-locale-2015-10-16.patch
29    Patch7: smeserver-wbl-0.3.0-locale-2016-03-09.patch
30    Patch8: smeserver-wbl-0.3.0-locale-2017-02-02.patch
31    Patch9: smeserver-wbl-0.3.0.bz10091.changePlugin.patch
32    Patch10: smeserver-wbl-0.3.0.bz10116.changingseparator.patch
33    Patch11: smeserver-wbl-0.3.0.bz10124-event-to-avoid-unecessary-service-restart.patch
34    Patch12: smeserver-wbl-0.3.0.bz10287-allowSpacesInRBL.patch
35    Patch13: smeserver-wbl-0.3.0-locale-2017-12-02.patch
36    Patch14: smeserver-wbl-0.3.0-locale-2019-12-07.patch
37    
38  %description  %description
39  %name is an addon for SME Server that provides the following WBLs:  %name is an addon for SME Server that provides the following WBLs:
# Line 31  qpsmtpd whitelist_soft /var/service/qpsm Line 43  qpsmtpd whitelist_soft /var/service/qpsm
43  spamassassin /etc/mail/spammassassin/local.cf whitelist_from  spamassassin /etc/mail/spammassassin/local.cf whitelist_from
44    
45  %changelog  %changelog
46    * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.3.0-19.sme
47    - apply locale 2019-12-07 patch
48    
49    * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.3.0-18.sme
50    - apply locale 2017-12-02 patch
51    
52    * 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    * Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-16.sme
56    - avoid unecessary service restart on modifcation [SME: 10124]
57    
58    * 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    * 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    * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-12.sme
65    - apply locale 2017-02-02.patch
66    
67    * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.3.0-11.sme
68    - apply locale 2016-03-09 patch
69    
70    * 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    * 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    * Tue Oct 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-8.sme
77    - Added a RBL's list Menu
78    
79    * 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  * Tue Sep 15 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-5.sme  * 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  - added smeserver-wbl-0.3.0-locale-2015-09-15.patch
84    
# Line 162  spamassassin /etc/mail/spammassassin/loc Line 210  spamassassin /etc/mail/spammassassin/loc
210  %patch1 -p1  %patch1 -p1
211  %patch2 -p1  %patch2 -p1
212  %patch3 -p1  %patch3 -p1
213    %patch4 -p1
214    %patch5 -p1
215    %patch6 -p1
216    %patch7 -p1
217    %patch8 -p1
218    %patch9 -p1
219    %patch10 -p1
220    %patch11 -p1
221    %patch12 -p1
222    %patch13 -p1
223    %patch14 -p1
224    
225  %build  %build
226  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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