From 5d714f80c4dd0d4b91b5980a057930a252471bf0 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 6 Feb 2014 11:50:27 +0100 Subject: [PATCH] packaging: exclude on non X11 configuration Change-Id: Ibefc0a3d6e5914ef300e340d4e8ecc15783b8efd Bug-Tizen: PTREL-653 Signed-off-by: Philippe Coval --- packaging/at-spi2-core.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/at-spi2-core.spec b/packaging/at-spi2-core.spec index 9be356f..020477d 100644 --- a/packaging/at-spi2-core.spec +++ b/packaging/at-spi2-core.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: at-spi2-core Version: 2.7.91 Release: 1 @@ -16,6 +18,9 @@ BuildRequires: libXtst-devel BuildRequires: libXi-devel BuildRequires: gobject-introspection-devel BuildRequires: gettext +%if ! %{with x} +ExclusiveArch: +%endif BuildRoot: %{buildroot} -- 2.7.4