From: taeyoon0.lee Date: Tue, 25 Apr 2017 06:27:06 +0000 (+0900) Subject: Revert "[Tizen] Change the TV stylesheet package name" X-Git-Tag: accepted/tizen/unified/20170426.061756~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c31e5ac47ffb60d0accc210637867200b4291b70;hp=9f17d9e3a1a7a018ab29ee6379b1207997225424;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git Revert "[Tizen] Change the TV stylesheet package name" This reverts commit f4fd912a2ffe37ae9093f0747ede7424e0a8d05a. Change-Id: Id9466a7ffdf9fa21debb54933dd134642288deb2 --- diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index 0a89cb5..3a0da60 100644 --- a/packaging/dali-toolkit.spec +++ b/packaging/dali-toolkit.spec @@ -52,10 +52,10 @@ user interface functionality. # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if tv ||"undefined" %if "%{?profile}" != "wearable" && "%{?profile}" != "common" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" -%package profile_tv +%package extension-tv Summary: style files for Tizen TV (1920x1080) Requires: %{name} = %{version}-%{release} -%description profile_tv +%description extension-tv dali-toolkit style files for Tizen TV (1920x1080) %endif @@ -207,12 +207,12 @@ exit 0 # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if tv ||"undefined" %if "%{?profile}" != "wearable" && "%{?profile}" != "mobile" && "%{?profile}" != "ivi" && "%{?profile}" != "common" -%post profile_tv +%post extension-tv pushd %{dali_toolkit_style_files}/1920x1080 for FILE in *.json; do mv 1920x1080/"${FILE}" ../"${FILE}"; done popd -%preun profile_tv +%preun extension-tv case "$1" in 0) # This is an un-installation. @@ -226,6 +226,6 @@ case "$1" in : ;; esac -%files profile_tv +%files extension-tv %{dali_toolkit_style_files}/1920x1080/* %endif