diff --git a/.cvsignore b/.cvsignore index 51bf65c..64f1933 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1 @@ -Mail-SpamAssassin-3.0.0-rc3.tar.bz2 -Mail-SpamAssassin-3.0.0-rc4.tar.bz2 -Mail-SpamAssassin-3.0.0.tar.bz2 -Mail-SpamAssassin-3.0.1.tar.bz2 Mail-SpamAssassin-3.0.2.tar.bz2 diff --git a/spamassassin.spec b/spamassassin.spec index f9793fc..b0db034 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -8,7 +8,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents. Name: spamassassin Version: 3.0.2 -Release: 5 +Release: 6.fc4 License: Apache License Group: Applications/Internet URL: http://spamassassin.apache.org/ @@ -19,6 +19,11 @@ Source4: spamassassin-spamc.rc Source5: spamassassin.sysconfig Source10: spamassassin-helper.sh Source99: filter-requires-spamassassin.sh +# Patches 0-99 are RH specific +# none yet +# Patches 100+ are SVN backports (DO NOT REUSE!) +Patch100: spamassassin-3.0.3-r122144.patch +# end of patches Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Buildroot: %{_tmppath}/%{name}-root Prefix: %{_prefix} @@ -57,6 +62,11 @@ To filter spam for all users, add that line to /etc/procmailrc %prep %setup -q -n Mail-SpamAssassin-%{version} +# Patches 0-99 are RH specific +# none yet +# Patches 100+ are SVN backports (DO NOT REUSE!) +%patch100 -p1 +# end of patches %build export CFLAGS="$RPM_OPT_FLAGS" @@ -141,6 +151,9 @@ fi exit 0 %changelog +* Sat Apr 02 2005 Warren Togami 3.0.2-6 +- test svn 3.0 stable r122144 snapshot + * Thu Mar 24 2005 Florian La Roche - add "exit 0" to postun script