1 |
# $Id: smeserver-spamassassin.spec,v 1.8 2008/11/27 09:10:25 filippocarletti Exp $ |
# $Id: smeserver-spamassassin.spec,v 1.10 2010/02/17 17:18:12 filippocarletti 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 3 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
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-SA330.patch |
Patch2: smeserver-spamassassin-2.2.0-AWL.patch |
15 |
|
Patch3: smeserver-spamassassin-2.2.0-cronjobs.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
18 |
Requires: headermatch |
Requires: headermatch |
42 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
* Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3sme |
* Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
46 |
|
- Remove cron.daily jobs that are no longer needed |
47 |
|
- Previous patch make spamassassin restart correctly [SME: 3304] |
48 |
|
- Newer spamassassin imports keys on install [SME: 5889] |
49 |
|
|
50 |
|
* Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme |
51 |
|
- Requires SpamAssassin 3.3.0 [SME: 5741] |
52 |
|
- Remove FuzzyOcr [SME: 5771] |
53 |
|
- Use ATrpm package (partially remove previous patch) |
54 |
|
|
55 |
|
* Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme |
56 |
- Requires SpamAssassin 3.3.0 [SME: 5741] |
- Requires SpamAssassin 3.3.0 [SME: 5741] |
57 |
- Remove FuzzyOcr [SME: 5771] |
- Remove FuzzyOcr [SME: 5771] |
58 |
- Run sa-update every two hours and check restart every hour |
- Run sa-update every two hours and check restart every hour |
59 |
- Redirect cron job output to logfile to avoid mail noise |
- Redirect cron job output to logfile to avoid mail noise |
60 |
|
|
61 |
* 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 |
62 |
- Fix invalid service name in sa-update [SME: 3304] |
- Fix invalid service name in sa-update [SME: 3304] |
63 |
|
|
64 |
* 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 |
389 |
%setup |
%setup |
390 |
%patch1 -p1 |
%patch1 -p1 |
391 |
%patch2 -p1 |
%patch2 -p1 |
392 |
|
%patch3 -p1 |
393 |
|
|
394 |
%build |
%build |
395 |
perl createlinks |
perl createlinks |