From: Gennadiy Azarov Date: Thu, 16 Mar 2017 07:29:58 +0000 (+0900) Subject: [ABS] Change package name to w-task-mgr (due to name conflict on OBS) X-Git-Tag: accepted/tizen/unified/20170316.102458^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a19dec5bb9e674f8ef736887e6f8163a14f3401;p=profile%2Fwearable%2Fapps%2Fnative%2Ftaskmanager.git [ABS] Change package name to w-task-mgr (due to name conflict on OBS) Reference: submit/tizen/20170316.072854 Commit id: 3a56e3c93be650375d3c6d3ad718f0dc8d32fdec Requested by: gen.azarov@samsung.com SDK rootstrap version: 20170316_1 --- diff --git a/org.tizen.task-mgr-1.0.0-arm-debug.tpk b/org.tizen.task-mgr-1.0.0-arm-debug.tpk deleted file mode 100644 index 42c0c79..0000000 Binary files a/org.tizen.task-mgr-1.0.0-arm-debug.tpk and /dev/null differ diff --git a/org.tizen.task-mgr-1.0.0-arm.tpk b/org.tizen.task-mgr-1.0.0-arm.tpk deleted file mode 100644 index e479fd9..0000000 Binary files a/org.tizen.task-mgr-1.0.0-arm.tpk and /dev/null 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 deleted file mode 100644 index 29a030e..0000000 Binary files a/org.tizen.task-mgr-1.0.0-i386-debug.tpk and /dev/null differ diff --git a/org.tizen.task-mgr-1.0.0-i386.tpk b/org.tizen.task-mgr-1.0.0-i386.tpk deleted file mode 100644 index b020a0b..0000000 Binary files a/org.tizen.task-mgr-1.0.0-i386.tpk and /dev/null differ 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 new file mode 100644 index 0000000..ae56ff9 Binary files /dev/null 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 new file mode 100644 index 0000000..c9dc113 Binary files /dev/null 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 new file mode 100644 index 0000000..60f1e6d Binary files /dev/null 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 new file mode 100644 index 0000000..4ad7755 Binary files /dev/null and b/org.tizen.w-task-mgr-1.0.0-x86.tpk differ diff --git a/packaging/org.tizen.task-mgr.spec b/packaging/org.tizen.w-task-mgr.spec similarity index 55% rename from packaging/org.tizen.task-mgr.spec rename to packaging/org.tizen.w-task-mgr.spec index 5326211..6af4880 100644 --- a/packaging/org.tizen.task-mgr.spec +++ b/packaging/org.tizen.w-task-mgr.spec @@ -1,34 +1,37 @@ -Name: org.tizen.task-mgr -#VCS_FROM: profile/wearable/apps/native/taskmanager#b271657a05292554d94a1884e3916c124a29a233 -#RS_Ver: 20161020_1 -Summary: task-mgr +Name: org.tizen.w-task-mgr +#VCS_FROM: profile/wearable/apps/native/taskmanager#3a56e3c93be650375d3c6d3ad718f0dc8d32fdec +#RS_Ver: 20170316_1 +Summary: w-task-mgr Version: 1.0.0 Release: 1 Group: N/A License: N/A Source0: %{name}-%{version}.tar.gz -ExcludeArch: aarch64 x86_64 +ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm + BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend -%define internal_name org.tizen.task-mgr +%define internal_name org.tizen.w-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 -%ifarch arm armv7l aarch64 +%ifarch arm armv7l %define target arm -%else -%define target noarch %endif +%ifarch aarch64 +%define target aarch64 +%endif +%ifarch x86_64 +%define target x86_64 +%endif +%ifarch i386 i486 i586 i686 +%define target x86 %endif - %description -profile/wearable/apps/native/taskmanager#b271657a05292554d94a1884e3916c124a29a233 +profile/wearable/apps/native/taskmanager#3a56e3c93be650375d3c6d3ad718f0dc8d32fdec This is a container package which have preload TPK files %prep