Name: org.tizen.music-player
-#VCS_FROM: profile/mobile/apps/native/music-player#44cbbbf0b7c259a2ab1aa13c7959191274f4c69f
-#RS_Ver: 20160709_2
+#VCS_FROM: profile/mobile/apps/native/music-player#fcceb06418941e36162d4af82ba36182e0de2277
+#RS_Ver: 20160711_2
Summary: music player application
Version: 1.0.0
Release: 1
%define internal_name org.tizen.music-player
%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
+%define build_mode %{nil}
+
%ifarch i386 i486 i586 i686 x86_64
%define target i386
%else
%endif
%description
-profile/mobile/apps/native/music-player#44cbbbf0b7c259a2ab1aa13c7959191274f4c69f
+profile/mobile/apps/native/music-player#fcceb06418941e36162d4af82ba36182e0de2277
This is a container package which have preload TPK files
%prep
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{preload_tpk_path}
-install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
%post