From c32d26c2abe9dae191049ebff5d3c15ab28a4926 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:39:53 +0100 Subject: [PATCH] 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 --- packaging/libXaw.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.7.4