/[smeserver]/rpms/smeserver-spamassassin/sme8/smeserver-spamassassin.spec
ViewVC logotype

Diff of /rpms/smeserver-spamassassin/sme8/smeserver-spamassassin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.8 by filippocarletti, Thu Nov 27 09:10:25 2008 UTC Revision 1.11 by slords, Mon Apr 19 14:24:41 2010 UTC
# Line 1  Line 1 
1  # $Id: smeserver-spamassassin.spec,v 1.7 2008/10/07 14:57:14 slords 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 2  %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-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
19  Requires: spamassassin >= 3.1.0  Requires: spamassassin >= 3.3.0
20  Requires: perl(Crypt::OpenSSL::Bignum)  Requires: perl(Crypt::OpenSSL::Bignum)
21  Requires: perl(IO::Socket::INET6)  Requires: perl(IO::Socket::INET6)
22  Requires: perl(IP::Country)  Requires: perl(IP::Country)
# Line 29  Requires: e-smith-qmail >= 1.9.0-09sme02 Line 31  Requires: e-smith-qmail >= 1.9.0-09sme02
31  Requires: razor-agents >= 2.61-1  Requires: razor-agents >= 2.61-1
32  Requires: DCC  Requires: DCC
33  Requires: pyzor  Requires: pyzor
34  Requires: FuzzyOcr  Obsoletes: FuzzyOcr
35  Obsoletes: e-smith-spamassassin  Obsoletes: e-smith-spamassassin
36  Provides: e-smith-spamassassin  Provides: e-smith-spamassassin
37  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 40  AutoReqProv: no Line 42  AutoReqProv: no
42  SME Server - spamassassin anti-spam module  SME Server - spamassassin anti-spam module
43    
44  %changelog  %changelog
45  * Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2sme  * 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]
57    - Remove FuzzyOcr [SME: 5771]
58    - Run sa-update every two hours and check restart every hour
59    - Redirect cron job output to logfile to avoid mail noise
60    
61    * 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
# Line 370  SME Server - spamassassin anti-spam modu Line 388  SME Server - spamassassin anti-spam modu
388  %prep  %prep
389  %setup  %setup
390  %patch1 -p1  %patch1 -p1
391    %patch2 -p1
392    %patch3 -p1
393    
394  %build  %build
395  perl createlinks  perl createlinks
# Line 403  rm -f %{name}-%{version}-%{release}-file Line 423  rm -f %{name}-%{version}-%{release}-file
423      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \
424      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \
425      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \
426        --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \
427      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
428    
429  %pre  %pre


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed