rules need to be manually copied
This commit is contained in:
parent
b8f567b377
commit
230ee04d6e
@ -1,5 +1,5 @@
|
|||||||
# OVERRIDE RHEL VERSION HERE, RHEL BUILDSYSTEM DOESN'T HAVE DIST TAG
|
# OVERRIDE RHEL VERSION HERE, RHEL BUILDSYSTEM DOESN'T HAVE DIST TAG
|
||||||
#%%define rhel 4
|
#%%define rhel 5
|
||||||
|
|
||||||
# Define Variables that must exist
|
# Define Variables that must exist
|
||||||
%{?!rhel:%define rhel 0}
|
%{?!rhel:%define rhel 0}
|
||||||
@ -36,7 +36,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
|||||||
Name: spamassassin
|
Name: spamassassin
|
||||||
Version: 3.3.0
|
Version: 3.3.0
|
||||||
%define prename mcsnapshot
|
%define prename mcsnapshot
|
||||||
Release: 0.8.%{prename}%{?dist}
|
Release: 0.9.%{prename}%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://spamassassin.apache.org/
|
URL: http://spamassassin.apache.org/
|
||||||
@ -161,6 +161,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|||||||
#cd $RPM_BUILD_ROOT%{_datadir}/spamassassin/
|
#cd $RPM_BUILD_ROOT%{_datadir}/spamassassin/
|
||||||
#tar xfvz %{SOURCE1}
|
#tar xfvz %{SOURCE1}
|
||||||
#cd -
|
#cd -
|
||||||
|
cp rules/*.cf $RPM_BUILD_ROOT%{_datadir}/spamassassin/
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT/usr -type f -print |
|
find $RPM_BUILD_ROOT/usr -type f -print |
|
||||||
sed "s@^$RPM_BUILD_ROOT@@g" |
|
sed "s@^$RPM_BUILD_ROOT@@g" |
|
||||||
@ -226,7 +227,7 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 10 2009 Warren Togami <wtogami@redhat.com> 3.3.3-0.8.mcsnapshot
|
* Thu Sep 10 2009 Warren Togami <wtogami@redhat.com> 3.3.3-0.9.mcsnapshot
|
||||||
- numerous bugs fixed
|
- numerous bugs fixed
|
||||||
- this snapshot is used during masscheck underway until
|
- this snapshot is used during masscheck underway until
|
||||||
September 17th in order to determine the base scores for spamassassin-3.3.0.
|
September 17th in order to determine the base scores for spamassassin-3.3.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user