Accepting request 251838 from home:Zaitor:branches:multimedia:libs
Disable testsuite for i586 as we are still seeeing random fails for it on that arch. OBS-URL: https://build.opensuse.org/request/show/251838 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=43
This commit is contained in:
parent
2fbc6df05f
commit
84f80b319a
@ -1,14 +0,0 @@
|
||||
Index: orc-0.4.21/testsuite/Makefile.am
|
||||
===================================================================
|
||||
--- orc-0.4.21.orig/testsuite/Makefile.am
|
||||
+++ orc-0.4.21/testsuite/Makefile.am
|
||||
@@ -12,8 +12,7 @@ TESTS = \
|
||||
exec_parse \
|
||||
perf_opcodes_sys perf_parse \
|
||||
memcpy_speed \
|
||||
- abi \
|
||||
- test-limits
|
||||
+ abi
|
||||
|
||||
noinst_PROGRAMS = $(TESTS) generate_xml_table generate_xml_table2 \
|
||||
generate_opcodes_sys compile_parse compile_parse_c memcpy_speed \
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 20:58:44 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Temp-disable testsuite on i586 until we get the random fails
|
||||
sorted out with upstream.
|
||||
- Drop orc-disable-test-limits.patch, and autoreconf call, and
|
||||
corresponding BuildRequires, as testsuite is disabled, and patch
|
||||
needing them is dropped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 11:14:54 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
9
orc.spec
9
orc.spec
@ -26,11 +26,7 @@ Group: Productivity/Multimedia/Other
|
||||
Url: http://cgit.freedesktop.org/gstreamer/orc
|
||||
Source: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
Patch1: orc-disable-test-limits.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
Provides: %{name}-devel = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -66,10 +62,8 @@ arithmetic operations.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-gtk-doc
|
||||
@ -84,8 +78,9 @@ rm -rf %{buildroot}%{_libdir}/orc
|
||||
# Remove libtool archives
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
# Temp disable check on i586 until we have sorted out the i586 fails with upstream
|
||||
%check
|
||||
%ifnarch %{arm}
|
||||
%ifnarch %{arm} || %{ix86}
|
||||
make check %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user