From d35c3a6722168a627ef5b16e12466605de8f3853 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:57:09 +0100 Subject: xdpyinfo 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: I690dd53183be9ce431d70578beeeabd9deaf5e5f Signed-off-by: Ronan Le Martret --- packaging/xdpyinfo.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xdpyinfo.spec b/packaging/xdpyinfo.spec index 9cf6d85..9489ea9 100644 --- a/packaging/xdpyinfo.spec +++ b/packaging/xdpyinfo.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xdpyinfo Version: 1.3.1 Release: 1 @@ -23,6 +25,10 @@ BuildRequires: pkgconfig(xxf86dga) BuildRequires: pkgconfig(xxf86misc) BuildRequires: pkgconfig(xxf86vm) +%if !%{with x} +ExclusiveArch: +%endif + %description xdpyinfo is a utility for displaying information about an X server. -- cgit v1.2.3