rpms/python-cheetah/devel python-cheetah.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Mon Sep 11 14:15:03 UTC 2006


Author: mikeb

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

Modified Files:
	python-cheetah.spec 
Removed Files:
	needs.rebuild 
Log Message:
un-ghost .pyo files


Index: python-cheetah.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cheetah/devel/python-cheetah.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-cheetah.spec	13 Jul 2006 18:14:51 -0000	1.4
+++ python-cheetah.spec	11 Sep 2006 14:15:03 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           python-cheetah
 Version:        2.0
-Release:        0.1.rc7%{?dist}
+Release:        0.2.rc7%{?dist}
 Summary:        Template engine and code-generator
 
 Group:          Development/Libraries
@@ -53,41 +53,44 @@
 %{python_sitelib}/Cheetah/*.py
 %{python_sitelib}/Cheetah/*.pyc
 %{python_sitelib}/Cheetah/_namemapper.so
-%ghost %{python_sitelib}/Cheetah/*.pyo
+%{python_sitelib}/Cheetah/*.pyo
 
 %dir %{python_sitelib}/Cheetah/Macros
 %{python_sitelib}/Cheetah/Macros/*.py
 %{python_sitelib}/Cheetah/Macros/*.pyc
-%ghost %{python_sitelib}/Cheetah/Macros/*.pyo
+%{python_sitelib}/Cheetah/Macros/*.pyo
 
 %dir %{python_sitelib}/Cheetah/Templates
 %{python_sitelib}/Cheetah/Templates/*.py
 %{python_sitelib}/Cheetah/Templates/*.pyc
 %{python_sitelib}/Cheetah/Templates/*.tmpl
-%ghost %{python_sitelib}/Cheetah/Templates/*.pyo
+%{python_sitelib}/Cheetah/Templates/*.pyo
 
 %dir %{python_sitelib}/Cheetah/Tests
 %{python_sitelib}/Cheetah/Tests/*.py
 %{python_sitelib}/Cheetah/Tests/*.pyc
-%ghost %{python_sitelib}/Cheetah/Tests/*.pyo
+%{python_sitelib}/Cheetah/Tests/*.pyo
 
 %dir %{python_sitelib}/Cheetah/Tools
 %{python_sitelib}/Cheetah/Tools/*.py
 %{python_sitelib}/Cheetah/Tools/*.pyc
 %{python_sitelib}/Cheetah/Tools/*.txt
-%ghost %{python_sitelib}/Cheetah/Tools/*.pyo
+%{python_sitelib}/Cheetah/Tools/*.pyo
 
 %dir %{python_sitelib}/Cheetah/Utils
 %{python_sitelib}/Cheetah/Utils/*.py
 %{python_sitelib}/Cheetah/Utils/*.pyc
-%ghost %{python_sitelib}/Cheetah/Utils/*.pyo
+%{python_sitelib}/Cheetah/Utils/*.pyo
 
 %dir %{python_sitelib}/Cheetah/Utils/optik
 %{python_sitelib}/Cheetah/Utils/optik/*.py
 %{python_sitelib}/Cheetah/Utils/optik/*.pyc
-%ghost %{python_sitelib}/Cheetah/Utils/optik/*.pyo
+%{python_sitelib}/Cheetah/Utils/optik/*.pyo
 
 %changelog
+* Mon Sep 11 2006 Mike Bonnet <mikeb at redhat.com> - 2.0-0.2.rc7
+- un-%%ghost .pyo files
+
 * Thu Jul 13 2006 Mike Bonnet <mikeb at redhat.com> - 2.0-0.1.rc7
 - update to 2.0rc7
 - change %%release format to conform to Extras packaging guidelines


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list