Accepting request 457153 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/457153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2017-02-18 23:58:37 +00:00 committed by Git OBS Bridge
commit 99be79a887
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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.
#
# 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
%check
# Disable testsuite for almost all arches, it's only stable on x86_64
%ifnarch aarch64 %{arm} %{ix86} ppc64le
make check %{?_smp_mflags}
%endif
%post -n liborc-0_4-0 -p /sbin/ldconfig