1 |
|
# $Id: smeserver-spamassassin.spec,v 1.11 2010/04/19 14:24:41 slords 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 1.4.0 |
%define version 2.2.0 |
7 |
%define release 13 |
%define release 6 |
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: sa310.patch |
Patch1: smeserver-spamassassin-2.2.0-ServiceNameFix.patch |
14 |
Patch2: auto_whitelist_path.patch |
Patch2: smeserver-spamassassin-2.2.0-AWL.patch |
15 |
Patch3: smeserver-spamassassin-1.3.0-AWLToggle.patch |
Patch3: smeserver-spamassassin-2.2.0-cronjobs.patch |
16 |
Patch4: smeserver-spamassassin-1.3.0-AWLToggle.patch2 |
Patch4: smeserver-spamassassin-2.2.0-RequiredScore.patch |
|
Patch5: smeserver-spamassassin-1.4.0-SpamStatusAtStartOfLine.patch |
|
|
Patch6: smeserver-spamassassin-1.4.0-headermatch.patch |
|
|
Patch7: smeserver-spamassassin-1.4.0-runit17.patch |
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
19 |
Requires: headermatch |
Requires: headermatch |
20 |
Requires: spamassassin >= 3.1.0 |
Requires: spamassassin >= 3.3.0 |
21 |
Requires: perl(Crypt::OpenSSL::Bignum) |
Requires: perl(Crypt::OpenSSL::Bignum) |
22 |
Requires: perl(IO::Socket::INET6) |
Requires: perl(IO::Socket::INET6) |
23 |
Requires: perl(IP::Country) |
Requires: perl(IP::Country) |
32 |
Requires: razor-agents >= 2.61-1 |
Requires: razor-agents >= 2.61-1 |
33 |
Requires: DCC |
Requires: DCC |
34 |
Requires: pyzor |
Requires: pyzor |
35 |
Requires: FuzzyOcr |
Obsoletes: FuzzyOcr |
36 |
Obsoletes: e-smith-spamassassin |
Obsoletes: e-smith-spamassassin |
37 |
Provides: e-smith-spamassassin |
Provides: e-smith-spamassassin |
38 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
43 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
47 |
|
- Work around how qpsmtpd tags spam email, by Michael McCarn [SME: 5603] |
48 |
|
|
49 |
|
* Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme |
50 |
|
- Remove cron.daily jobs that are no longer needed |
51 |
|
- Previous patch make spamassassin restart correctly [SME: 3304] |
52 |
|
- Newer spamassassin imports keys on install [SME: 5889] |
53 |
|
|
54 |
|
* Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme |
55 |
|
- Requires SpamAssassin 3.3.0 [SME: 5741] |
56 |
|
- Remove FuzzyOcr [SME: 5771] |
57 |
|
- Use ATrpm package (partially remove previous patch) |
58 |
|
|
59 |
|
* Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme |
60 |
|
- Requires SpamAssassin 3.3.0 [SME: 5741] |
61 |
|
- Remove FuzzyOcr [SME: 5771] |
62 |
|
- Run sa-update every two hours and check restart every hour |
63 |
|
- Redirect cron job output to logfile to avoid mail noise |
64 |
|
|
65 |
|
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2.sme |
66 |
|
- Fix invalid service name in sa-update [SME: 3304] |
67 |
|
|
68 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
69 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
70 |
|
|
71 |
|
* Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18 |
72 |
|
- Edit and rename deprecated template fragment [SME: 3857] |
73 |
|
|
74 |
|
* Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17 |
75 |
|
- Import all spamassassin keys correctly [SME: 3206] |
76 |
|
|
77 |
|
* Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16 |
78 |
|
- Import spamassassin keys correctly [SME: 3206] |
79 |
|
|
80 |
|
* Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15 |
81 |
|
- Import spamassassin keys if sa_update is found [SME: 3206] |
82 |
|
- Restart spamassassin if update successful [SME: 3351] |
83 |
|
|
84 |
|
* Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14 |
85 |
|
- Fix log (lint) noise [SME: 3100] |
86 |
|
|
87 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
88 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
89 |
|
|
391 |
|
|
392 |
%prep |
%prep |
393 |
%setup |
%setup |
394 |
%patch1 -p 1 |
%patch1 -p1 |
395 |
%patch2 -p 1 |
%patch2 -p1 |
396 |
%patch3 -p 1 |
%patch3 -p1 |
397 |
%patch4 -p 1 |
%patch4 -p1 |
|
%patch5 -p 1 |
|
|
%patch6 -p 1 |
|
|
%patch7 -p 1 |
|
398 |
|
|
399 |
%build |
%build |
400 |
perl createlinks |
perl createlinks |
428 |
--dir /var/log/spamd 'attr(2750,smelog,smelog)' \ |
--dir /var/log/spamd 'attr(2750,smelog,smelog)' \ |
429 |
--dir /var/spool/spamd 'attr(2750,spamd,spamd)' \ |
--dir /var/spool/spamd 'attr(2750,spamd,spamd)' \ |
430 |
--dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \ |
--dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \ |
431 |
|
--file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \ |
432 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
433 |
|
|
434 |
%pre |
%pre |