From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:39:53 +0000 (+0100) Subject: libXaw should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074816^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.2015.q1_common;hp=c08b117096b40678053d47f6239de2cfeef015ac;p=platform%2Fupstream%2FlibXaw.git libXaw 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: Ia126423ac69746e1c1aaaebcc450ed018f02224c Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXaw.spec b/packaging/libXaw.spec index 8659395..0fa41b8 100644 --- a/packaging/libXaw.spec +++ b/packaging/libXaw.spec @@ -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.