rpms/planet/devel planet.spec,1.2,1.3

Richard Dawe (richdawe) fedora-extras-commits at redhat.com
Thu Sep 14 20:57:41 UTC 2006


Author: richdawe

Update of /cvs/extras/rpms/planet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20876

Modified Files:
	planet.spec 
Log Message:
.pyo files should no longer be %ghost'ed (bug #205393); updated to follow latest Python packaging guidelines.


Index: planet.spec
===================================================================
RCS file: /cvs/extras/rpms/planet/devel/planet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- planet.spec	3 Mar 2006 21:26:40 -0000	1.2
+++ planet.spec	14 Sep 2006 20:57:41 -0000	1.3
@@ -5,7 +5,7 @@
 
 Name: planet
 Version: 1.0
-Release: 0.6.20060218pre
+Release: 0.7.20060218pre
 Summary: Flexible RDF/RSS/Atom feed aggregator
 
 Group: Applications/Internet
@@ -42,7 +42,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 # Remove .py from install scripts, e.g. planet.py -> planet.
 REGEXP='s:%{_bindir}/\(.*\).py:%{_bindir}/\1:'
@@ -61,16 +61,16 @@
 %doc AUTHORS INSTALL LICENCE NEWS THANKS README examples
 %{_bindir}/*
 %dir %{python_sitelib}/planet
-%{python_sitelib}/planet/*.py
-%{python_sitelib}/planet/*.pyc
-%ghost %{python_sitelib}/planet/*.pyo
+%{python_sitelib}/planet/*.py*
 %dir %{python_sitelib}/planet/compat_logging
-%{python_sitelib}/planet/compat_logging/*.py
-%{python_sitelib}/planet/compat_logging/*.pyc
-%ghost %{python_sitelib}/planet/compat_logging/*.pyo
+%{python_sitelib}/planet/compat_logging/*.py*
 
 
 %changelog
+* Thu Sep 14 2006 Richard Dawe <rich at phekda.gotadsl.co.uk> - 1.0-0.7.20060218pre
+- .pyo files should no longer be %ghost'ed (bug #205393)
+- Updated to follow latest Python packaging guidelines.
+
 * Fri Mar 03 2006 Richard Dawe <rich at phekda.gotadsl.co.uk> - 1.0-0.6.20060218pre
 - Rebuild for FC-5.
 




More information about the fedora-extras-commits mailing list