rpms/spamassassin/devel spamassassin.spec,1.121,1.122

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Sep 10 14:04:28 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/spamassassin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24956

Modified Files:
	spamassassin.spec 
Log Message:
rules need to be manually copied



Index: spamassassin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spamassassin/devel/spamassassin.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -p -r1.121 -r1.122
--- spamassassin.spec	10 Sep 2009 13:45:40 -0000	1.121
+++ spamassassin.spec	10 Sep 2009 14:04:28 -0000	1.122
@@ -1,5 +1,5 @@
 # OVERRIDE RHEL VERSION HERE, RHEL BUILDSYSTEM DOESN'T HAVE DIST TAG
-#%%define rhel 4
+#%%define rhel 5
 
 # Define Variables that must exist
 %{?!rhel:%define rhel 0}
@@ -36,7 +36,7 @@ Summary: Spam filter for email which can
 Name: spamassassin
 Version: 3.3.0
 %define prename mcsnapshot
-Release: 0.8.%{prename}%{?dist}
+Release: 0.9.%{prename}%{?dist}
 License: ASL 2.0
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
@@ -161,6 +161,7 @@ find $RPM_BUILD_ROOT -type d -depth -exe
 #cd $RPM_BUILD_ROOT%{_datadir}/spamassassin/
 #tar xfvz %{SOURCE1}
 #cd -
+cp rules/*.cf $RPM_BUILD_ROOT%{_datadir}/spamassassin/
 
 find $RPM_BUILD_ROOT/usr -type f -print |
         sed "s@^$RPM_BUILD_ROOT@@g" |
@@ -226,7 +227,7 @@ fi
 exit 0
 
 %changelog
-* Thu Sep 10 2009 Warren Togami <wtogami at redhat.com> 3.3.3-0.8.mcsnapshot
+* Thu Sep 10 2009 Warren Togami <wtogami at redhat.com> 3.3.3-0.9.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.




More information about the fedora-extras-commits mailing list