/[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.2 by slords, Tue Jun 26 18:35:59 2007 UTC Revision 1.20 by wellsi, Fri Jan 3 05:15:14 2014 UTC
# Line 1  Line 1 
1    # $Id: smeserver-spamassassin.spec,v 1.19 2013/12/21 06:03:35 wellsi 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 14  %define release 13
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  Patch5: smeserver-spamassassin-2.2.0-bootstrap-console-save-removal.patch
17  Patch5: smeserver-spamassassin-1.4.0-SpamStatusAtStartOfLine.patch  Patch6: smeserver-spamassassin-2.2.0-pyzor-timeout.patch
18  Patch6: smeserver-spamassassin-1.4.0-headermatch.patch  Patch8: smeserver-spamassassin-2.2.0-okLanguages.patch
19  Patch7: smeserver-spamassassin-1.4.0-runit17.patch  Patch9: smeserver-spamassassin-2.2.0-refreshclam.patch
 Patch8: smeserver-spamassassin-1.4.0-lognoise.patch  
20  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
21  Requires: e-smith-email >= 4.13.0-38  Requires: e-smith-email >= 4.13.0-38
22  Requires: headermatch  Requires: headermatch
23  Requires: spamassassin >= 3.1.0  Requires: spamassassin >= 3.3.0
24  Requires: perl(Crypt::OpenSSL::Bignum)  Requires: perl(Crypt::OpenSSL::Bignum)
25  Requires: perl(IO::Socket::INET6)  Requires: perl(IO::Socket::INET6)
26  Requires: perl(IP::Country)  Requires: perl(IP::Country)
# Line 34  Requires: e-smith-qmail >= 1.9.0-09sme02 Line 35  Requires: e-smith-qmail >= 1.9.0-09sme02
35  Requires: razor-agents >= 2.61-1  Requires: razor-agents >= 2.61-1
36  Requires: DCC  Requires: DCC
37  Requires: pyzor  Requires: pyzor
38  Requires: FuzzyOcr  Obsoletes: FuzzyOcr
39  Obsoletes: e-smith-spamassassin  Obsoletes: e-smith-spamassassin
40  Provides: e-smith-spamassassin  Provides: e-smith-spamassassin
41  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 45  AutoReqProv: no Line 46  AutoReqProv: no
46  SME Server - spamassassin anti-spam module  SME Server - spamassassin anti-spam module
47    
48  %changelog  %changelog
49    * Thu Jan 2 2014 Ian Wells <esmith@wellsi.com> 2.2.0-13.sme
50    - Include /usr/bin/refreshclam [SME: 8107]
51    
52    * Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 2.2.0-12
53    - Remove workarounds for how qpsmtpd tags spam email [SME: 8014]
54    
55    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.2.0-11
56    - Load TextCat plugin if ok_languages is enabled [SME: 7048]
57    
58    * Sun May 19 2013 chris burnat <devlist@burnat.com> 2.2.0-10
59    - Fix how qpsmtpd tags spam email, codes by Charlie Brady [SME: 5603]
60    
61    * Sun Apr 8 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-9
62    - Add template fragment for pyzor timeout [SME: 6896]
63    
64    * Fri Jan 20 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-8
65    - Actually apply patch to remove spamd restart from bootstrap-console-save event [SME: 6717]
66    
67    * Fri Dec 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7
68    - Remove spamd restart from bootstrap-console-save event [SME: 6717]
69    
70    * Sat Aug 7 2010 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme
71    - Work around how qpsmtpd tags spam email, by Michael McCarn [SME: 5603]
72    
73    * Mon Apr 19 2010 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
74    - Remove cron.daily jobs that are no longer needed
75    - Previous patch make spamassassin restart correctly [SME: 3304]
76    - Newer spamassassin imports keys on install [SME: 5889]
77    
78    * Wed Feb 17 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-4.sme
79    - Requires SpamAssassin 3.3.0 [SME: 5741]
80    - Remove FuzzyOcr [SME: 5771]
81    - Use ATrpm package (partially remove previous patch)
82    
83    * Tue Feb 16 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-3.sme
84    - Requires SpamAssassin 3.3.0 [SME: 5741]
85    - Remove FuzzyOcr [SME: 5771]
86    - Run sa-update every two hours and check restart every hour
87    - Redirect cron job output to logfile to avoid mail noise
88    
89    * Tue Nov 25 2008 Giacomo Sanchietti <giacomo@nethesis.it> 2.2.0-2.sme
90    - Fix invalid service name in sa-update [SME: 3304]
91    
92    * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
93    - Roll new stream to separate sme7/sme8 trees [SME: 4633]
94    
95    * Sat Mar 9 2008 chris burnat <devlist@burnat.com> 1.4.0-18
96    - Edit and rename deprecated template fragment [SME: 3857]  
97    
98    * Tue Dec 25 2007 Shad L. Lords <slords@mail.com> 1.4.0-17
99    - Import all spamassassin keys correctly [SME: 3206]
100    
101    * Sat Sep 8 2007 Shad L. Lords <slords@mail.com> 1.4.0-16
102    - Import spamassassin keys correctly [SME: 3206]
103    
104    * Thu Sep 6 2007 Shad L. Lords <slords@mail.com> 1.4.0-15
105    - Import spamassassin keys if sa_update is found [SME: 3206]
106    - Restart spamassassin if update successful [SME: 3351]
107    
108  * Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14  * Sun Jun 24 2007 Shad L. Lords <slords@mail.com> 1.4.0-14
109  - Fix log (lint) noise [SME: 3100]  - Fix log (lint) noise [SME: 3100]
110    
# Line 355  SME Server - spamassassin anti-spam modu Line 415  SME Server - spamassassin anti-spam modu
415    
416  %prep  %prep
417  %setup  %setup
418  %patch1 -p 1  %patch1 -p1
419  %patch2 -p 1  %patch2 -p1
420  %patch3 -p 1  %patch3 -p1
421  %patch4 -p 1  %patch5 -p1
422  %patch5 -p 1  %patch6 -p1
423  %patch6 -p 1  %patch8 -p1
424  %patch7 -p 1  %patch9 -p1
 %patch8 -p 1  
425    
426  %build  %build
427  perl createlinks  perl createlinks
# Line 396  rm -f %{name}-%{version}-%{release}-file Line 455  rm -f %{name}-%{version}-%{release}-file
455      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \      --dir /var/log/spamd 'attr(2750,smelog,smelog)' \
456      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd 'attr(2750,spamd,spamd)' \
457      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \      --dir /var/spool/spamd/.spamassassin 'attr(2750,spamd,spamd)' \
458        --file /etc/cron.hourly/sa-restart 'attr(0755,root,root)' \
459        --file /usr/bin/refreshclam 'attr(0755,root,root)' \
460      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist
461    
462  %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