Accepting request 288266 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/288266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2015-03-03 10:12:20 +00:00 committed by Git OBS Bridge
commit 1d0898b12d
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