1 |
# $Id: smeserver-spamassassin.spec,v 1.14 2012/01/20 10:17:15 snetram Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.19 2013/12/21 06:03:35 wellsi Exp $ |
2 |
|
|
3 |
Summary: SME Server - spamassassin anti-spam module |
Summary: SME Server - spamassassin anti-spam module |
4 |
%define name smeserver-spamassassin |
%define name smeserver-spamassassin |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 8 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: smeserver-spamassassin-2.2.0-ServiceNameFix.patch |
Patch1: smeserver-spamassassin-2.2.0-ServiceNameFix.patch |
14 |
Patch2: smeserver-spamassassin-2.2.0-AWL.patch |
Patch2: smeserver-spamassassin-2.2.0-AWL.patch |
15 |
Patch3: smeserver-spamassassin-2.2.0-cronjobs.patch |
Patch3: smeserver-spamassassin-2.2.0-cronjobs.patch |
|
Patch4: smeserver-spamassassin-2.2.0-RequiredScore.patch |
|
16 |
Patch5: smeserver-spamassassin-2.2.0-bootstrap-console-save-removal.patch |
Patch5: smeserver-spamassassin-2.2.0-bootstrap-console-save-removal.patch |
17 |
|
Patch6: smeserver-spamassassin-2.2.0-pyzor-timeout.patch |
18 |
|
Patch8: smeserver-spamassassin-2.2.0-okLanguages.patch |
19 |
|
Patch9: smeserver-spamassassin-2.2.0-refreshclam.patch |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
22 |
Requires: headermatch |
Requires: headermatch |
46 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Thu Jan 2 2014 Ian Wells <esmith@wellsi.com> 2.2.0-13.sme |
50 |
|
- Include /usr/bin/refreshclam [SME: 8107] |
51 |
|
|
52 |
|
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 2.2.0-12 |
53 |
|
- Remove workarounds for how qpsmtpd tags spam email [SME: 8014] |
54 |
|
|
55 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.2.0-11 |
56 |
|
- Load TextCat plugin if ok_languages is enabled [SME: 7048] |
57 |
|
|
58 |
|
* Sun May 19 2013 chris burnat <devlist@burnat.com> 2.2.0-10 |
59 |
|
- Fix how qpsmtpd tags spam email, codes by Charlie Brady [SME: 5603] |
60 |
|
|
61 |
|
* Sun Apr 8 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-9 |
62 |
|
- Add template fragment for pyzor timeout [SME: 6896] |
63 |
|
|
64 |
* Fri Jan 20 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8 |
* Fri Jan 20 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8 |
65 |
- Actually apply patch to remove spamd restart from bootstrap-console-save event [SME: 6717] |
- Actually apply patch to remove spamd restart from bootstrap-console-save event [SME: 6717] |
66 |
|
|
418 |
%patch1 -p1 |
%patch1 -p1 |
419 |
%patch2 -p1 |
%patch2 -p1 |
420 |
%patch3 -p1 |
%patch3 -p1 |
|
%patch4 -p1 |
|
421 |
%patch5 -p1 |
%patch5 -p1 |
422 |
|
%patch6 -p1 |
423 |
|
%patch8 -p1 |
424 |
|
%patch9 -p1 |
425 |
|
|
426 |
%build |
%build |
427 |
perl createlinks |
perl createlinks |
456 |
--dir /var/spool/spamd 'attr(2750,spamd,spamd)' \ |
--dir /var/spool/spamd 'attr(2750,spamd,spamd)' \ |
457 |
--dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \ |
--dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \ |
458 |
--file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \ |
--file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \ |
459 |
|
--file /usr/bin/refreshclam 'attr(0755,root,root)' \ |
460 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
461 |
|
|
462 |
%pre |
%pre |