From: Denis Dolzhenko Date: Fri, 11 Aug 2017 07:34:36 +0000 (+0900) Subject: [ABS] TizenRefApp-9090 Fix header of source files X-Git-Tag: accepted/tizen/unified/20170816.160616^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=845b9b016d12300f9a98468b473444f7dceadb0f;p=profile%2Fwearable%2Fapps%2Fnative%2Ftaskmanager.git [ABS] TizenRefApp-9090 Fix header of source files Reference: submit/tizen/20170811.073330 Commit id: c4d49c9e5ea39bc454e81690b4baa75e841e39a0 Requested by: d.dolzhenko@samsung.com SDK rootstrap version: 20170810_1 --- diff --git a/org.tizen.w-task-mgr-1.0.0-arm-debug.tpk b/org.tizen.w-task-mgr-1.0.0-arm-debug.tpk index 56db05c..26932dc 100644 Binary files a/org.tizen.w-task-mgr-1.0.0-arm-debug.tpk and b/org.tizen.w-task-mgr-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.w-task-mgr-1.0.0-arm.tpk b/org.tizen.w-task-mgr-1.0.0-arm.tpk index 81145f1..d1d0ed1 100644 Binary files a/org.tizen.w-task-mgr-1.0.0-arm.tpk and b/org.tizen.w-task-mgr-1.0.0-arm.tpk differ diff --git a/org.tizen.w-task-mgr-1.0.0-x86-debug.tpk b/org.tizen.w-task-mgr-1.0.0-x86-debug.tpk index 2c0b1d2..ad79992 100644 Binary files a/org.tizen.w-task-mgr-1.0.0-x86-debug.tpk and b/org.tizen.w-task-mgr-1.0.0-x86-debug.tpk differ diff --git a/org.tizen.w-task-mgr-1.0.0-x86.tpk b/org.tizen.w-task-mgr-1.0.0-x86.tpk index 8bd66fe..9852243 100644 Binary files a/org.tizen.w-task-mgr-1.0.0-x86.tpk and b/org.tizen.w-task-mgr-1.0.0-x86.tpk differ diff --git a/packaging/org.tizen.w-task-mgr.spec b/packaging/org.tizen.w-task-mgr.spec index e59957f..877da81 100644 --- a/packaging/org.tizen.w-task-mgr.spec +++ b/packaging/org.tizen.w-task-mgr.spec @@ -1,6 +1,6 @@ Name: org.tizen.w-task-mgr -#VCS_FROM: profile/wearable/apps/native/taskmanager#b78f5b1c4694ee52e2438f0a68700d6d15b1633a -#RS_Ver: 20170607_1 +#VCS_FROM: profile/wearable/apps/native/taskmanager#c4d49c9e5ea39bc454e81690b4baa75e841e39a0 +#RS_Ver: 20170810_1 Summary: w-task-mgr Version: 1.0.0 Release: 1 @@ -10,11 +10,12 @@ Source0: %{name}-%{version}.tar.gz ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm + BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend %define internal_name org.tizen.w-task-mgr -%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk +%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %define build_mode %{nil} @@ -30,8 +31,9 @@ Requires(post): /usr/bin/tpk-backend %ifarch i386 i486 i586 i686 %define target x86 %endif + %description -profile/wearable/apps/native/taskmanager#b78f5b1c4694ee52e2438f0a68700d6d15b1633a +profile/wearable/apps/native/taskmanager#c4d49c9e5ea39bc454e81690b4baa75e841e39a0 This is a container package which have preload TPK files %prep @@ -49,3 +51,4 @@ install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{pr %files %defattr(-,root,root,-) %{preload_tpk_path}/* +