libXtst should not try to build into a pure wayland platform. 86/15886/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/20140213.074533 accepted/tizen/generic/20140312.114917 accepted/tizen/ivi/20140213.204213 accepted/tizen/ivi/panda/20140312.114038 accepted/tizen/ivi/release/20140312.124430 accepted/tizen/mobile/20140225.043115 submit/tizen/20140213.070556 submit/tizen/20140312.070831 submit/tizen_ivi_release/20140312.071259
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 12:04:18 +0000 (13:04 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:36:22 +0000 (04:36 -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: If8bc71ce4f33bc3c301f7ab34559695bb84a8b56
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/libXtst.spec

index 70b046c..92cda04 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           libXtst
 Version:        1.2.1
 Release:        0
@@ -18,6 +20,10 @@ BuildRequires:  pkgconfig(xextproto) >= 7.0.99.3
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.12
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 The XTEST extension is a minimal set of client and server extensions
 required to completely test the X11 server with no user intervention.