Remove the exception for tizen common in .spec file
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 16 May 2016 09:56:11 +0000 (18:56 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:40:34 +0000 (08:40 +0900)
Change-Id: I70882938d33cd69bb6392d50b66918fbbb7660ac

packaging/libxkbcommon.spec

index 94cc05c..accc203 100644 (file)
@@ -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