/[smeserver]/rpms/spamassassin/sme10/spamassassin.spec
ViewVC logotype

Diff of /rpms/spamassassin/sme10/spamassassin.spec

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

Revision 1.5 by jcrisp, Mon Mar 29 09:02:00 2021 UTC Revision 1.13 by jpp, Tue Apr 2 20:17:46 2024 UTC
# Line 58  Line 58 
58    
59  Summary: Spam filter for email which can be invoked from mail delivery agents  Summary: Spam filter for email which can be invoked from mail delivery agents
60  Name: spamassassin  Name: spamassassin
61  Version: 3.4.5  Version: 4.0.1
62  #Release: 0.8.%%{prerev}%%{?dist}  #Release: 0.8.%%{prerev}%%{?dist}
63  Release: 1%{?dist}  Release: 5%{?dist}
64  License: ASL 2.0  License: ASL 2.0
65  URL: https://spamassassin.apache.org/  URL: https://spamassassin.apache.org/
66  Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2  Source0: https://www.apache.org/dist/%{name}/source/%{real_name}-%{version}.tar.bz2
67  #Source0: %%{real_name}-%%{version}-%%{prerev}.tar.bz2  #Source0: %%{real_name}-%%{version}-%%{prerev}.tar.bz2
68  Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1887800.tgz  Source1: https://www.apache.org/dist/%{name}/source/%{real_name}-rules-%{version}.r1916528.tgz
69  #Source1: %%{real_name}-rules-%%{version}.%%{prerev}.tgz  #Source1: %%{real_name}-rules-%%{version}.%%{prerev}.tgz
70  Source2: redhat_local.cf  Source2: redhat_local.cf
71  Source3: spamassassin-default.rc  Source3: spamassassin-default.rc
# Line 86  Source16: sa-update.service Line 86  Source16: sa-update.service
86  Source17: sa-update.timer  Source17: sa-update.timer
87    
88  # Patches 0-99 are RH specific  # Patches 0-99 are RH specific
89  # https://bugzilla.redhat.com/show_bug.cgi?id=1055593  
90  # Switch to using gnupg2 instead of gnupg1  Patch1: spamassassin-4.0.1-add-logfile-homedir-options.patch
91  Patch0: spamassassin-3.3.2-gnupg2.patch  
 Patch1: spamassassin-3.4.1-add-logfile-homedir-options.patch  
92  # Patches 100+ are SVN backports (DO NOT REUSE!)  # Patches 100+ are SVN backports (DO NOT REUSE!)
93  # end of patches  # end of patches
94  Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))  Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# Line 100  Requires(post): diffutils Line 99  Requires(post): diffutils
99    
100  BuildRequires: gcc  BuildRequires: gcc
101  BuildRequires: perl-interpreter >= 2:5.8.0  BuildRequires: perl-interpreter >= 2:5.8.0
102  BuildRequires: perl-generators  BuildRequires: perl-generators-epel
103  BuildRequires: perl(Net::DNS)  BuildRequires: perl(Net::DNS)
104  BuildRequires: perl(Time::HiRes)  BuildRequires: perl(Time::HiRes)
105  BuildRequires: perl(HTML::Parser)  BuildRequires: perl(HTML::Parser)
# Line 114  BuildRequires: perl(LWP::UserAgent) Line 113  BuildRequires: perl(LWP::UserAgent)
113  BuildRequires: perl(Digest::SHA1)  BuildRequires: perl(Digest::SHA1)
114  BuildRequires: perl(Test::More)  BuildRequires: perl(Test::More)
115  ## added to build on Koozali SME Server builders  ## added to build on Koozali SME Server builders
116  BuildRequires: perl(ExtUtils::MakeMaker)  BuildRequires: perl(ExtUtils::MakeMaker)
117    BuildRequires: perl-ExtUtils-Manifest  perl-Net-LibIDN2 perl-Net-LibIDN perl-DBI perl-DBD-SQLite perl-Net-DNS-Nameserver perl-Net-Patricia perl-Archive-Zip perl-IO-String perl-Email-Address perl-Email-Address-XS perl-Mail-DMARC wget   perl-MaxMind-DB-Reader-XS perl-MaxMind-DB-Reader perl-Geo-IP perl-IP-Country-DB_File perl-IP-Country
118    # need to check if any deps are also needed at install in the list above
119  # Fedora package needs fixing before we can depend on it  # Fedora package needs fixing before we can depend on it
120  #BuildRequires: re2c  #BuildRequires: re2c
121  %if %{use_systemd}  %if %{use_systemd}
# Line 208  To filter spam for all users, add that l Line 209  To filter spam for all users, add that l
209    
210  %prep  %prep
211  %setup -q -n Mail-SpamAssassin-%{version}  %setup -q -n Mail-SpamAssassin-%{version}
212    
213  # Patches 0-99 are RH specific  # Patches 0-99 are RH specific
214  %patch0 -p1  
215  %patch1 -p1  %patch1 -p1
216    
217  # Patches 100+ are SVN backports (DO NOT REUSE!)  # Patches 100+ are SVN backports (DO NOT REUSE!)
218  # end of patches  # end of patches
219    
# Line 391  exit 0 Line 394  exit 0
394  %endif  %endif
395    
396  %changelog  %changelog
397    * Tue Apr 02 2024 Jean-Philippe Pialasse <jpp@koozali.org> 4.0.1-5.sme
398    - remove patch for gpg2 as not necessary and bug prone [SME: 12574]
399    
400    * Mon Apr 01 2024 Brian Read  <brianr@koozali.org> 4.0.1-4
401    - Up release so that propogates
402    
403    * Mon Apr 01 2024 Brian Read  <brianr@koozali.org> 4.0.1-3
404    - Fix patch file [SME: 12574]
405    
406    * Mon Apr 01 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.1-2
407    - Fix the incorrect rules url
408    
409    * Mon Apr 01 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.1-1
410    - Update to 4.0.1 [SME: 12574]
411    
412    * Mon Mar 27 2023 JP Pialasse <tests@pialasse.com> 4.0.0-2
413    - resolve build deps
414    
415    * Mon Feb 13 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 4.0.0-1
416    - Update to 4.0.0 [SME: 12331]
417    
418    * Tue Dec 07 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.4.6-1.sme
419    - Update to 3.4.6 [SME: 11798]
420    - https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.6.txt
421    
422  * Sat Mar 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.4.5-1.sme  * Sat Mar 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 3.4.5-1.sme
423  - Update to 3.4.5 [SME: 11496]  - Update to 3.4.5 [SME: 11496]
424  - https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.5.txt  - https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.5.txt
425    
426  * Fri Nov 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.4.4-8.sme  * Fri Nov 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.4.4-8.sme
427  - import in SME Server 10 [SME: 11206]  - import in SME Server 10 [SME: 11206]
428    I just added BuildRequires for perl(ExtUtils::MakeMaker)  -  I just added BuildRequires for perl(ExtUtils::MakeMaker)
429    all credit to John Crisp sweat on this one !  -  all credit to John Crisp sweat on this one !
430    
431  * Thu Nov 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.4.4-7.sme  * Thu Nov 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.4.4-7.sme
432  - First import to SME v10  - First import to SME v10


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