forked from pool/zeromq
Accepting request 405474 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/405474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zeromq?expand=0&rev=26
This commit is contained in:
commit
f2b19d64dd
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 29 12:28:33 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove useless --with-pic, it's only for (non-built) static libs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 15:30:44 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- skip testsuite on qemu-linux-user
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 17 12:41:46 UTC 2016 - adam.majer@suse.de
|
Fri Jun 17 12:41:46 UTC 2016 - adam.majer@suse.de
|
||||||
|
|
||||||
|
@ -117,8 +117,7 @@ This package holds the development files for ZeroMQ.
|
|||||||
--with-pgm \
|
--with-pgm \
|
||||||
%endif
|
%endif
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking
|
||||||
--with-pic
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -126,8 +125,10 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if ! 0%{?qemu_user_space_build}
|
||||||
# Tests don't run well concurrently and some are flaky, hence 3x before fail
|
# Tests don't run well concurrently and some are flaky, hence 3x before fail
|
||||||
make check %{?_smp_mflags} || make check || make check || make check || (cat ./test-suite.log && false)
|
make check %{?_smp_mflags} || make check || make check || make check || (cat ./test-suite.log && false)
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n %{lib_name} -p /sbin/ldconfig
|
%post -n %{lib_name} -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user