Accepting request 108484 from multimedia:libs

- Disable check on ARM

OBS-URL: https://build.opensuse.org/request/show/108484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2012-03-09 20:24:53 +00:00 committed by Git OBS Bridge
commit 2ec123b5c0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 8 11:58:18 UTC 2012 - idonmez@suse.com
- Disable check on ARM
-------------------------------------------------------------------
Thu Feb 2 12:26:37 UTC 2012 - idonmez@suse.com

View File

@ -16,6 +16,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: orc
Summary: The Oil Runtime Compiler
License: BSD-3-Clause
@ -76,7 +77,7 @@ rm -rf %{buildroot}%{_libdir}/orc
find %{buildroot}%{_libdir} -name '*.la' -delete -print
%check
%ifnarch ppc ppc64
%ifnarch %arm ppc ppc64
make check
%endif