From 3610e09fb97d1520cd93a61b5565752a81b96db9b6223e48e0bf34e3bc235a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 14 Feb 2017 19:52:50 +0000 Subject: [PATCH] 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 --- orc.changes | 5 +++++ orc.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/orc.changes b/orc.changes index 9c40c63..0603e09 100644 --- a/orc.changes +++ b/orc.changes @@ -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 diff --git a/orc.spec b/orc.spec index eb040b1..341e991 100644 --- a/orc.spec +++ b/orc.spec @@ -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