auto-import changelog data from spamassassin-2.31-16.src.rpm

Thu Aug 15 2002 Chip Turner <cturner@redhat.com>
- speedup patch from upstream
This commit is contained in:
cvsdist 2004-09-09 12:34:29 +00:00
parent 33c2df9043
commit 4f82ca8e30

View File

@ -5,7 +5,7 @@
Summary: This is SpamAssassin, a spam filter for email which can be invoked from mail delivery agents.
Name: %{name}
Version: 2.31
Release: 15
Release: 16
License: Artistic
Group: Networking/Mail
URL: http://spamassassin.org/
@ -18,6 +18,7 @@ Source99: filter-requires-spamassassin.sh
Patch: spamassassin-2.31-migrate.patch
Patch1: spamassassin-2.31-findbin.patch
Patch2: spamassassin-2.31-init.patch
Patch3: spamassassin-2.31-speed.patch
Requires: perl >= 5.004
Buildroot: %{_tmppath}/%{name}-root
Prefix: %{_prefix}
@ -59,6 +60,7 @@ To filter spam for all users, add that line to /etc/procmailrc
%patch -p1
%patch1 -p1 -b .findbin
%patch2 -p1 -b .init
%patch3 -p2 -b .speed
%build
%{__perl} Makefile.PL PREFIX=$RPM_BUILD_ROOT%{prefix} INSTALLDIRS=vendor
@ -124,6 +126,9 @@ fi
exit 0
%changelog
* Thu Aug 15 2002 Chip Turner <cturner@redhat.com>
- speedup patch from upstream
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build