1 |
|
|
2 |
# $Id: smeserver-wbl.spec,v 1.2 2015/09/05 20:17:59 stephdl Exp $ |
# $Id: smeserver-wbl.spec,v 1.3 2015/09/05 20:31:03 stephdl 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 2 |
%define release 3 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: GPL |
License: GPL |
19 |
Requires: smeserver-release => 9.0 |
Requires: smeserver-release => 9.0 |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
Patch0: smeserver-wbl-0.3.0.bz807.blacklistfrom.patch |
Patch0: smeserver-wbl-0.3.0.bz807.blacklistfrom.patch |
22 |
|
Patch1: smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch |
23 |
%description |
%description |
24 |
%name is an addon for SME Server that provides the following WBLs: |
%name is an addon for SME Server that provides the following WBLs: |
25 |
qpsmtpd check_badmailfrom /var/qmail/control/badmailfrom |
qpsmtpd check_badmailfrom /var/qmail/control/badmailfrom |
28 |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Fri Sep 11 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-3.sme |
32 |
|
- Correction of a locale Bug [SME: 5219] |
33 |
|
- Added smeserver-wbl-0.3.0.bz5219.LocaleBugCorrection.patch |
34 |
|
|
35 |
* Sat Sep 05 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-2.sme |
* Sat Sep 05 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.3.0-2.sme |
36 |
- added spamassassin blacklist_from field [SME: 807] |
- added spamassassin blacklist_from field [SME: 807] |
37 |
- smeserver-wbl-0.3.0.bz807.blacklistfrom.patch |
- smeserver-wbl-0.3.0.bz807.blacklistfrom.patch |
150 |
%prep |
%prep |
151 |
%setup |
%setup |
152 |
%patch0 -p1 |
%patch0 -p1 |
153 |
|
%patch1 -p1 |
154 |
|
|
155 |
%build |
%build |
156 |
perl createlinks |
perl createlinks |