rpms/python-crypto/F-7 python-crypto.spec, 1.16, 1.17 python-crypto-x86_64-buildfix.patch, 1.1, NONE

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Mon Jun 4 15:28:23 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/python-crypto/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24396

Modified Files:
	python-crypto.spec 
Removed Files:
	python-crypto-x86_64-buildfix.patch 
Log Message:
fix ppc64 build


Index: python-crypto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-crypto/F-7/python-crypto.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-crypto.spec	18 Apr 2007 18:22:15 -0000	1.16
+++ python-crypto.spec	4 Jun 2007 15:27:44 -0000	1.17
@@ -4,12 +4,11 @@
 Summary:	Cryptography library for Python
 Name:		python-crypto
 Version:	2.0.1
-Release:	7
+Release:	7.1%{?dist}
 License:	Python License (CNRI Python License)
 Group:		Development/Libraries
 URL:		http://www.amk.ca/python/code/crypto.html
 Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.1.tar.gz
-Patch0:		%{name}-x86_64-buildfix.patch
 BuildRequires:	python >= 2.2
 BuildRequires:	python-devel >= 2.2
 BuildRequires:	gmp-devel >= 4.1
@@ -24,9 +23,7 @@
 
 %prep
 %setup -n pycrypto-%{version} -q
-%ifarch x86_64
-%patch0 -b .patch0
-%endif
+sed -i s:/lib:/%_lib:g setup.py
 
 
 %build
@@ -64,6 +61,9 @@
 
 
 %changelog
+* Mon Jun 04 2007 David Woodhouse <dwmw2 at infradead.org> - 2.0.1-7.1
+- Fix libdir handling so it works on more arches than x86_64
+
 * Wed Apr 18 2007 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 2.0.1-7
 - Fix typo
 


--- python-crypto-x86_64-buildfix.patch DELETED ---




More information about the fedora-extras-commits mailing list