rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.6, 1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Feb 9 03:01:43 UTC 2008


Author: lmacken

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

Modified Files:
	python-cherrytemplate.spec 
Log Message:
Include our new egg-info


Index: python-cherrytemplate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-cherrytemplate.spec	9 Feb 2008 02:21:43 -0000	1.6
+++ python-cherrytemplate.spec	9 Feb 2008 03:01:01 -0000	1.7
@@ -1,8 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-cherrytemplate
 Version:        1.0.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An easy and powerful templating module for Python
 Group:          Development/Libraries
 License:        BSD
@@ -47,8 +48,12 @@
 %{python_sitelib}/cherrytemplate/*.py[co]
 %{python_sitelib}/cherrytemplate/unittest/*.py
 %{python_sitelib}/cherrytemplate/unittest/*.py[co]
+%{python_sitelib}/CherryTemplate-%{version}-py%{pyver}.egg-info/
 
 %changelog
+* Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> - 1.0.0-7
+- Include our new egg-info
+
 * Fri Feb  8 2008 Luke Macken <lmacken at redhat.com> - 1.0.0-6
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list