Accepting request 222033 from devel:languages:python

- disable testsuite for qemu-linux-user builds (forwarded request 222028 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/222033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyzmq?expand=0&rev=14
This commit is contained in:
Stephan Kulow 2014-02-12 19:29:10 +00:00 committed by Git OBS Bridge
commit 481e0606dc
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 12 12:08:20 UTC 2014 - dmueller@suse.com
- disable testsuite for qemu-linux-user builds
-------------------------------------------------------------------
Sun Nov 24 19:34:17 UTC 2013 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pyzmq
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -59,9 +59,12 @@ CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# uses NETLINK which does not exist under linux mode..
%if !0%{?qemu_user_space_build:1}
%check
python setup.py build_ext --inplace
python setup.py test
%endif
%files
%defattr(-,root,root,-)