[Tizen] Change the TV stylesheet package name 00/115900/1 accepted/tizen/common/20170227.042916 accepted/tizen/ivi/20170223.115654 accepted/tizen/mobile/20170223.115459 accepted/tizen/tv/20170223.115542 accepted/tizen/wearable/20170223.115617 submit/tizen/20170223.041801
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 22 Feb 2017 02:27:37 +0000 (11:27 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 22 Feb 2017 02:27:37 +0000 (11:27 +0900)
- Changed the rpm file name :
  dali-toolkit-extension-tv.rpm -> dali-toolkit-profile_tv.rpm

Change-Id: Icd657e2a73d41cca8356d32f024eb8f9c883e94a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
packaging/dali-toolkit.spec

index 4d35dee..6ba803e 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