From: taeyoon0.lee Date: Mon, 13 Mar 2017 08:18:40 +0000 (+0900) Subject: [Tizen] Change the TV stylesheet package name X-Git-Tag: accepted/tizen/mobile/20170314.074436 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5843becb50983ba682900b8dc4413a67be5d01ec;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git [Tizen] Change the TV stylesheet package name This reverts commit bd58032883b084e2edf32b4386891cb0c024a0b1. Change-Id: Ic3521bdbd89aa1cc65c69e6a3d9efef8b7c1737a --- diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index a37d4a7..e92ffe5 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 extension-tv +%package profile_tv Summary: style files for Tizen TV (1920x1080) Requires: %{name} = %{version}-%{release} -%description extension-tv +%description profile_tv dali-toolkit style files for Tizen TV (1920x1080) %endif @@ -210,12 +210,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 extension-tv +%post profile_tv pushd %{dali_toolkit_style_files}/1920x1080 for FILE in *.json; do mv 1920x1080/"${FILE}" ../"${FILE}"; done popd -%preun extension-tv +%preun profile_tv case "$1" in 0) # This is an un-installation. @@ -229,6 +229,6 @@ case "$1" in : ;; esac -%files extension-tv +%files profile_tv %{dali_toolkit_style_files}/1920x1080/* %endif