1 |
|
# $Id: smeserver-spamassassin.spec,v 1.8 2008/11/26 09:34:44 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 1.4.0 |
%define version 2.0.0 |
7 |
%define release 13 |
%define release 3 |
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.0.0-ServiceNameFix.patch |
14 |
Patch2: auto_whitelist_path.patch |
Patch2: smeserver-spamassassin-2.0.0-cronjobs.patch |
|
Patch3: smeserver-spamassassin-1.3.0-AWLToggle.patch |
|
|
Patch4: smeserver-spamassassin-1.3.0-AWLToggle.patch2 |
|
|
Patch5: smeserver-spamassassin-1.4.0-SpamStatusAtStartOfLine.patch |
|
|
Patch6: smeserver-spamassassin-1.4.0-headermatch.patch |
|
|
Patch7: smeserver-spamassassin-1.4.0-runit17.patch |
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
17 |
Requires: headermatch |
Requires: headermatch |
41 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.0.0-3.sme |
45 |
|
- Remove cron.daily jobs that are no longer needed |
46 |
|
- Previous patch make spamassassin restart correctly [SME: 3700] |
47 |
|
- Newer spamassassin imports keys on install [SME: 5823] |
48 |
|
|
49 |
|
* Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.0.0-2.sme |
50 |
|
- Fix invalid service name in sa-update [SME: 3700] |
51 |
|
|
52 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
53 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
54 |
|
|
55 |
|
* Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18 |
56 |
|
- Edit and rename deprecated template fragment [SME: 3857] |
57 |
|
|
58 |
|
* Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17 |
59 |
|
- Import all spamassassin keys correctly [SME: 3206] |
60 |
|
|
61 |
|
* Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16 |
62 |
|
- Import spamassassin keys correctly [SME: 3206] |
63 |
|
|
64 |
|
* Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15 |
65 |
|
- Import spamassassin keys if sa_update is found [SME: 3206] |
66 |
|
- Restart spamassassin if update successful [SME: 3351] |
67 |
|
|
68 |
|
* Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14 |
69 |
|
- Fix log (lint) noise [SME: 3100] |
70 |
|
|
71 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
72 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
73 |
|
|
375 |
|
|
376 |
%prep |
%prep |
377 |
%setup |
%setup |
378 |
%patch1 -p 1 |
%patch1 -p1 |
379 |
%patch2 -p 1 |
%patch2 -p1 |
|
%patch3 -p 1 |
|
|
%patch4 -p 1 |
|
|
%patch5 -p 1 |
|
|
%patch6 -p 1 |
|
|
%patch7 -p 1 |
|
380 |
|
|
381 |
%build |
%build |
382 |
perl createlinks |
perl createlinks |