xkbutils should not try to build into a pure wayland platform. 65/15865/3 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_release accepted/tizen/generic/20140212.182108 accepted/tizen/generic/20140312.123051 accepted/tizen/ivi/20140212.190434 accepted/tizen/ivi/panda/20140312.123309 accepted/tizen/ivi/release/20140312.122454 accepted/tizen/mobile/20140225.043504 submit/tizen/20140212.180836 submit/tizen/20140312.070947 submit/tizen_ivi_release/20140312.071428
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 10:19:06 +0000 (11:19 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:34:09 +0000 (04:34 -0800)
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: I586aa9024813a7858a40d8cadae45d5a6d1a2598
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/xkbutils.spec

index 80d0d36..8faf3df 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           xkbutils
 Version:        1.0.3
 Release:        0
@@ -15,6 +17,10 @@ BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xt)
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 xkbutils is a collection of small utilities utilizing the XKeyboard
 (XKB) extension to the X11 protocol.