[ABS] Fixed - SelectAllItem is removed by LogsView in multi selection mode on time... accepted/tizen/mobile/20160712.043252 submit/tizen_mobile_tpk/20160712.034551
authorhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 03:53:19 +0000 (12:53 +0900)
committerhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 03:53:19 +0000 (12:53 +0900)
Reference: submit/tizen/20160712.034551
Commit id: 149c21e116e08595500bbb2fa53088b396d700d9
Requested by: he.ahn@samsung.com
SDK rootstrap version: 20160711_2

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

index e95c236..7bbb28e 100644 (file)
Binary files a/org.tizen.contacts-2.0.0-arm.tpk and b/org.tizen.contacts-2.0.0-arm.tpk differ
diff --git a/org.tizen.contacts-2.0.0-arm_debug.tpk b/org.tizen.contacts-2.0.0-arm_debug.tpk
new file mode 100644 (file)
index 0000000..2a133e1
Binary files /dev/null and b/org.tizen.contacts-2.0.0-arm_debug.tpk differ
index c89b68d..39052ad 100644 (file)
Binary files a/org.tizen.contacts-2.0.0-i386.tpk and b/org.tizen.contacts-2.0.0-i386.tpk differ
diff --git a/org.tizen.contacts-2.0.0-i386_debug.tpk b/org.tizen.contacts-2.0.0-i386_debug.tpk
new file mode 100644 (file)
index 0000000..bc11f75
Binary files /dev/null and b/org.tizen.contacts-2.0.0-i386_debug.tpk differ
index ae0103d..cc790b2 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.contacts
 #VCS_FROM:   profile/mobile/apps/native/phone-contacts#149c21e116e08595500bbb2fa53088b396d700d9
-#RS_Ver:    20160711_1 
+#RS_Ver:    20160711_2 
 Summary:    Contacts and Phone Applications
 Version:    2.0.0
 Release:    1
@@ -15,6 +15,8 @@ Requires(post):  /usr/bin/tpk-backend
 %define internal_name org.tizen.contacts
 %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