Accepting request 251858 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/251858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2014-10-01 09:21:59 +00:00 committed by Git OBS Bridge
commit 322eaf8d6d
3 changed files with 11 additions and 21 deletions

View File

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

View File

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

View File

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