From: Ronan Le Martret Date: Wed, 29 Jan 2014 09:30:27 +0000 (+0100) Subject: xrestop should not try to build into a pure wayland platform. X-Git-Tag: submit/tizen/20140818.084211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20140818.084211;p=platform%2Fupstream%2Fxrestop.git xrestop 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: I140e1c0ea21c07fd3b0a535a39dfb457b9199df0 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/xrestop.spec b/packaging/xrestop.spec index 8f9c356..6ec1458 100644 --- a/packaging/xrestop.spec +++ b/packaging/xrestop.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xrestop Version: 0.4 Release: 0 @@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xres) +%if !%{with x} +ExclusiveArch: +%endif + %description A utility to monitor application usage of X resources in the X Server, and display them in a manner similar to 'top'. This is a very useful utility