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:
parent
73007d59db
commit
37674682f8
@ -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
|
Fri Dec 26 11:27:42 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
5
orc.spec
5
orc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package orc
|
# 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.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
# Temp disable check on i586 until we have sorted out the i586 fails with upstream
|
# 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
|
%check
|
||||||
%ifnarch %{arm} || %{ix86}
|
%ifnarch %{arm} || %{ix86} || ppc64le
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user