1 |
|
# $Id$ |
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 1 |
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 |
|
Patch1: sa310.patch |
|
|
Patch2: auto_whitelist_path.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 |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
Requires: e-smith-email >= 4.13.0-38 |
Requires: e-smith-email >= 4.13.0-38 |
15 |
Requires: headermatch |
Requires: headermatch |
39 |
SME Server - spamassassin anti-spam module |
SME Server - spamassassin anti-spam module |
40 |
|
|
41 |
%changelog |
%changelog |
42 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
43 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
44 |
|
|
45 |
|
* Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18 |
46 |
|
- Edit and rename deprecated template fragment [SME: 3857] |
47 |
|
|
48 |
|
* Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17 |
49 |
|
- Import all spamassassin keys correctly [SME: 3206] |
50 |
|
|
51 |
|
* Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16 |
52 |
|
- Import spamassassin keys correctly [SME: 3206] |
53 |
|
|
54 |
|
* Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15 |
55 |
|
- Import spamassassin keys if sa_update is found [SME: 3206] |
56 |
|
- Restart spamassassin if update successful [SME: 3351] |
57 |
|
|
58 |
|
* Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14 |
59 |
|
- Fix log (lint) noise [SME: 3100] |
60 |
|
|
61 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
62 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
63 |
|
|
365 |
|
|
366 |
%prep |
%prep |
367 |
%setup |
%setup |
|
%patch1 -p 1 |
|
|
%patch2 -p 1 |
|
|
%patch3 -p 1 |
|
|
%patch4 -p 1 |
|
|
%patch5 -p 1 |
|
|
%patch6 -p 1 |
|
|
%patch7 -p 1 |
|
368 |
|
|
369 |
%build |
%build |
370 |
perl createlinks |
perl createlinks |