diff options
author | Sung-Jin Park <sj76.park@samsung.com> | 2016-05-16 18:56:11 +0900 |
---|---|---|
committer | Duna Oh <duna.oh@samsung.com> | 2022-02-07 14:49:16 +0900 |
commit | cb6c0fc109be68dc39d10a67f7a5e3ada42cc19a (patch) | |
tree | 8e37980fbfde87d83e8185fd156c6a4099bbfa63 | |
parent | b81eff294094bbacb647426b939e465f02cf1fea (diff) | |
download | libxkbcommon-cb6c0fc109be68dc39d10a67f7a5e3ada42cc19a.tar.gz libxkbcommon-cb6c0fc109be68dc39d10a67f7a5e3ada42cc19a.tar.bz2 libxkbcommon-cb6c0fc109be68dc39d10a67f7a5e3ada42cc19a.zip |
Remove the exception for tizen common in .spec file
Change-Id: I70882938d33cd69bb6392d50b66918fbbb7660ac
-rw-r--r-- | packaging/libxkbcommon.spec | 5 |
1 files changed, 1 insertions, 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 |