SPECS: python-simplejson.spec - fixed my last commit - don't packa...

qboosh qboosh at pld-linux.org
Sun Nov 19 10:29:11 CET 2006


Author: qboosh                       Date: Sun Nov 19 09:29:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed my last commit
- don't package tests

---- Files affected:
SPECS:
   python-simplejson.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/python-simplejson.spec
diff -u SPECS/python-simplejson.spec:1.5 SPECS/python-simplejson.spec:1.6
--- SPECS/python-simplejson.spec:1.5	Sun Nov 19 10:14:23 2006
+++ SPECS/python-simplejson.spec	Sun Nov 19 10:29:06 2006
@@ -40,15 +40,16 @@
 	--optimize=2
 
 %py_postclean
+rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/simplejson/tests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%dir %{py_sitescriptdir}/json
-%{py_sitescriptdir}/json/*.py[co]
-%{py_sitescriptdir}/json-%{version}-py*.egg-info
+%dir %{py_sitescriptdir}/simplejson
+%{py_sitescriptdir}/simplejson/*.py[co]
+%{py_sitescriptdir}/simplejson-%{version}-py*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -56,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/19 09:29:06  qboosh
+- fixed my last commit
+- don't package tests
+
 Revision 1.5  2006/11/19 09:14:23  qboosh
 - pyrequires python-libs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-simplejson.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list