From c363ac5d4f725f5ac9cb399bbc2f815cd6b585a0 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:21:18 +0100 Subject: [PATCH] xkbprint 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: I3cbf454f457a7955c6cb753a4c0db24c8a0c0599 Signed-off-by: Ronan Le Martret --- packaging/xkbprint.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xkbprint.spec b/packaging/xkbprint.spec index 0bf8005..534e6f1 100644 --- a/packaging/xkbprint.spec +++ b/packaging/xkbprint.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xkbprint Version: 1.0.3 Release: 1 @@ -12,6 +14,10 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xorg-macros) >= 1.3 +%if !%{with x} +ExclusiveArch: +%endif + %description xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description. -- 2.7.4