3.2.0-pre2
This commit is contained in:
parent
17eecb1b6b
commit
ba874dd6ca
@ -1 +1 @@
|
|||||||
Mail-SpamAssassin-3.1.8.tar.bz2
|
Mail-SpamAssassin-3.2.0-pre2.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e8184a9a4ff11da5bd20b294cfeac7ac Mail-SpamAssassin-3.1.8.tar.bz2
|
b530e3b3b828cc0fbe8ee738a300dcef Mail-SpamAssassin-3.2.0-pre2.tar.bz2
|
||||||
|
@ -9,14 +9,17 @@
|
|||||||
%define real_name Mail-SpamAssassin
|
%define real_name Mail-SpamAssassin
|
||||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
%{!?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.
|
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.1.8
|
Version: 3.2.0
|
||||||
Release: 2%{?dist}
|
Release: 0.1.%{pre}%{?dist}
|
||||||
License: Apache License
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
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
|
Source2: redhat_local.cf
|
||||||
Source3: spamassassin-default.rc
|
Source3: spamassassin-default.rc
|
||||||
Source4: spamassassin-spamc.rc
|
Source4: spamassassin-spamc.rc
|
||||||
@ -28,8 +31,6 @@ Source10: spamassassin-helper.sh
|
|||||||
# Patches 0-99 are RH specific
|
# Patches 0-99 are RH specific
|
||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# 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
|
# end of patches
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
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
|
# Patches 0-99 are RH specific
|
||||||
# none yet
|
# none yet
|
||||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||||
%patch124 -p1
|
|
||||||
%patch125 -p1
|
|
||||||
# end of patches
|
# end of patches
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -140,7 +139,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/spamassassin
|
|||||||
|
|
||||||
%files -f %{name}-%{version}-filelist
|
%files -f %{name}-%{version}-filelist
|
||||||
%defattr(-,root,root)
|
%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
|
%doc USAGE sample-nonspam.txt sample-spam.txt
|
||||||
%config %{_initrddir}/spamassassin
|
%config %{_initrddir}/spamassassin
|
||||||
%config(noreplace) %{_sysconfdir}/mail/spamassassin
|
%config(noreplace) %{_sysconfdir}/mail/spamassassin
|
||||||
@ -188,6 +187,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 19 2007 Warren Togami <wtogami@redhat.com> 3.1.8-2
|
||||||
- Fix sa-learn regression (#228968)
|
- Fix sa-learn regression (#228968)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user