From d5469e3c3c6cc99745fb7fc3c75ef36694df07fa43c66eb00e5e7884a491f986 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 7 Apr 2015 12:04:11 +0000 Subject: [PATCH] Accepting request 294646 from home:dirkmueller:branches:GNOME:Factory - disable dependency on libreoffice for all non-x86 platforms OBS-URL: https://build.opensuse.org/request/show/294646 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=51 --- sushi.changes | 5 +++++ sushi.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sushi.changes b/sushi.changes index 3824c42..22c4b4b 100644 --- a/sushi.changes +++ b/sushi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 6 11:52:29 UTC 2015 - dmueller@suse.com + +- disable dependency on libreoffice for all non-x86 platforms + ------------------------------------------------------------------- Tue Mar 10 08:56:24 UTC 2015 - dimstar@opensuse.org diff --git a/sushi.spec b/sushi.spec index 46f5dfb..020c040 100644 --- a/sushi.spec +++ b/sushi.spec @@ -26,7 +26,7 @@ Url: http://www.gnome.org Source0: http://download.gnome.org/sources/sushi/3.15/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: intltool -%ifnarch ppc || ppc64 || ppc64le +%ifarch %ix86 x86_64 BuildRequires: unoconv %endif BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4