summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-01-29 12:00:43 +0100
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>2014-02-06 04:37:29 -0800
commit15e8fed17b48199edf2ef6c06ca9993f9a7427f8 (patch)
treef7f9f080c816ce933f5da6a623aa61e1438e9f3d
parentd24dd740a3cf82f2582aec335fc6b54700c4c936 (diff)
downloadxauth-accepted/tizen_ivi_panda.tar.gz
xauth-accepted/tizen_ivi_panda.tar.bz2
xauth-accepted/tizen_ivi_panda.zip
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: I4757a20abfa51039cb2ea62fff70d3448ed07541 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--packaging/xauth.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/xauth.spec b/packaging/xauth.spec
index 55f4bd8..e0244fb 100644
--- a/packaging/xauth.spec
+++ b/packaging/xauth.spec
@@ -1,3 +1,5 @@
+%bcond_with x
+
Name: xauth
Version: 1.0.7
Release: 1
@@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
+%if !%{with x}
+ExclusiveArch:
+%endif
+
%description
The xauth program is used to edit and display the authorization
information used in connecting to the X server.