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