auto-import changelog data from spamassassin-3.0-0.0.svn20040518.src.rpm

Tue May 18 2004 Warren Togami <wtogami@redhat.com> - 3.0-svn20040518
- svn snapshot 20040518
This commit is contained in:
cvsdist 2004-09-09 12:38:45 +00:00
parent 9f7184035e
commit 34476d2014
3 changed files with 15 additions and 15 deletions

View File

@ -1 +1 @@
Mail-SpamAssassin-2.63.tar.bz2 Mail-SpamAssassin-3.0-svn20040518.tar.bz2

View File

@ -1 +1 @@
215303794096bc66712381115adabb25 Mail-SpamAssassin-2.63.tar.bz2 69c60fe98b3d3aa8162700b576af42f5 Mail-SpamAssassin-3.0-svn20040518.tar.bz2

View File

@ -6,22 +6,21 @@
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: 2.63 Version: 3.0
Release: 8 Release: 0.0.svn20040518
License: GPL or Artistic License: GPL or Artistic
Group: Applications/Internet Group: Applications/Internet
URL: http://spamassassin.org/ URL: http://spamassassin.org/
Source0: http://spamassassin.org/devel/Mail-SpamAssassin-%{version}.tar.bz2 # Subversion Snapshot
# http://wiki.apache.org/spamassassin/DownloadFromSvn
Source0: Mail-SpamAssassin-3.0-svn20040518.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
Source5: spamassassin.sysconfig Source5: spamassassin.sysconfig
Source10: spamassassin-helper.sh Source10: spamassassin-helper.sh
Source99: filter-requires-spamassassin.sh Source99: filter-requires-spamassassin.sh
# Patch: spamassassin-2.50-servicename.patch
# Patch2: spamassassin-2.50-chld.patch
Patch3: spamassassin-2.63-krb5-backcompat.patch Patch3: spamassassin-2.63-krb5-backcompat.patch
Patch4: spamassassin-2.63-init.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}
@ -59,16 +58,14 @@ To filter spam for all users, add that line to /etc/procmailrc
(creating if necessary). (creating if necessary).
%prep %prep
%setup -q -n %{real_name}-%{version} %setup -q -n spamassassin
# %%patch0 -p1 # %%setup -q -n %{real_name}-%{version}
# %%patch2 -p1
# Backwards compatibility with older krb5-devel # Backwards compatibility with older krb5-devel
echo %{krb5backcompat} echo %{krb5backcompat}
%if %{krb5backcompat} %if %{krb5backcompat}
%patch3 -p1 %patch3 -p1
%endif %endif
%patch4 -p0
chmod 644 License
%build %build
export CFLAGS="$RPM_OPT_FLAGS" export CFLAGS="$RPM_OPT_FLAGS"
@ -114,8 +111,8 @@ fi
%files -f %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc README Changes sample-nonspam.txt sample-spam.txt spamd/README.spamd %doc README Changes sample-nonspam.txt sample-spam.txt
%doc License %doc LICENSE
%config(noreplace) %{_initrddir}/spamassassin %config(noreplace) %{_initrddir}/spamassassin
%config(noreplace) %{_sysconfdir}/mail/spamassassin %config(noreplace) %{_sysconfdir}/mail/spamassassin
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin %config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
@ -146,6 +143,9 @@ fi
exit 0 exit 0
%changelog %changelog
* Tue May 18 2004 Warren Togami <wtogami@redhat.com> - 3.0-svn20040518
- 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
- #122233 - #122233
- Require perl(:MODULE_COMPAT_*). - Require perl(:MODULE_COMPAT_*).