[ABS] [Email] Fix issue with incorrect disable/enable state of next button in accepted/tizen/mobile/20160712.000854 submit/tizen_mobile_tpk/20160711.152314
authorIgor Olshevskyi <i.olshevskyi@samsung.com>
Mon, 11 Jul 2016 15:27:02 +0000 (00:27 +0900)
committerIgor Olshevskyi <i.olshevskyi@samsung.com>
Mon, 11 Jul 2016 15:27:02 +0000 (00:27 +0900)
manual setup view

Reference: submit/tizen/20160711.152314
Commit id: 2fc04682a2e51603ccd5023c14c3e0bd64a8d2c6
Requested by: i.olshevskyi@samsung.com
SDK rootstrap version: 20160711_2

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

index 4011021..2501628 100644 (file)
Binary files a/org.tizen.email-0.9.34-arm.tpk and b/org.tizen.email-0.9.34-arm.tpk differ
diff --git a/org.tizen.email-0.9.34-arm_debug.tpk b/org.tizen.email-0.9.34-arm_debug.tpk
new file mode 100644 (file)
index 0000000..059be69
Binary files /dev/null and b/org.tizen.email-0.9.34-arm_debug.tpk differ
index aceba40..07532c8 100644 (file)
Binary files a/org.tizen.email-0.9.34-i386.tpk and b/org.tizen.email-0.9.34-i386.tpk differ
diff --git a/org.tizen.email-0.9.34-i386_debug.tpk b/org.tizen.email-0.9.34-i386_debug.tpk
new file mode 100644 (file)
index 0000000..ecd403f
Binary files /dev/null and b/org.tizen.email-0.9.34-i386_debug.tpk differ
index 4500b5a..7824325 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.email
-#VCS_FROM:   profile/mobile/apps/native/email-app#d02e506dc96a3ad4aea0870d93b5de1981d1a7e2
-#RS_Ver:    20160708_5 
+#VCS_FROM:   profile/mobile/apps/native/email-app#2fc04682a2e51603ccd5023c14c3e0bd64a8d2c6
+#RS_Ver:    20160711_2 
 Summary:    Native email application
 Version:    0.9.34
 Release:    1
@@ -15,6 +15,8 @@ Requires(post):  /usr/bin/tpk-backend
 %define internal_name org.tizen.email
 %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
@@ -26,7 +28,7 @@ Requires(post):  /usr/bin/tpk-backend
 %endif
 
 %description
-profile/mobile/apps/native/email-app#d02e506dc96a3ad4aea0870d93b5de1981d1a7e2
+profile/mobile/apps/native/email-app#2fc04682a2e51603ccd5023c14c3e0bd64a8d2c6
 This is a container package which have preload TPK files
 
 %prep
@@ -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