From 223e6661829ac9ced9f81f513ee9a471d87797a3 Mon Sep 17 00:00:00 2001 From: "taeyoon0.lee" Date: Tue, 25 Apr 2017 15:40:26 +0900 Subject: [PATCH] [Tizen] Change the TV stylesheet package name This reverts commit c31e5ac47ffb60d0accc210637867200b4291b70. Change-Id: I8671533bea03390786e69abc6d1ed91511f349ea --- packaging/dali-toolkit.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/dali-toolkit.spec b/packaging/dali-toolkit.spec index c2b0545..d3abb5d 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 @@ -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 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. @@ -226,6 +226,6 @@ case "$1" in : ;; esac -%files extension-tv +%files profile_tv %{dali_toolkit_style_files}/1920x1080/* %endif -- 2.7.4