rpms/python-ZConfig/devel python-ZConfig.spec,1.5,1.6

Robin 'cheese' Lee cheeselee at fedoraproject.org
Wed Jun 16 07:16:49 UTC 2010


Author: cheeselee

Update of /cvs/pkgs/rpms/python-ZConfig/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9533

Modified Files:
	python-ZConfig.spec 
Log Message:
* Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-3
- Workaround of installation



Index: python-ZConfig.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-ZConfig/devel/python-ZConfig.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-ZConfig.spec	16 Jun 2010 06:36:12 -0000	1.5
+++ python-ZConfig.spec	16 Jun 2010 07:16:47 -0000	1.6
@@ -4,7 +4,7 @@
 
 Name:           python-ZConfig
 Version:        2.8.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Structured Configuration Library
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -36,7 +36,7 @@ configuration-intensive applications.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT%{python_sitelib}/ZConfig/*.txt
+rm -f $RPM_BUILD_ROOT%{python_sitelib}/ZConfig/*.txt
 
 
 #%%check
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-3
+- Workaround of installation
+
 * Wed Jun 16 2010 Robin Lee <robinlee.sysu at gmail.com> - 2.8.0-2
 - Retag
 



More information about the scm-commits mailing list