/[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.1 by slords, Tue Jun 12 21:08:50 2007 UTC Revision 1.10 by filippocarletti, Wed Feb 17 17:18:12 2010 UTC
# Line 1  Line 1 
1    # $Id: smeserver-spamassassin.spec,v 1.9 2010/02/17 11:53:42 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.2.0
7  %define release 13  %define release 4
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
 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
18  Requires: spamassassin >= 3.1.0  Requires: spamassassin >= 3.3.0
19  Requires: perl(Crypt::OpenSSL::Bignum)  Requires: perl(Crypt::OpenSSL::Bignum)
20  Requires: perl(IO::Socket::INET6)  Requires: perl(IO::Socket::INET6)
21  Requires: perl(IP::Country)  Requires: perl(IP::Country)
# Line 33  Requires: e-smith-qmail >= 1.9.0-09sme02 Line 30  Requires: e-smith-qmail >= 1.9.0-09sme02
30  Requires: razor-agents >= 2.61-1  Requires: razor-agents >= 2.61-1
31  Requires: DCC  Requires: DCC
32  Requires: pyzor  Requires: pyzor
33  Requires: FuzzyOcr  Obsoletes: FuzzyOcr
34  Obsoletes: e-smith-spamassassin  Obsoletes: e-smith-spamassassin
35  Provides: e-smith-spamassassin  Provides: e-smith-spamassassin
36  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 44  AutoReqProv: no Line 41  AutoReqProv: no
41  SME Server - spamassassin anti-spam module  SME Server - spamassassin anti-spam module
42    
43  %changelog  %changelog
44    * Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4sme
45    - Requires SpamAssassin 3.3.0 [SME: 5741]
46    - Remove FuzzyOcr [SME: 5771]
47    - Use ATrpm package (partially remove previous patch)
48    
49    * Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3sme
50    - Requires SpamAssassin 3.3.0 [SME: 5741]
51    - Remove FuzzyOcr [SME: 5771]
52    - Run sa-update every two hours and check restart every hour
53    - Redirect cron job output to logfile to avoid mail noise
54    
55    * Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2sme
56    - Fix invalid service name in sa-update [SME: 3304]
57    
58    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
59    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
60    
61    * Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18
62    - Edit and rename deprecated template fragment [SME: 3857]  
63    
64    * Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17
65    - Import all spamassassin keys correctly [SME: 3206]
66    
67    * Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16
68    - Import spamassassin keys correctly [SME: 3206]
69    
70    * Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15
71    - Import spamassassin keys if sa_update is found [SME: 3206]
72    - Restart spamassassin if update successful [SME: 3351]
73    
74    * Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14
75    - Fix log (lint) noise [SME: 3100]
76    
77  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
78  - Clean up spec so package can be built by koji/plague  - Clean up spec so package can be built by koji/plague
79    
# Line 351  SME Server - spamassassin anti-spam modu Line 381  SME Server - spamassassin anti-spam modu
381    
382  %prep  %prep
383  %setup  %setup
384  %patch1 -p 1  %patch1 -p1
385  %patch2 -p 1  %patch2 -p1
 %patch3 -p 1  
 %patch4 -p 1  
 %patch5 -p 1  
 %patch6 -p 1  
 %patch7 -p 1  
386    
387  %build  %build
388  perl createlinks  perl createlinks
# Line 391  rm -f %{name}-%{version}-%{release}-file Line 416  rm -f %{name}-%{version}-%{release}-file
416      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \
417      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \
418      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \
419        --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \
420      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
421    
422  %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