rpms/spamassassin/devel spamassassin.spec,1.59,1.60

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 19 04:36:06 UTC 2006


Author: wtogami

Update of /cvs/dist/rpms/spamassassin/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13521

Modified Files:
	spamassassin.spec 
Log Message:
include SPAM_PID dir (#177788)
remove redundant sysconfig dir



Index: spamassassin.spec
===================================================================
RCS file: /cvs/dist/rpms/spamassassin/devel/spamassassin.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- spamassassin.spec	14 Jan 2006 07:38:05 -0000	1.59
+++ spamassassin.spec	19 Jan 2006 04:36:03 -0000	1.60
@@ -6,7 +6,7 @@
 Summary: Spam filter for email which can be invoked from mail delivery agents.
 Name: spamassassin
 Version: 3.1.0
-Release: 4.fc5
+Release: 5.fc5
 License: Apache License
 Group: Applications/Internet
 URL: http://spamassassin.apache.org/
@@ -89,8 +89,6 @@
 install -m 0644 %{SOURCE4} %buildroot/etc/mail/spamassassin
 install -m 0755 %{SOURCE10} %buildroot/etc/mail/spamassassin
 
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
-
 [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
 
 find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
@@ -107,6 +105,8 @@
 find $RPM_BUILD_ROOT%{perl_vendorlib}/* -type d -print |
         sed "s@^$RPM_BUILD_ROOT@%dir @g" >> %{name}-%{version}-filelist
 
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/spamassassin
+
 %files -f %{name}-%{version}-filelist
 %defattr(-,root,root)
 %doc BUGS LICENSE NOTICE CREDITS Changes README STATUS TRADEMARK UPGRADE
@@ -149,8 +149,8 @@
 exit 0
 
 %changelog
-* Sat Jan 14 2006 Warren Togami <wtogami at redhat.com> - 3.1.0-4
-- include SPAM_PID dir (#177788 Roy-Magne Mo)
+* Wed Jan 18 2006 Warren Togami <wtogami at redhat.com> - 3.1.0-5
+- include SPAM_PID dir (#177788)
 
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt




More information about the fedora-cvs-commits mailing list