Accepting request 209414 from openSUSE:Factory:PowerLE

Fix python for ppc64le, please forward to factory asap

OBS-URL: https://build.opensuse.org/request/show/209414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=156
This commit is contained in:
Sascha Peilicke
2013-12-06 10:30:57 +00:00
committed by Git OBS Bridge
parent 5b3091d163
commit ea9eb9ef07
7 changed files with 1798 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python
Version: 2.7.6
Release: 0
@@ -56,6 +57,8 @@ Patch20: python-bundle-lang.patch
Patch22: python-2.7.4-aarch64.patch
Patch23: python-2.7.4-no-REUSEPORT.patch
Patch24: python-bsddb6.diff
# PATCH-FIX-OPENSUSE Properly support ppc64le in _ctypes module
Patch25: libffi-ppc64le.diff
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -170,7 +173,7 @@ implementation of the standard Unix DBM databases.
%patch10 -p1
%patch13 -p1
#skip test_io test for ppc,ppc64 as it is broken.
%ifarch ppc ppc64
%ifarch ppc ppc64 ppc64le
%patch15 -p1
%endif
%patch17 -p1
@@ -179,6 +182,7 @@ implementation of the standard Unix DBM databases.
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p0
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac