From: Amritanshu Date: Wed, 1 Jul 2020 05:47:35 +0000 (+0900) Subject: [ABS] Modify profile mobile -> tizeniot X-Git-Tag: submit/tizen_tizeniot_tpk/20200701.053723^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffc1919d13bc711aafcf161576943ad4a9c6043d;p=profile%2Fiot%2Fapps%2Fnative%2Ftaskmanager.git [ABS] Modify profile mobile -> tizeniot Reference: submit/tizen/20200701.053723 Commit id: 8b8d7fb224675a4909adda5cd3304682b656c7c2 Requested by: a.pandia1@samsung.com SDK rootstrap version: 20200630_1 --- ffc1919d13bc711aafcf161576943ad4a9c6043d diff --git a/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk b/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk new file mode 100644 index 0000000..b4b9e0e Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-aarch64.tpk b/org.tizen.task-mgr_common-1.0.0-aarch64.tpk new file mode 100644 index 0000000..ef60d2f Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-aarch64.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk b/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk new file mode 100644 index 0000000..b48bce4 Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-arm.tpk b/org.tizen.task-mgr_common-1.0.0-arm.tpk new file mode 100644 index 0000000..5c7cddf Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-arm.tpk differ diff --git a/packaging/org.tizen.task-mgr_common.spec b/packaging/org.tizen.task-mgr_common.spec new file mode 100644 index 0000000..ec60ff6 --- /dev/null +++ b/packaging/org.tizen.task-mgr_common.spec @@ -0,0 +1,54 @@ +Name: org.tizen.task-mgr_common +#VCS_FROM: profile/iot/apps/native/taskmanager#8b8d7fb224675a4909adda5cd3304682b656c7c2 +#RS_Ver: 20200630_1 +Summary: Taskmanager application +Version: 1.0.0 +Release: 1 +Group: Applications/Core Applications +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +ExclusiveArch: aarch64 armv7l arm + + +BuildRequires: pkgconfig(libtzplatform-config) +Requires(post): /usr/bin/tpk-backend + +%define internal_name org.tizen.task-mgr_common +%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/iot/apps/native/taskmanager#8b8d7fb224675a4909adda5cd3304682b656c7c2 +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}/* +