[Tizen] Change the TV stylesheet package name 52/122352/1
authordongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 05:42:38 +0000 (14:42 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 05:42:47 +0000 (14:42 +0900)
This reverts commit f178f15270205fb3353d2222b051881164b693b8.

Change-Id: If8ef836d03c1704b8769d5e1f212d58a52eace63

packaging/dali-toolkit.spec

index ef32cbef2350429cf3f567bbb74f102032ff51e5..9e4a81e6f3b16528676c609a36ee27189c8a7c99 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
 
@@ -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