[ABS] [TSAM-6213] Added touch sound accepted/tizen/mobile/20160712.043528 submit/tizen_mobile_tpk/20160712.025321
authorhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 02:55:34 +0000 (11:55 +0900)
committerhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 02:55:34 +0000 (11:55 +0900)
Reference: submit/tizen/20160712.025321
Commit id: 06c3de7e77f13d8b680d9a78d34d31fcae2df3d9
Requested by: he.ahn@samsung.com
SDK rootstrap version: 20160711_2

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

index 2e69042..455d588 100644 (file)
Binary files a/org.tizen.gallery-1.0.0-arm.tpk and b/org.tizen.gallery-1.0.0-arm.tpk differ
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..c826ebc
Binary files /dev/null and b/org.tizen.gallery-1.0.0-arm_debug.tpk differ
index f58f50b..8973e46 100644 (file)
Binary files a/org.tizen.gallery-1.0.0-i386.tpk and b/org.tizen.gallery-1.0.0-i386.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..fce6b5a
Binary files /dev/null and b/org.tizen.gallery-1.0.0-i386_debug.tpk differ
index bce17b3..552b78e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.gallery
 #VCS_FROM:   profile/mobile/apps/native/gallery#06c3de7e77f13d8b680d9a78d34d31fcae2df3d9
-#RS_Ver:    20160709_2 
+#RS_Ver:    20160711_2 
 Summary:    org.tizen.gallery UX
 Version:    1.0.0
 Release:    1
@@ -15,6 +15,8 @@ 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
@@ -37,7 +39,7 @@ This is a container package which have preload TPK files
 %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