diff --git a/needs.rebuild b/needs.rebuild deleted file mode 100644 index 815fd29..0000000 --- a/needs.rebuild +++ /dev/null @@ -1 +0,0 @@ -http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild diff --git a/python-cheetah.spec b/python-cheetah.spec index b589683..958155d 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -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 @@ rm -rf %{buildroot} %{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 - 2.0-0.2.rc7 +- un-%%ghost .pyo files + * Thu Jul 13 2006 Mike Bonnet - 2.0-0.1.rc7 - update to 2.0rc7 - change %%release format to conform to Extras packaging guidelines