rpms/python-dateutil/devel python-dateutil.spec, 1.16, 1.17 python-dateutil-1.1-x86_64.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Wed Jun 30 08:34:05 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-dateutil/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21087

Modified Files:
	python-dateutil.spec 
Removed Files:
	python-dateutil-1.1-x86_64.patch 
Log Message:
Minor spec file updates for new python guidelines.  Doesn't affect end users so not rebuilding at this time



Index: python-dateutil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-dateutil/devel/python-dateutil.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-dateutil.spec	26 Jul 2009 20:17:11 -0000	1.16
+++ python-dateutil.spec	30 Jun 2010 08:34:05 -0000	1.17
@@ -1,4 +1,6 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?fedora} < 13 && 0%{?rhel} < 6
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           python-dateutil
 Version:        1.4.1
@@ -28,7 +30,7 @@ module available in Python 2.3+.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
  
 %clean


--- python-dateutil-1.1-x86_64.patch DELETED ---



More information about the scm-commits mailing list