3.2.0-pre2

This commit is contained in:
Warren Togami 2007-03-02 19:10:34 +00:00
parent 17eecb1b6b
commit ba874dd6ca
3 changed files with 12 additions and 10 deletions

View File

@ -1 +1 @@
Mail-SpamAssassin-3.1.8.tar.bz2
Mail-SpamAssassin-3.2.0-pre2.tar.bz2

View File

@ -1 +1 @@
e8184a9a4ff11da5bd20b294cfeac7ac Mail-SpamAssassin-3.1.8.tar.bz2
b530e3b3b828cc0fbe8ee738a300dcef Mail-SpamAssassin-3.2.0-pre2.tar.bz2

View File

@ -9,14 +9,17 @@
%define real_name Mail-SpamAssassin
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
# temporary pre-release number
%define pre pre2
Summary: Spam filter for email which can be invoked from mail delivery agents.
Name: spamassassin
Version: 3.1.8
Release: 2%{?dist}
Version: 3.2.0
Release: 0.1.%{pre}%{?dist}
License: Apache License
Group: Applications/Internet
URL: http://spamassassin.apache.org/
Source0: http://www.apache.org/dist/%{name}/%{real_name}-%{version}.tar.bz2
Source0: http://www.apache.org/dist/%{name}/%{real_name}-%{version}-%{pre}.tar.bz2
Source2: redhat_local.cf
Source3: spamassassin-default.rc
Source4: spamassassin-spamc.rc
@ -28,8 +31,6 @@ Source10: spamassassin-helper.sh
# Patches 0-99 are RH specific
# none yet
# Patches 100+ are SVN backports (DO NOT REUSE!)
Patch124: spamassassin-3.1.3-serviceorder.patch
Patch125: spamassassin-3.1.8-sa-learn.patch
# end of patches
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Buildroot: %{_tmppath}/%{name}-root
@ -85,8 +86,6 @@ To filter spam for all users, add that line to /etc/procmailrc
# Patches 0-99 are RH specific
# none yet
# Patches 100+ are SVN backports (DO NOT REUSE!)
%patch124 -p1
%patch125 -p1
# end of patches
%build
@ -140,7 +139,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/spamassassin
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%doc BUGS LICENSE NOTICE CREDITS Changes README STATUS TRADEMARK UPGRADE
%doc LICENSE NOTICE CREDITS Changes README TRADEMARK UPGRADE
%doc USAGE sample-nonspam.txt sample-spam.txt
%config %{_initrddir}/spamassassin
%config(noreplace) %{_sysconfdir}/mail/spamassassin
@ -188,6 +187,9 @@ fi
exit 0
%changelog
* Fri Mar 02 2007 Warren Togami <wtogami@redhat.com> 3.2.0-0.1.pre2
- 3.2.0-pre2
* Mon Feb 19 2007 Warren Togami <wtogami@redhat.com> 3.1.8-2
- Fix sa-learn regression (#228968)