auto-import changelog data from spamassassin-3.0-0.0.svn20040524.src.rpm
Mon May 24 2004 Warren Togami <wtogami@redhat.com> - 3.0-svn20040524 - #123432 do not start service by default - #122488 remove CRLF's - #123706 correct license - svn snapshot 20040524 - svn snapshot 20040518
This commit is contained in:
parent
34476d2014
commit
4738928c27
@ -1 +1 @@
|
|||||||
Mail-SpamAssassin-3.0-svn20040518.tar.bz2
|
Mail-SpamAssassin-3.0-svn20040524.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
69c60fe98b3d3aa8162700b576af42f5 Mail-SpamAssassin-3.0-svn20040518.tar.bz2
|
3ff9b8c010714a55f5b808ad49d9347b Mail-SpamAssassin-3.0-svn20040524.tar.bz2
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
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: %{name}
|
Name: %{name}
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 0.0.svn20040518
|
Release: 0.0.svn20040524
|
||||||
License: GPL or Artistic
|
License: Apache License
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.org/
|
URL: http://spamassassin.org/
|
||||||
# Subversion Snapshot
|
# Subversion Snapshot
|
||||||
# http://wiki.apache.org/spamassassin/DownloadFromSvn
|
# http://wiki.apache.org/spamassassin/DownloadFromSvn
|
||||||
Source0: Mail-SpamAssassin-3.0-svn20040518.tar.bz2
|
Source0: Mail-SpamAssassin-3.0-svn20040524.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
|
||||||
@ -21,11 +21,12 @@ Source5: spamassassin.sysconfig
|
|||||||
Source10: spamassassin-helper.sh
|
Source10: spamassassin-helper.sh
|
||||||
Source99: filter-requires-spamassassin.sh
|
Source99: filter-requires-spamassassin.sh
|
||||||
Patch3: spamassassin-2.63-krb5-backcompat.patch
|
Patch3: spamassassin-2.63-krb5-backcompat.patch
|
||||||
|
# SEND TO UPSTREAM: disable service by default
|
||||||
|
Patch4: spamassassin-3.0-disable_service.patch
|
||||||
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
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Requires: /sbin/chkconfig /sbin/service
|
Requires: /sbin/chkconfig /sbin/service
|
||||||
#Distribution: SpamAssassin
|
|
||||||
|
|
||||||
BuildRequires: perl-Net-DNS
|
BuildRequires: perl-Net-DNS
|
||||||
BuildRequires: perl >= 2:5.8.0
|
BuildRequires: perl >= 2:5.8.0
|
||||||
@ -67,6 +68,9 @@ echo %{krb5backcompat}
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# SEND TO UPSTREAM: disable service by default
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
%{__perl} Makefile.PL DESTDIR=$RPM_BUILD_ROOT/ SYSCONFDIR=%{_sysconfdir} INSTALLDIRS=vendor ENABLE_SSL=yes < /dev/null
|
%{__perl} Makefile.PL DESTDIR=$RPM_BUILD_ROOT/ SYSCONFDIR=%{_sysconfdir} INSTALLDIRS=vendor ENABLE_SSL=yes < /dev/null
|
||||||
@ -143,7 +147,11 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 18 2004 Warren Togami <wtogami@redhat.com> - 3.0-svn20040518
|
* Tue May 24 2004 Warren Togami <wtogami@redhat.com> - 3.0-svn20040524
|
||||||
|
- #123432 do not start service by default
|
||||||
|
- #122488 remove CRLF's
|
||||||
|
- #123706 correct license
|
||||||
|
- svn snapshot 20040524
|
||||||
- svn snapshot 20040518
|
- svn snapshot 20040518
|
||||||
|
|
||||||
* Sun May 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 2.63-8
|
* Sun May 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 2.63-8
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Options to spamd
|
# Options to spamd
|
||||||
SPAMDOPTIONS="-d -c -a -m5 -H"
|
SPAMDOPTIONS="-d -c -a -m5 -H"
|
||||||
|
Loading…
Reference in New Issue
Block a user