/[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.9 by stephdl, Wed Oct 14 19:29:59 2015 UTC Revision 1.16 by unnilennium, Sat May 6 04:39:13 2017 UTC
# Line 1  Line 1 
1    
2  # $Id: smeserver-wbl.spec,v 1.8 2015/10/13 22:07:36 stephdl Exp $  # $Id: smeserver-wbl.spec,v 1.15 2017/02/24 00:38:26 unnilennium 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 8  %define release 15
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
# Line 24  Patch2: smeserver-wbl-0.3.0-locale-2015- Line 25  Patch2: smeserver-wbl-0.3.0-locale-2015-
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  Patch4: smeserver-wbl-0.3.0-locale-2015-09-17.patch
27  Patch5: smeserver-wbl-0.3.0.bz9092.RBL_Menu.patch  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    
35  %description  %description
36  %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 33  qpsmtpd whitelist_soft /var/service/qpsm Line 40  qpsmtpd whitelist_soft /var/service/qpsm
40  spamassassin /etc/mail/spammassassin/local.cf whitelist_from  spamassassin /etc/mail/spammassassin/local.cf whitelist_from
41    
42  %changelog  %changelog
43    * Sat May 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-15.sme
44    - avoid unecessary service restart on modifcation [SME: 10124]
45    
46    * Thu Feb 23 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-14.sme
47    - changing separator for  RBLList, SBLList [SME: 10116]
48    
49    * Wed Feb 22 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-13.sme
50    - move to new plugin whitelist provided by newer qpsmtpd [SME: 10091]
51    
52    * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.3.0-12.sme
53    - apply locale 2017-02-02.patch
54    
55    * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.3.0-11.sme
56    - apply locale 2016-03-09 patch
57    
58    * Fri Oct 16 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-10.sme
59    - Added Translations smeserver-wbl-0.3.0-locale-2015-10-16.patch
60    
61    * Thu Oct 15 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-9.sme
62    - The html strings of the main page has been removed of translations
63    
64  * Tue Oct 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-8.sme  * Tue Oct 14 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-8.sme
65  - Added a RBL's list Menu  - Added a RBL's list Menu
66    
# Line 172  spamassassin /etc/mail/spammassassin/loc Line 200  spamassassin /etc/mail/spammassassin/loc
200  %patch3 -p1  %patch3 -p1
201  %patch4 -p1  %patch4 -p1
202  %patch5 -p1  %patch5 -p1
203    %patch6 -p1
204    %patch7 -p1
205    %patch8 -p1
206    %patch9 -p1
207    %patch10 -p1
208    %patch11 -p1
209    
210    
211  %build  %build
212  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