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

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Sep 20 00:27:03 UTC 2006


Author: jamatos

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

Modified Files:
	python-cherrytemplate.spec 
Log Message:
* Wed Sep 20 2006 José Matos <jamatos[AT]fc.up.pt> - 1.0.0-3
- Rebuild for FC-6.
- Unghost .pyo files.



Index: python-cherrytemplate.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-cherrytemplate.spec	16 May 2005 14:44:44 -0000	1.2
+++ python-cherrytemplate.spec	20 Sep 2006 00:27:03 -0000	1.3
@@ -1,9 +1,8 @@
-%define pyver %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-cherrytemplate
 Version:        1.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An easy and powerful templating module for Python
 Group:          Development/Libraries
 License:        BSD
@@ -13,7 +12,6 @@
 Patch0:         python-cherrytemplate-missing-test-files.patch 
 
 BuildArch:      noarch
-Requires:       python-abi = %{pyver}
 
 %description
 CherryTemplate is an easy and powerful templating module for Python. 
@@ -44,13 +42,15 @@
 %dir %{python_sitelib}/cherrytemplate
 %dir %{python_sitelib}/cherrytemplate/unittest
 %{python_sitelib}/cherrytemplate/*.py
-%{python_sitelib}/cherrytemplate/*.pyc
-%ghost %{python_sitelib}/cherrytemplate/*.pyo
+%{python_sitelib}/cherrytemplate/*.py[co]
 %{python_sitelib}/cherrytemplate/unittest/*.py
-%{python_sitelib}/cherrytemplate/unittest/*.pyc
-%ghost %{python_sitelib}/cherrytemplate/unittest/*.pyo
+%{python_sitelib}/cherrytemplate/unittest/*.py[co]
 
 %changelog
+* Wed Sep 20 2006 José Matos <jamatos[AT]fc.up.pt> - 1.0.0-3
+- Rebuild for FC-6.
+- Unghost .pyo files.
+
 * Mon May 16 2005 Gijs Hollestelle <gijs at gewis.nl> 1.0.0-2
 - Added dist tag
 




More information about the scm-commits mailing list