[ABS] Use RUA Manager submit/tizen_5.5_wearable_hotfix_wearable_tpk/20201026.1843010
authoralone <yooduck.seo@samsung.com>
Mon, 26 Oct 2020 11:22:11 +0000 (20:22 +0900)
committeralone <yooduck.seo@samsung.com>
Mon, 26 Oct 2020 11:22:11 +0000 (20:22 +0900)
To prevent API break issue, task-manager uses `rua_manager.h` instead of
`rua.h`.

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/librua/+/209983/

Reference: submit/tizen_5.5_wearable_hotfix/20201026.1843010
Commit id: 6044f85ec6104dd3b3d3fd7b561d414ab221f87f
Requested by: None
SDK rootstrap version: 20201019_1

org.tizen.w-task-mgr-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.w-task-mgr-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.w-task-mgr-1.0.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.w-task-mgr-1.0.0-x86.tpk [new file with mode: 0644]
packaging/org.tizen.w-task-mgr.spec [new file with mode: 0644]

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 (file)
index 0000000..23e61fb
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 (file)
index 0000000..0b2f185
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 (file)
index 0000000..dedfb68
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 (file)
index 0000000..c4174d1
Binary files /dev/null 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
new file mode 100644 (file)
index 0000000..6dbb6b4
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.w-task-mgr
+#VCS_FROM:   profile/wearable/apps/native/taskmanager#6044f85ec6104dd3b3d3fd7b561d414ab221f87f
+#RS_Ver:    20201019_1
+Summary:    org.tizen.w-task-mgr
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    Flora-1.1
+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 build_mode %{nil}
+
+%ifarch arm armv7l
+%define target arm
+%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#6044f85ec6104dd3b3d3fd7b561d414ab221f87f
+This is a container package which have preload TPK/WGT files
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*
+