[Tizen] Change the TV stylesheet package name 25/119725/1 accepted/tizen/common/20170320.173824 accepted/tizen/ivi/20170320.223024 accepted/tizen/mobile/20170320.222616 accepted/tizen/tv/20170320.222857 accepted/tizen/unified/20170320.223108 accepted/tizen/wearable/20170320.222942 submit/tizen/20170320.091401
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 02:21:11 +0000 (11:21 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 20 Mar 2017 02:21:17 +0000 (11:21 +0900)
This reverts commit c1cc6775cc42e9442572dfb8aecdd1569ce22443.

Change-Id: I7c67b4cd0e255c60d53918f63b44c7539142526a

packaging/dali-toolkit.spec

index 8a0b0a3..600caea 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