From f5020ecdd3c66986c1a548db55a4708a42142c57eadc0b69cfa109f1f9426dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 1 Feb 2012 11:30:20 +0000 Subject: [PATCH] Accepting request 102352 from home:k0da:ppc - disable check on ppc ppc64 OBS-URL: https://build.opensuse.org/request/show/102352 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=26 --- orc.changes | 5 +++++ orc.spec | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/orc.changes b/orc.changes index 509a24a..e732912 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 11:09:49 UTC 2012 - dvaleev@suse.com + +- disable check on ppc ppc64 + ------------------------------------------------------------------- Tue Oct 4 07:47:08 UTC 2011 - vuntz@opensuse.org diff --git a/orc.spec b/orc.spec index 99210c2..aebe5d4 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -32,6 +32,7 @@ BuildRequires: pkg-config Provides: %{name}-devel = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build + %description Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The “language” is a generic @@ -44,6 +45,7 @@ License: BSD and Motorola License (please mark changes) Summary: The Oil Runtime Compiler Library Group: System/Libraries + %description -n liborc-0_4-0 Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The “language” is a generic @@ -56,6 +58,7 @@ License: BSD and Motorola License (please mark changes) Summary: The Oil Runtime Compiler Library - Documentation Group: Documentation/HTML + %description doc Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data. The “language” is a generic @@ -66,12 +69,14 @@ arithmetic operations. %prep %setup -q + %build %configure \ --disable-static \ --enable-gtk-doc %{__make} %{?jobs:-j%jobs} + %install %makeinstall # These are some examples that seem not to make sense to be distributed @@ -79,16 +84,23 @@ rm -rf %{buildroot}%{_libdir}/orc # Remove libtool archives find %{buildroot}%{_libdir} -name '*.la' -delete -print + %check +%ifnarch ppc ppc64 make check +%endif + %clean rm -rf %{buildroot} + %post -n liborc-0_4-0 -p /sbin/ldconfig + %postun -n liborc-0_4-0 -p /sbin/ldconfig + %files %defattr(-,root,root) %{_bindir}/orc-bugreport @@ -98,12 +110,16 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/orc-0.4.pc %{_datadir}/aclocal/orc.m4 + %files doc %defattr(-,root,root) %{_datadir}/gtk-doc/html/orc/ + %files -n liborc-0_4-0 %defattr(-,root,root) %{_libdir}/liborc*-0.4.so.* + + %changelog