[ABS] SVACE Issue Resolved submit/tizen_mobile_tpk/20160526.061651
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 26 May 2016 06:18:45 +0000 (15:18 +0900)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 26 May 2016 06:18:45 +0000 (15:18 +0900)
Reference: submit/tizen_mobile/20160526.061651
Commit id: 50d44155d2e2e1183d66964291a3e97b5b59271a
Requested by: r.dadhich@samsung.com
SDK rootstrap version: 20160526_1

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

diff --git a/org.tizen.gallery-1.0.0-arm.tpk b/org.tizen.gallery-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..ab45e90
Binary files /dev/null and b/org.tizen.gallery-1.0.0-arm.tpk differ
diff --git a/org.tizen.gallery-1.0.0-i386.tpk b/org.tizen.gallery-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..343e630
Binary files /dev/null and b/org.tizen.gallery-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.gallery.spec b/packaging/org.tizen.gallery.spec
new file mode 100644 (file)
index 0000000..607dee7
--- /dev/null
@@ -0,0 +1,46 @@
+Name:       org.tizen.gallery
+#VCS_FROM:   profile/mobile/apps/native/gallery#50d44155d2e2e1183d66964291a3e97b5b59271a
+#RS_Ver:    20160526_1 
+Summary:    org.tizen.gallery UX
+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.gallery
+%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/gallery#50d44155d2e2e1183d66964291a3e97b5b59271a
+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}/*