From 949f45c0fa660cd9cef0dbbc8431388f9b8f9bcf Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 8 May 2017 12:52:04 +0900 Subject: [PATCH] Revert "[Tizen] Change the TV stylesheet package name" This reverts commit 3312cc8016f80169eca30ae26072855fefeb9e3b. Change-Id: I357f557d1313d659675a0d169b61a922c2e490b9 --- 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 b6fa1b2..317d42d 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 -- 2.7.4