Accepting request 457060 from home:Zaitor:branches:multimedia:libs
Tweak OBS-URL: https://build.opensuse.org/request/show/457060 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=60
This commit is contained in:
parent
f7dcaee773
commit
3610e09fb9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 12 17:29:14 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Disable make check for all arches except x86_64 again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 31 19:52:08 UTC 2016 - zaitor@opensuse.org
|
Wed Aug 31 19:52:08 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
5
orc.spec
5
orc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package orc
|
# spec file for package orc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -80,7 +80,10 @@ rm -rf %{buildroot}%{_libdir}/orc
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Disable testsuite for almost all arches, it's only stable on x86_64
|
||||||
|
%ifnarch aarch64 %{arm} %{ix86} ppc64le
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n liborc-0_4-0 -p /sbin/ldconfig
|
%post -n liborc-0_4-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user