From 2234621771c7896f1e61ec4ddc1b6b95e3a8f04a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:27:22 +0100 Subject: [PATCH] libXfontcache 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: If883851b46551b8c8ec608ae82205b4045ac07c0 Signed-off-by: Ronan Le Martret --- packaging/libXfontcache.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/libXfontcache.spec b/packaging/libXfontcache.spec index 7a142e0..9a2a063 100644 --- a/packaging/libXfontcache.spec +++ b/packaging/libXfontcache.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXfontcache Version: 1.0.5 Release: 0 @@ -16,6 +18,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.3 +%if !%{with x} +ExclusiveArch: +%endif + %description FontCache is an extension that is used by X TrueType to cache information about fonts. @@ -48,7 +54,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig -%files +%files %manifest %{name}.manifest %defattr(-,root,root) %license COPYING -- 2.7.4