[ABS] Fixed crash in calendar alert accepted/tizen/mobile/20160712.043310 submit/tizen_mobile_tpk/20160712.024525
authorhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 02:58:30 +0000 (11:58 +0900)
committerhyoeun ahn <he.ahn@samsung.com>
Tue, 12 Jul 2016 02:58:30 +0000 (11:58 +0900)
Reference: submit/tizen/20160712.024525
Commit id: c2ec09035f4db4d4fa20a7fd1d011a8c50b5756b
Requested by: he.ahn@samsung.com
SDK rootstrap version: 20160711_2

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

index a84a076..f2a3fe7 100644 (file)
Binary files a/org.tizen.calendar-1.0.0-arm.tpk and b/org.tizen.calendar-1.0.0-arm.tpk differ
diff --git a/org.tizen.calendar-1.0.0-arm_debug.tpk b/org.tizen.calendar-1.0.0-arm_debug.tpk
new file mode 100644 (file)
index 0000000..90d696b
Binary files /dev/null and b/org.tizen.calendar-1.0.0-arm_debug.tpk differ
index 4b0972c..3be7932 100644 (file)
Binary files a/org.tizen.calendar-1.0.0-i386.tpk and b/org.tizen.calendar-1.0.0-i386.tpk differ
diff --git a/org.tizen.calendar-1.0.0-i386_debug.tpk b/org.tizen.calendar-1.0.0-i386_debug.tpk
new file mode 100644 (file)
index 0000000..6cafac3
Binary files /dev/null and b/org.tizen.calendar-1.0.0-i386_debug.tpk differ
index 4ebbb1c..38e9cf8 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.calendar
 #VCS_FROM:   profile/mobile/apps/native/calendar#c2ec09035f4db4d4fa20a7fd1d011a8c50b5756b
-#RS_Ver:    20160709_2 
+#RS_Ver:    20160711_2 
 Summary:    %{REF_APP_LABEL} application
 Version:    1.0.0
 Release:    1
@@ -15,6 +15,8 @@ Requires(post):  /usr/bin/tpk-backend
 %define internal_name org.tizen.calendar
 %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