- Own /usr/share/spamassassin (#152534).
- Drop no longer needed dependency filter script.
This commit is contained in:
parent
49134da757
commit
759df5ec05
@ -1,5 +1,3 @@
|
||||
%define _use_internal_dependency_generator 0
|
||||
|
||||
%define real_name Mail-SpamAssassin
|
||||
%define krb5backcompat %([ -a /usr/kerberos/include/krb5.h ] && echo 1 || echo 0)
|
||||
|
||||
@ -8,7 +6,7 @@
|
||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||
Name: spamassassin
|
||||
Version: 3.0.2
|
||||
Release: 7.fc4
|
||||
Release: 8.fc4
|
||||
License: Apache License
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -18,7 +16,6 @@ Source3: spamassassin-default.rc
|
||||
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!)
|
||||
@ -42,8 +39,6 @@ Requires: procmail
|
||||
|
||||
Obsoletes: perl-Mail-SpamAssassin
|
||||
|
||||
%define __find_requires %{SOURCE99}
|
||||
|
||||
%description
|
||||
SpamAssassin provides you with a way to reduce if not completely eliminate
|
||||
Unsolicited Commercial Email (SPAM) from your incoming email. It can
|
||||
@ -119,6 +114,7 @@ find $RPM_BUILD_ROOT%{perl_vendorlib}/* -type d -print |
|
||||
%config(noreplace) %{_initrddir}/spamassassin
|
||||
%config(noreplace) %{_sysconfdir}/mail/spamassassin
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/spamassassin
|
||||
%dir %{_datadir}/spamassassin
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -152,6 +148,10 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 3.0.2-8
|
||||
- Own /usr/share/spamassassin (#152534).
|
||||
- Drop no longer needed dependency filter script.
|
||||
|
||||
* Sun Apr 02 2005 Warren Togami <wtogami@redhat.com> 3.0.2-7
|
||||
- req DB_File (#143186)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user