rpms/python-dateutil/devel python-dateutil-1.1-x86_64.patch, NONE, 1.1 python-dateutil.spec, 1.3, 1.4

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Jul 26 22:21:30 UTC 2006


Author: orion

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

Modified Files:
	python-dateutil.spec 
Added Files:
	python-dateutil-1.1-x86_64.patch 
Log Message:
Add patch to fix building on x86_64


python-dateutil-1.1-x86_64.patch:

--- NEW FILE python-dateutil-1.1-x86_64.patch ---
--- python-dateutil-1.1/setup.py.x86_64	2006-07-26 14:56:21.000000000 -0600
+++ python-dateutil-1.1/setup.py	2006-07-26 15:02:00.000000000 -0600
@@ -9,7 +9,7 @@
     os.unlink("MANIFEST")
 
 # Get PYTHONLIB with no prefix so --prefix installs work.
-PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
+PYTHONLIB = get_python_lib(prefix='')
 ZONEINFO = join("dateutil", "zoneinfo")
 
 setup(name="python-dateutil",


Index: python-dateutil.spec
===================================================================
RCS file: /cvs/extras/rpms/python-dateutil/devel/python-dateutil.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-dateutil.spec	15 Feb 2006 19:21:24 -0000	1.3
+++ python-dateutil.spec	26 Jul 2006 22:21:30 -0000	1.4
@@ -2,13 +2,14 @@
 
 Name:           python-dateutil
 Version:        1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Powerful extensions to the standard datetime module
 
 Group:          Development/Languages
 License:        Python Software Foundation License
 URL:            http://labix.org/python-dateutil
 Source0:        http://labix.org/download/python-dateutil/python-dateutil-%{version}.tar.bz2
+Patch0:         python-dateutil-1.1-x86_64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -20,6 +21,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 
 %build
@@ -41,6 +43,9 @@
 %{python_sitelib}/dateutil/
 
 %changelog
+* Wed Jul 26 2006 Orion Poplawski <orion at cora.nwra.com> 1.1-3
+- Add patch to fix building on x86_64
+
 * Wed Feb 15 2006 Orion Poplawski <orion at cora.nwra.com> 1.1-2
 - Rebuild for gcc/glibc changes
 




More information about the fedora-extras-commits mailing list