xauth should not try to build into a pure wayland platform. 75/15875/3 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_3.0.2014.q3_common accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_ivi_release accepted/tizen/common/20140827.164325 accepted/tizen/generic/20140213.074410 accepted/tizen/generic/20140312.123220 accepted/tizen/ivi/20140213.205231 accepted/tizen/ivi/panda/20140312.115039 accepted/tizen/ivi/release/20140312.124546 accepted/tizen/mobile/20140225.043230 submit/tizen/20140213.070020 submit/tizen/20140312.070936 submit/tizen_common/20140827.155829 submit/tizen_ivi_release/20140312.071410 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 11:00:43 +0000 (12:00 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:37:29 +0000 (04:37 -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: I4757a20abfa51039cb2ea62fff70d3448ed07541
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/xauth.spec

index 55f4bd8..e0244fb 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           xauth
 Version:        1.0.7
 Release:        1
@@ -14,6 +16,10 @@ BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xmuu)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 The xauth program is used to edit and display the authorization
 information used in connecting to the X server.