remove plugins that were adding deps, but the plugins were not being used
This commit is contained in:
parent
8012a298c1
commit
b53f2221dc
@ -1,5 +1,5 @@
|
||||
# OVERRIDE RHEL VERSION HERE, RHEL BUILDSYSTEM DOESN'T HAVE DIST TAG
|
||||
#%%define rhel 5
|
||||
%define rhel 5
|
||||
|
||||
# Define Variables that must exist
|
||||
%{?!rhel:%define rhel 0}
|
||||
@ -36,7 +36,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
||||
Name: spamassassin
|
||||
Version: 3.3.0
|
||||
%define prename mcsnapshot
|
||||
Release: 0.10.%{prename}%{?dist}
|
||||
Release: 0.11.%{prename}%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -163,6 +163,8 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
#cd -
|
||||
cp rules/*.cf $RPM_BUILD_ROOT%{_datadir}/spamassassin/
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/spamassassin/70_sandbox.cf
|
||||
rm -f /usr/lib/perl5/vendor_perl/5.10.0/Mail/SpamAssassin/Util/MemoryDump.pm
|
||||
rm -f /usr/lib/perl5/vendor_perl/5.10.0/Mail/SpamAssassin/Plugin/RabinKarpBody.pm
|
||||
|
||||
find $RPM_BUILD_ROOT/usr -type f -print |
|
||||
sed "s@^$RPM_BUILD_ROOT@@g" |
|
||||
@ -228,7 +230,7 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2009 Warren Togami <wtogami@redhat.com> 3.3.3-0.10.mcsnapshot
|
||||
* Thu Sep 10 2009 Warren Togami <wtogami@redhat.com> 3.3.3-0.11.mcsnapshot
|
||||
- numerous bugs fixed
|
||||
- this snapshot is used during masscheck underway until
|
||||
September 17th in order to determine the base scores for spamassassin-3.3.0.
|
||||
|
Loading…
Reference in New Issue
Block a user