From 36924363e793d27dee101c02d2c338edbdcf246f9e9218eccef10cf60580528d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Feb 2018 16:59:55 +0000 Subject: [PATCH] Accepting request 580295 from home:oertel:branches:devel:languages:python - fix build on ppc64 and s390x by dropping the ifarch statements all our platforms install this to sitearch OBS-URL: https://build.opensuse.org/request/show/580295 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=53 --- python-pymongo.changes | 6 ++++++ python-pymongo.spec | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/python-pymongo.changes b/python-pymongo.changes index 3bf5e8e..1773c39 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 17:23:35 CET 2018 - ro@suse.de + +- fix build on ppc64 and s390x by dropping the ifarch statements + all our platforms install this to sitearch + ------------------------------------------------------------------- Fri Feb 23 04:43:48 UTC 2018 - jacobwinski@gmail.com diff --git a/python-pymongo.spec b/python-pymongo.spec index 4933b17..79f2679 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -54,11 +54,7 @@ export CFLAGS="%{optflags}" %install %python_install -%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le %python_expand %fdupes %{buildroot}%{$python_sitearch} -%else -%python_expand %fdupes %{buildroot}%{$python_sitelib} -%endif %if %{with tests} %check @@ -68,10 +64,6 @@ export CFLAGS="%{optflags}" %files %{python_files} %defattr(-,root,root,-) %doc LICENSE README.rst -%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le %{python_sitearch}/* -%else -%{python_sitelib}/* -%endif %changelog