Accepting request 222028 from home:dirkmueller:branches:devel:languages:python
- disable testsuite for qemu-linux-user builds OBS-URL: https://build.opensuse.org/request/show/222028 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=30
This commit is contained in:
parent
634746cd4f
commit
1a7a9c7277
@ -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
|
||||
|
||||
|
@ -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,-)
|
||||
|
Loading…
Reference in New Issue
Block a user