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
This commit is contained in:
Takashi Iwai 2015-03-01 08:20:47 +00:00 committed by Git OBS Bridge
parent 73007d59db
commit 37674682f8
2 changed files with 10 additions and 2 deletions

View File

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

View File

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