From 20bd839a70959b44326c92b368d9012db15824a6 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:10:20 +0100 Subject: [PATCH] libXxf86vm 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: Ie41379fae9d8bd46b0a036abe8b98c127e918b84 Signed-off-by: Ronan Le Martret --- packaging/libXxf86vm.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packaging/libXxf86vm.spec b/packaging/libXxf86vm.spec index b5bd663..e11ec2e 100644 --- a/packaging/libXxf86vm.spec +++ b/packaging/libXxf86vm.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXxf86vm Version: 1.1.2 Release: 1 @@ -12,6 +14,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xf86vidmodeproto) BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXxf86vm runtime library @@ -28,7 +34,7 @@ X.Org X11 libXxf86vm development package cp %{SOURCE1001} . %build -%reconfigure --disable-static +%reconfigure --disable-static make %{?_smp_mflags} %install @@ -43,7 +49,7 @@ make %{?_smp_mflags} %files %manifest %{name}.manifest %defattr(-,root,root,-) -%license COPYING +%license COPYING %{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1.0.0 -- 2.7.4