From 3058ec265a422e64fe8efe49a7edd87666ce8930 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 10:21:43 +0100 Subject: [PATCH] xterm should not try to build into a pure wayland platform. 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: I343bd495cacde99cc62446f10436071487219f8d Signed-off-by: Ronan Le Martret --- packaging/xterm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/xterm.spec b/packaging/xterm.spec index 5ba880f..b891eea 100644 --- a/packaging/xterm.spec +++ b/packaging/xterm.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xterm BuildRequires: freetype-devel BuildRequires: ncurses-devel @@ -25,6 +27,10 @@ Source9: 20x20ko.bdf.bz2 Source20: snooper.tar.bz2 Source1001: xterm.manifest +%if !%{with x} +ExclusiveArch: +%endif + %description This package contains the basic X.Org terminal program. @@ -93,7 +99,7 @@ install -m 644 *.pcf.gz $RPM_BUILD_ROOT%{xfontsd}/misc/ %files %manifest %{name}.manifest %defattr(-,root,root) -%doc README README.i18n +%doc README README.i18n /usr/bin/vttest /usr/bin/luitx %attr(755,root,root) /usr/bin/xterm -- 2.7.4