From 37674682f84107476a68c1089c43a3af5d87e576f8192c94059f075e86bd68e3 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 1 Mar 2015 08:20:47 +0000 Subject: [PATCH] Accepting request 288116 from home:michel_mno:branches:multimedia:libs - disable make check for ppc64le archi would need changes in orcprogram-altivec.c and define of HAVE_POWERPC OBS-URL: https://build.opensuse.org/request/show/288116 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=50 --- orc.changes | 7 +++++++ orc.spec | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/orc.changes b/orc.changes index 70b68ee..66d8616 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 27 17:29:20 UTC 2015 - normand@linux.vnet.ibm.com + +- disable make check for ppc64le archi + would need changes in orcprogram-altivec.c + and define of HAVE_POWERPC + ------------------------------------------------------------------- Fri Dec 26 11:27:42 UTC 2014 - zaitor@opensuse.org diff --git a/orc.spec b/orc.spec index dec6a38..2122ad7 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -95,8 +95,9 @@ rm -rf %{buildroot}%{_libdir}/orc find %{buildroot} -type f -name "*.la" -delete -print # Temp disable check on i586 until we have sorted out the i586 fails with upstream +# disable also for ppc64le as many changes required in orcprogram-altivec.c %check -%ifnarch %{arm} || %{ix86} +%ifnarch %{arm} || %{ix86} || ppc64le make check %{?_smp_mflags} %endif