diff options
author | JengHyun Kang <jhyuni.kang@samsung.com> | 2017-02-07 10:45:22 +0900 |
---|---|---|
committer | JengHyun Kang <jhyuni.kang@samsung.com> | 2017-02-07 10:45:22 +0900 |
commit | a3a0c5160fa5942f39cc357dc2757ce4dbe521de (patch) | |
tree | 538292a1dc4822ca412f727ab051f2caa7973890 | |
parent | 5d70f7b97f41e339804741bdb6865af096034add (diff) | |
download | xkeyboard-config-a3a0c5160fa5942f39cc357dc2757ce4dbe521de.tar.gz xkeyboard-config-a3a0c5160fa5942f39cc357dc2757ce4dbe521de.tar.bz2 xkeyboard-config-a3a0c5160fa5942f39cc357dc2757ce4dbe521de.zip |
Do not requires to each profilessubmit/tizen/20170223.113357
Change-Id: Ia0921a20cca9cf9f12a1c0bfeb3cff036fa83036
-rw-r--r-- | packaging/xkeyboard-config.spec | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packaging/xkeyboard-config.spec b/packaging/xkeyboard-config.spec index ce8ddaa1..4d3317c0 100644 --- a/packaging/xkeyboard-config.spec +++ b/packaging/xkeyboard-config.spec @@ -24,19 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): /usr/bin/ln Requires(pre): /usr/bin/rm # This is for backword compatibility only. Tizen 4.0 Configurability gets no damage from this. -%if "%{?profile}" == "mobile" -Requires: xkb-tizen-data-profile_mobile -%elif "%{?profile}" == "wearable" -Requires: xkb-tizen-data-profile_wearable -%elif "%{?profile}" == "tv" -Requires: xkb-tizen-data-profile_tv -%elif "%{?profile}" == "ivi" -Requires: xkb-tizen-data-profile_ivi -%else -# If it is common or "unified/undefined" Requires: xkb-tizen-data -Recommends: xkb-tizen-data-profile_common -%endif BuildRequires: pkgconfig(xkbcommon) %{!?TZ_SYS_RO_SHARE: %global TZ_SYS_RO_SHARE /usr/share} |