rpms/python-paste-script/devel python-paste-script.spec,1.5,1.6

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Dec 9 23:58:49 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-paste-script/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25752

Modified Files:
	python-paste-script.spec 
Log Message:
python 2.5 fixes


Index: python-paste-script.spec
===================================================================
RCS file: /cvs/extras/rpms/python-paste-script/devel/python-paste-script.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-paste-script.spec	9 Dec 2006 20:38:19 -0000	1.5
+++ python-paste-script.spec	9 Dec 2006 23:58:19 -0000	1.6
@@ -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-paste-script
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A pluggable command-line frontend
 Group:          System Environment/Libraries
 License:        MIT
@@ -52,13 +53,14 @@
 %files -f pyfiles
 %defattr(-,root,root,-)
 %doc docs/*
-%{python_sitelib}/PasteScript-%{version}-py2.4*
+%{python_sitelib}/PasteScript-%{version}-py%{pyver}.egg-info
 %{_bindir}/paster
 
 
 %changelog
-* Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 1.0-2
+* Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> - 1.0-3
 - Add python-devel to BuildRequires
+- Python 2.5 fixes
 - 1.0
 
 * Sun Sep 17 2006 Luke Macken <lmacken at redhat.com> - 0.9.8-1




More information about the scm-commits mailing list