[Tizen] Change the TV stylesheet package name 42/116542/1 accepted/tizen/common/20170306.164807 accepted/tizen/ivi/20170306.103342 accepted/tizen/mobile/20170306.102925 accepted/tizen/tv/20170306.103156 accepted/tizen/unified/20170309.034410 accepted/tizen/wearable/20170306.103251 submit/tizen/20170227.051047 submit/tizen/20170306.033709 submit/tizen_unified/20170308.100410
authorsuhyung Eom <suhyung.eom@samsung.com>
Mon, 27 Feb 2017 02:17:42 +0000 (11:17 +0900)
committersuhyung Eom <suhyung.eom@samsung.com>
Mon, 27 Feb 2017 02:18:05 +0000 (11:18 +0900)
This reverts commit a91cf8ed6dfcafd01b982a47cde01a7b40c16d83.
Change-Id: I3d43f5e11f18acc0c898d552b061882d28219de5

packaging/dali-toolkit.spec

index a26b9cc..82022ff 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 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