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:
commit
322eaf8d6d
@ -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
|
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
|
Url: http://cgit.freedesktop.org/gstreamer/orc
|
||||||
Source: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
|
Source: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Patch1: orc-disable-test-limits.patch
|
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Provides: %{name}-devel = %{version}
|
Provides: %{name}-devel = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -66,10 +62,8 @@ arithmetic operations.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
@ -84,8 +78,9 @@ rm -rf %{buildroot}%{_libdir}/orc
|
|||||||
# Remove libtool archives
|
# Remove libtool archives
|
||||||
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
|
||||||
%check
|
%check
|
||||||
%ifnarch %{arm}
|
%ifnarch %{arm} || %{ix86}
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user