From: tizenrobot Date: Thu, 1 Nov 2018 09:36:56 +0000 (+0900) Subject: [ABS] Rename license file & add license decleration X-Git-Tag: submit/tizen_5.0_wearable_tpk/20181101.000009 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_5.0_wearable_tpk%2F20181101.000009;p=profile%2Fwearable%2Fapps%2Fnative%2Ftaskmanager.git [ABS] Rename license file & add license decleration This patch rename license file LICENSE.Flora to LICENSE, and add license decleration in CloseButton.cpp file. Reference: submit/tizen_5.0/20181101.000009 Commit id: ba9b087957d9401fecbd46bbbb7bfc5a1adce16c Requested by: None SDK rootstrap version: 20181031_1 --- 016c54d093c851a37ed87beb59c37d962f499a99 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..69ec143 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..e205fa9 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..609cc9f 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..7c965ce 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 index 0000000..d4d7a5d --- /dev/null +++ b/packaging/org.tizen.w-task-mgr.spec @@ -0,0 +1,54 @@ +Name: org.tizen.w-task-mgr +#VCS_FROM: profile/wearable/apps/native/taskmanager#ba9b087957d9401fecbd46bbbb7bfc5a1adce16c +#RS_Ver: 20181031_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#ba9b087957d9401fecbd46bbbb7bfc5a1adce16c +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}/* +