rpms/python-goopy/devel python-goopy.spec,1.2,1.3

Peter Jones (pjones) fedora-extras-commits at redhat.com
Fri Sep 15 15:51:33 UTC 2006


Author: pjones

Update of /cvs/extras/rpms/python-goopy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1078

Modified Files:
	python-goopy.spec 
Log Message:
- don't install .pyo files



Index: python-goopy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-goopy/devel/python-goopy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-goopy.spec	1 Apr 2005 16:36:00 -0000	1.2
+++ python-goopy.spec	15 Sep 2006 15:51:32 -0000	1.3
@@ -28,6 +28,7 @@
 python setup.py install --root "${RPM_BUILD_ROOT}" --record=INSTALLED_FILES
 find $RPM_BUILD_ROOT%{python_sitelib}/* -type d \
   | sed "s|^$RPM_BUILD_ROOT|%dir |" >> INSTALLED_FILES
+find $RPM_BUILD_ROOT%{python_sitelib}/ -type f -iname "*.pyo" -exec rm {} \;
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the scm-commits mailing list