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

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Sep 19 01:38:53 UTC 2006


Author: lmacken

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

Modified Files:
	python-cherrypy.spec 
Log Message:
* Mon Sep 18 2006 Luke Macken <lmacken at redhat.com> 2.2.1-3
- Rebuild for FC6
- Include pyo files instead of ghosting them



Index: python-cherrypy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-cherrypy.spec	13 Jul 2006 19:08:18 -0000	1.9
+++ python-cherrypy.spec	19 Sep 2006 01:38:53 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:           python-cherrypy
 Version:        2.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A pythonic, object-oriented web development framework
 Group:          Development/Libraries
 License:        BSD
@@ -47,20 +47,16 @@
 %dir %{python_sitelib}/cherrypy/lib
 %dir %{python_sitelib}/cherrypy/lib/filter
 %{python_sitelib}/cherrypy/favicon.ico
-%{python_sitelib}/cherrypy/*.py
-%{python_sitelib}/cherrypy/*.pyc
-%ghost %{python_sitelib}/cherrypy/*.pyo
-%{python_sitelib}/cherrypy/lib/*.py
-%{python_sitelib}/cherrypy/lib/*.pyc
-%ghost %{python_sitelib}/cherrypy/lib/*.pyo
-%{python_sitelib}/cherrypy/lib/filter/*.py
-%{python_sitelib}/cherrypy/lib/filter/*.pyc
-%ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo
-%{python_sitelib}/cherrypy/filters/*.py
-%{python_sitelib}/cherrypy/filters/*.pyc
-%ghost %{python_sitelib}/cherrypy/filters/*.pyo
+%{python_sitelib}/cherrypy/*.py*
+%{python_sitelib}/cherrypy/lib/*.py*
+%{python_sitelib}/cherrypy/lib/filter/*.py*
+%{python_sitelib}/cherrypy/filters/*.py*
 
 %changelog
+* Mon Sep 18 2006 Luke Macken <lmacken at redhat.com> 2.2.1-3
+- Rebuild for FC6
+- Include pyo files instead of ghosting them
+
 * Thu Jul 13 2006 Luke Macken <lmacken at redhat.com> 2.2.1-2
 - Rebuild
 




More information about the fedora-extras-commits mailing list