Revert "[Tizen] Change the TV stylesheet package name" 00/125400/1
authorJinho, Lee <jeano.lee@samsung.com>
Mon, 17 Apr 2017 04:01:42 +0000 (13:01 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Mon, 17 Apr 2017 04:01:46 +0000 (13:01 +0900)
This reverts commit 7fe8732bb575057147387aaa07866e89fa21177a.

Change-Id: Ife097d95e495862bdc50cf7003c757f4f2b6cccd

packaging/dali-toolkit.spec

index 126428d..1bc8bc0 100644 (file)
@@ -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