[ABS] [VIDEO-PLAYER][TSAM-3522]Resolved Video Text display in different language submit/tizen_mobile_tpk/20160526.061640
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 26 May 2016 06:18:47 +0000 (15:18 +0900)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 26 May 2016 06:18:47 +0000 (15:18 +0900)
Reference: submit/tizen_mobile/20160526.061640
Commit id: 7ab769387685bf4956720e0a03fa81626b92ebfe
Requested by: r.dadhich@samsung.com
SDK rootstrap version: 20160526_1

org.tizen.video-player-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.video-player-1.0.0-i386.tpk [new file with mode: 0644]
packaging/org.tizen.videos.spec [new file with mode: 0644]

diff --git a/org.tizen.video-player-1.0.0-arm.tpk b/org.tizen.video-player-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..995838e
Binary files /dev/null and b/org.tizen.video-player-1.0.0-arm.tpk differ
diff --git a/org.tizen.video-player-1.0.0-i386.tpk b/org.tizen.video-player-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..0a1e077
Binary files /dev/null and b/org.tizen.video-player-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.videos.spec b/packaging/org.tizen.videos.spec
new file mode 100644 (file)
index 0000000..9c23e4e
--- /dev/null
@@ -0,0 +1,46 @@
+Name:       org.tizen.videos
+#VCS_FROM:   profile/mobile/apps/native/video-player#7ab769387685bf4956720e0a03fa81626b92ebfe
+#RS_Ver:    20160526_1 
+Summary:    video library & store
+Version:    1.0.0
+Release:    1
+Group:      Applications
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+ExcludeArch:  aarch64 x86_64
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.video-player
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
+
+%ifarch i386 i486 i586 i686 x86_64
+%define target i386
+%else
+%ifarch arm armv7l aarch64
+%define target arm
+%else
+%define target noarch
+%endif
+%endif
+
+%description
+profile/mobile/apps/native/video-player#7ab769387685bf4956720e0a03fa81626b92ebfe
+This is a container package which have preload TPK files
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*