libXaw should not try to build into a pure wayland platform. 03/15903/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 devel/x11 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/generic/20140213.074816 accepted/tizen/generic/20140312.111620 accepted/tizen/ivi/20140213.203420 accepted/tizen/ivi/panda/20140312.113149 accepted/tizen/ivi/release/20140312.114546 accepted/tizen/mobile/20140225.042936 submit/devel/x11/20140718.035926 submit/tizen/20140213.071728 submit/tizen/20140312.070814 submit/tizen/20140818.084211 submit/tizen/20140818.144456 submit/tizen/20140819.234625 submit/tizen_ivi_release/20140312.071245 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 12:39:53 +0000 (13:39 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:32:45 +0000 (04:32 -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: Ia126423ac69746e1c1aaaebcc450ed018f02224c
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/libXaw.spec

index 8659395..0fa41b8 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           libXaw
 Version:        1.0.11
 Release:        1
@@ -16,6 +18,10 @@ BuildRequires:  pkgconfig(xpm)
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xt)
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.