rpms/python-quixote/devel python-quixote.spec,1.9,1.10

Shahms King (shahms) fedora-extras-commits at redhat.com
Fri Aug 11 15:19:53 UTC 2006


Author: shahms

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

Modified Files:
	python-quixote.spec 
Log Message:
don't ghost .pyo files


Index: python-quixote.spec
===================================================================
RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-quixote.spec	13 Feb 2006 17:59:19 -0000	1.9
+++ python-quixote.spec	11 Aug 2006 15:19:53 -0000	1.10
@@ -4,7 +4,7 @@
 
 Name:           python-quixote
 Version:        2.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A highly Pythonic Web application framework
 
 Group:          Development/Libraries
@@ -44,32 +44,35 @@
 %defattr(-,root,root,-)
 %doc doc/ CHANGES README TODO LICENSE
 %dir %{python_sitearch}/quixote
-%{python_sitearch}/quixote/*.py
+%{python_sitearch}/quixote/*
 %{python_sitearch}/quixote/*.pyc
-%ghost %{python_sitearch}/quixote/*.pyo
+%{python_sitearch}/quixote/*.pyo
 %dir %{python_sitearch}/quixote/demo/
 %{python_sitearch}/quixote/demo/*.py
 %{python_sitearch}/quixote/demo/*.pyc
 %{python_sitearch}/quixote/demo/*.ptl
-%ghost %{python_sitearch}/quixote/demo/*.pyo
+%{python_sitearch}/quixote/demo/*.pyo
 %dir %{python_sitearch}/quixote/form/
 %{python_sitearch}/quixote/form/*.py
 %{python_sitearch}/quixote/form/*.pyc
-%ghost %{python_sitearch}/quixote/form/*.pyo
+%{python_sitearch}/quixote/form/*.pyo
 %dir %{python_sitearch}/quixote/server/
 %{python_sitearch}/quixote/server/*.py
 %{python_sitearch}/quixote/server/*.pyc
-%ghost %{python_sitearch}/quixote/server/*.pyo
+%{python_sitearch}/quixote/server/*.pyo
 %{python_sitearch}/quixote/ptl/*.py
 %{python_sitearch}/quixote/ptl/*.pyc
 %{python_sitearch}/quixote/ptl/*.so
-%ghost %{python_sitearch}/quixote/ptl/*.pyo
+%{python_sitearch}/quixote/ptl/*.pyo
 %{python_sitearch}/quixote/html/*.py
 %{python_sitearch}/quixote/html/*.pyc
 %{python_sitearch}/quixote/html/*.so
-%ghost %{python_sitearch}/quixote/html/*.pyo
+%{python_sitearch}/quixote/html/*.pyo
 
 %changelog
+* Fri Aug 11 2006 Shahms E. King <shahms at shahms.com> 2.4-3
+- Include, don't ghost .pyo files per new guidelines
+
 * Mon Feb 13 2006 Shahms E. King <shahms at shahms.com> 2.4-2
 - Rebuild for FC5
 




More information about the scm-commits mailing list