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

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


Author: pjones

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

Modified Files:
	python-goopy.spec 
Log Message:
- fix some %files bogusness



Index: python-goopy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-goopy/devel/python-goopy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-goopy.spec	15 Sep 2006 15:51:32 -0000	1.3
+++ python-goopy.spec	15 Sep 2006 15:59:01 -0000	1.4
@@ -6,7 +6,7 @@
 Summary: Google Python Utilities
 Name: python-goopy
 Version: 0.1
-Release: 2
+Release: 3%{?dist}
 Source0: %{realname}-%{version}.tar.gz
 License: BSD
 Group: Development/Libraries
@@ -28,7 +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 {} \;
+grep "\.py$" INSTALLED_FILES | sed 's/\.py$/.pyo/' >> INSTALLED_FILES
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -38,6 +38,9 @@
 %doc README PKG-INFO
 
 %changelog
+* Fri Sep 15 2006 Peter Jones <pjones at redhat.com> - 0.1-3
+- Make this build again, and rebuild for FC-6
+
 * Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.1-2
 - include missing %%dir entries
 




More information about the fedora-extras-commits mailing list