From 1d121e1e013bc32732e0e0365b999d2503a2b10b Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 10:24:59 +0100 Subject: [PATCH] xsetroot should not try to build into a pure wayland platform. This package is designed for an X server platform. In a system released, based exclusively on Wayland platform, it should be in a excluded status. Tizen devel | Tizen release _____________|______________ succeeded | succeeded excluded | excluded broken | failed | unresolvable | blocked | locked | note: - The disabled status is only allowed for OBS administration. Change-Id: Ic6e58f9374ca51841d8eabba60b7bb0b53b4156c Signed-off-by: Ronan Le Martret --- packaging/xsetroot.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xsetroot.spec b/packaging/xsetroot.spec index 148915b..5800bac 100644 --- a/packaging/xsetroot.spec +++ b/packaging/xsetroot.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xsetroot Version: 1.1.0 Release: 0 @@ -15,6 +17,10 @@ BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 # This was part of the xorg-x11 package up to version 7.6 +%if !%{with x} +ExclusiveArch: +%endif + %description The xsetroot program allows you to tailor the appearance of the background ("root") window on a workstation display running X. -- 2.7.4