automatic version update by autodist [release 3.4.5-1mamba;Sun Apr 04 2021]
This commit is contained in:
parent
e11c5dc9b5
commit
7138ad1662
@ -3,14 +3,14 @@
|
||||
%define spamd_userid 65436
|
||||
|
||||
Name: spamassassin
|
||||
Version: 3.4.4
|
||||
Version: 3.4.5
|
||||
Release: 1mamba
|
||||
Summary: SpamAssassin(tm) is a mail filter to identify spam
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://spamassassin.org
|
||||
URL: https://spamassassin.org
|
||||
Source0: http://www.apache.org/dist/spamassassin/source/Mail-SpamAssassin-%{version}.tar.bz2
|
||||
Source1: spamassassin.service
|
||||
Source2: spamassassin-conf
|
||||
@ -39,7 +39,6 @@ Requires: /usr/sbin/sendmail
|
||||
Requires: perl-Encode-Locale
|
||||
Provides: SpamAssassin
|
||||
Obsoletes: SpamAssassin
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME:
|
||||
#optional module missing: Mail::SPF::Query Skipped becaus:
|
||||
@ -64,6 +63,8 @@ Once identified, the mail can then be optionally tagged as spam for later filter
|
||||
SpamAssassin requires very little configuration; you do not need to continually update it with details of your mail accounts, mailing list memberships, etc.
|
||||
It accomplishes filtering without this knowledge, as much as possible.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n Mail-SpamAssassin-%{version}
|
||||
##sed -i "s|qmail-queue|/var/qmail/bin/qmail-queue|" qmail/qmail-spamc.c
|
||||
@ -106,6 +107,8 @@ find %{buildroot}/usr/lib/perl5 -name perllocal.pod -exec rm -f {} \;
|
||||
|
||||
install rules/*.pre %{buildroot}%{_sysconfdir}/mail/spamassassin/
|
||||
|
||||
chmod o+w %{buildroot}%{_bindir}/*
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
@ -164,6 +167,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
%{_unitdir}/spamassassin.service
|
||||
|
||||
%changelog
|
||||
* Sun Apr 04 2021 Automatic Build System <autodist@mambasoft.it> 3.4.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 31 2020 Automatic Build System <autodist@mambasoft.it> 3.4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user