[ABS] [TSAM-8602] corrected popup update logic on media update accepted/tizen/3.0/mobile/20161018.002517 submit/tizen_3.0_mobile_tpk/20161018.000947
authorJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 00:12:04 +0000 (09:12 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 00:12:04 +0000 (09:12 +0900)
Reference: submit/tizen_3.0/20161018.000947
Commit id: ad7a01b7e47f79bb21b69df6e5a57d8223c6c86c
Requested by: joon-sub.lee@samsung.com
SDK rootstrap version: 20161017_3

org.tizen.gallery-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.gallery-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.gallery-1.0.0-i386-debug.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-debug.tpk b/org.tizen.gallery-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..7ea7d76
Binary files /dev/null and b/org.tizen.gallery-1.0.0-arm-debug.tpk differ
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..6fb0fde
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-debug.tpk b/org.tizen.gallery-1.0.0-i386-debug.tpk
new file mode 100644 (file)
index 0000000..3a788b4
Binary files /dev/null and b/org.tizen.gallery-1.0.0-i386-debug.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..97ed9ed
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..79c78e9
--- /dev/null
@@ -0,0 +1,48 @@
+Name:       org.tizen.gallery
+#VCS_FROM:   profile/mobile/apps/native/gallery#ad7a01b7e47f79bb21b69df6e5a57d8223c6c86c
+#RS_Ver:    20161017_3 
+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 
+
+%define build_mode %{nil}
+
+%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#ad7a01b7e47f79bb21b69df6e5a57d8223c6c86c
+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}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*