1 |
# $Id: smeserver-spamassassin.spec,v 1.9 2010/02/17 11:53:42 filippocarletti Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.13 2011/12/23 21:40:11 snetram 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 4 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
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 |
16 |
|
Patch4: smeserver-spamassassin-2.2.0-RequiredScore.patch |
17 |
|
Patch5: smeserver-spamassassin-2.2.0-bootstrap-console-save-removal.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
20 |
Requires: headermatch |
Requires: headermatch |
44 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
* Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4sme |
* Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8 |
48 |
|
- Actually apply patch to remove spamd restart from bootstrap-console-save event [SME: 6717] |
49 |
|
|
50 |
|
* Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7 |
51 |
|
- Remove spamd restart from bootstrap-console-save event [SME: 6717] |
52 |
|
|
53 |
|
* Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
54 |
|
- Work around how qpsmtpd tags spam email, by Michael McCarn [SME: 5603] |
55 |
|
|
56 |
|
* Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
57 |
|
- Remove cron.daily jobs that are no longer needed |
58 |
|
- Previous patch make spamassassin restart correctly [SME: 3304] |
59 |
|
- Newer spamassassin imports keys on install [SME: 5889] |
60 |
|
|
61 |
|
* Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme |
62 |
- Requires SpamAssassin 3.3.0 [SME: 5741] |
- Requires SpamAssassin 3.3.0 [SME: 5741] |
63 |
- Remove FuzzyOcr [SME: 5771] |
- Remove FuzzyOcr [SME: 5771] |
64 |
- Use ATrpm package (partially remove previous patch) |
- Use ATrpm package (partially remove previous patch) |
65 |
|
|
66 |
* Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3sme |
* Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme |
67 |
- Requires SpamAssassin 3.3.0 [SME: 5741] |
- Requires SpamAssassin 3.3.0 [SME: 5741] |
68 |
- Remove FuzzyOcr [SME: 5771] |
- Remove FuzzyOcr [SME: 5771] |
69 |
- Run sa-update every two hours and check restart every hour |
- Run sa-update every two hours and check restart every hour |
70 |
- Redirect cron job output to logfile to avoid mail noise |
- Redirect cron job output to logfile to avoid mail noise |
71 |
|
|
72 |
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2sme |
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2.sme |
73 |
- Fix invalid service name in sa-update [SME: 3304] |
- Fix invalid service name in sa-update [SME: 3304] |
74 |
|
|
75 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
400 |
%setup |
%setup |
401 |
%patch1 -p1 |
%patch1 -p1 |
402 |
%patch2 -p1 |
%patch2 -p1 |
403 |
|
%patch3 -p1 |
404 |
|
%patch4 -p1 |
405 |
|
%patch5 -p1 |
406 |
|
|
407 |
%build |
%build |
408 |
perl createlinks |
perl createlinks |