packages: python-dateutil/python-dateutil.spec - back to 1.5 version, 2.0 i...

cieciwa cieciwa at pld-linux.org
Wed May 25 11:13:42 CEST 2011


Author: cieciwa                      Date: Wed May 25 09:13:41 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- back to 1.5 version, 2.0 in python-dateutil2.spec.

---- Files affected:
packages/python-dateutil:
   python-dateutil.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: packages/python-dateutil/python-dateutil.spec
diff -u packages/python-dateutil/python-dateutil.spec:1.15 packages/python-dateutil/python-dateutil.spec:1.16
--- packages/python-dateutil/python-dateutil.spec:1.15	Sun May 22 03:53:01 2011
+++ packages/python-dateutil/python-dateutil.spec	Wed May 25 11:13:36 2011
@@ -3,7 +3,7 @@
 Summary:	Extensions to the standard datetime module
 Summary(pl.UTF-8):	Rozszerzenia modułu datetime języka Python
 Name:		python-dateutil
-Version:	2.0
+Version:	1.5
 Release:	1
 License:	BSD
 Group:		Libraries/Python
@@ -37,12 +37,12 @@
 %setup -q
 
 %build
-%{__python3} setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python3} setup.py install \
+%{__python} setup.py install \
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT \
 
@@ -55,8 +55,8 @@
 %files
 %defattr(644,root,root,755)
 %doc LICENSE NEWS README
-%{py3_sitescriptdir}/dateutil
-%{py3_sitescriptdir}/python_dateutil-*.egg-info
+%{py_sitescriptdir}/dateutil
+%{py_sitescriptdir}/python_dateutil-*.egg-info
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -64,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2011/05/25 09:13:36  cieciwa
+- back to 1.5 version, 2.0 in python-dateutil2.spec.
+
 Revision 1.15  2011/05/22 01:53:01  wrobell
 - compile with python 3 properly (package for python 2.x needs to be done)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-dateutil/python-dateutil.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list