1 |
|
|
2 |
# $Id: smeserver-wbl.spec,v 1.8 2015/10/13 22:07:36 stephdl Exp $ |
# $Id: smeserver-wbl.spec,v 1.16 2017/05/06 04:39:13 unnilennium Exp $ |
3 |
# Authority: gzartman |
# Authority: gzartman |
4 |
# Name: Greg Zartman |
# Name: Greg Zartman |
5 |
|
|
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 16 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
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 |
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: |
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-16.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 |
|
|
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 |