From c0559429ee95ffee0e23c268260e9bd582b64c106ec63b0cf56d5f521be116d6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 1 Feb 2015 10:58:53 +0000 Subject: [PATCH] Accepting request 283542 from home:Zaitor:branches:GNOME:Factory Fix build for sushi on PPC arches OBS-URL: https://build.opensuse.org/request/show/283542 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=47 --- sushi.changes | 6 ++++++ sushi.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/sushi.changes b/sushi.changes index cd7bd86..ddb740a 100644 --- a/sushi.changes +++ b/sushi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 31 04:20:57 UTC 2015 - zaitor@opensuse.org + +- Exclude unoconv BuildRequires on PPC arches as it is not + available there. + ------------------------------------------------------------------- Thu Apr 24 07:15:14 UTC 2014 - dimstar@opensuse.org diff --git a/sushi.spec b/sushi.spec index 4618efc..118d467 100644 --- a/sushi.spec +++ b/sushi.spec @@ -26,7 +26,9 @@ Url: http://www.gnome.org Source0: http://download.gnome.org/sources/sushi/3.12/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: intltool +%ifnarch ppc || ppc64 || ppc64le BuildRequires: unoconv +%endif BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4 BuildRequires: pkgconfig(clutter-gst-2.0) BuildRequires: pkgconfig(clutter-gtk-1.0)