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

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Apr 1 16:36:02 UTC 2005


Author: mschwendt

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

Modified Files:
	python-quixote.spec 
Log Message:
second and final batch of fixes for missing directories


Index: python-quixote.spec
===================================================================
RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-quixote.spec	10 Mar 2005 22:22:31 -0000	1.2
+++ python-quixote.spec	1 Apr 2005 16:36:00 -0000	1.3
@@ -5,7 +5,7 @@
 
 Name:           python-quixote
 Version:        1.2
-Release:        3
+Release:        4
 Summary:        A highly Pythonic Web application framework
 
 Group:          Development/Libraries
@@ -49,22 +49,29 @@
 %{python_sitearch}/quixote/*.pyc
 %{python_sitearch}/quixote/*.so
 %ghost %{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
+%dir %{python_sitearch}/quixote/form/
 %{python_sitearch}/quixote/form/*.py
 %{python_sitearch}/quixote/form/*.pyc
 %ghost %{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
 # remove the form2 lines for Quixote 2
+%dir %{python_sitearch}/quixote/form2/
 %{python_sitearch}/quixote/form2/*.py
 %{python_sitearch}/quixote/form2/*.pyc
 %ghost %{python_sitearch}/quixote/form2/*.pyo
 
 %changelog
+* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-4
+- add missing %%dir entries
+
 * Thu Mar 10 2005 Shahms E. King <shahms at shahms.com> 1.2-3 -
 - remove 'srcver' from specfile
 




More information about the fedora-extras-commits mailing list