[ABS] edc: show scroll items properly [fix] accepted/tizen/mobile/20160712.043404 submit/tizen_mobile_tpk/20160712.035045
authorhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 03:51:45 +0000 (12:51 +0900)
committerhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 03:51:45 +0000 (12:51 +0900)
Reference: submit/tizen/20160712.035045
Commit id: 96bdc398efd2765caeef926a93851185f23641a7
Requested by: he.ahn@samsung.com
SDK rootstrap version: 20160711_2

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

index 6739f9882c98073ced8aa1a839aa25f5c2bc5dc0..2e871b9660b21c234bf023adf108532ab671bde2 100644 (file)
Binary files a/org.tizen.task-mgr-1.0.0-arm.tpk and b/org.tizen.task-mgr-1.0.0-arm.tpk differ
diff --git a/org.tizen.task-mgr-1.0.0-arm_debug.tpk b/org.tizen.task-mgr-1.0.0-arm_debug.tpk
new file mode 100644 (file)
index 0000000..0c91a1e
Binary files /dev/null and b/org.tizen.task-mgr-1.0.0-arm_debug.tpk differ
index b3fc7fb300eb37da12e2adf102db50548418d99c..315d33a9e2e7705d80fbbfbeb86c85c60ac71da7 100644 (file)
Binary files a/org.tizen.task-mgr-1.0.0-i386.tpk and b/org.tizen.task-mgr-1.0.0-i386.tpk differ
diff --git a/org.tizen.task-mgr-1.0.0-i386_debug.tpk b/org.tizen.task-mgr-1.0.0-i386_debug.tpk
new file mode 100644 (file)
index 0000000..902cc12
Binary files /dev/null and b/org.tizen.task-mgr-1.0.0-i386_debug.tpk differ
index e79e8bdb09f7a3441b64b325e279fea006fd5a10..3aad0ef6572e3cac4bbeb5c93b96bdc10f652bca 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.task-mgr
 #VCS_FROM:   profile/mobile/apps/native/taskmanager#96bdc398efd2765caeef926a93851185f23641a7
-#RS_Ver:    20160707_1 
+#RS_Ver:    20160711_2 
 Summary:    Taskmanager application
 Version:    1.0.0
 Release:    1
@@ -15,6 +15,8 @@ Requires(post):  /usr/bin/tpk-backend
 %define internal_name org.tizen.task-mgr
 %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