From bb3a6894d5521a9cbf9be2ec0012cf6b861537e2 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Mon, 16 May 2016 18:56:11 +0900 Subject: [PATCH] Remove the exception for tizen common in .spec file Change-Id: I70882938d33cd69bb6392d50b66918fbbb7660ac --- packaging/libxkbcommon.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index 94cc05c..accc203 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -15,11 +15,8 @@ BuildRequires: bison BuildRequires: flex BuildRequires: libtool >= 2 BuildRequires: pkgconfig(xorg-macros) >= 1.8 -%if "%{?profile}" == "common" -%else BuildRequires: python BuildRequires: xkb-tizen-data -%endif %global TZ_SYS_RO_SHARE %{?TZ_SYS_RO_SHARE:%TZ_SYS_RO_SHARE}%{!?TZ_SYS_RO_SHARE:/usr/share} @@ -41,7 +38,7 @@ in %{name}. %setup -qn %{name} cp %{SOURCE1001} . -# Generate tizen keymap header except common profile +# Generate tizen keymap header export TIZEN_PROFILE="%{?profile}" export TZ_SYS_RO_SHARE="%{TZ_SYS_RO_SHARE}" chmod a+x ./make_tizen_keymap.sh -- 2.7.4