[ABS] Rename license file & add license decleration accepted/tizen_5.0_unified tizen_5.0_wearable_tpk accepted/tizen/5.0/unified/20181102.025550 submit/tizen_5.0_wearable_tpk/20181101.000009
authortizenrobot <tizenrobot@noreply.samsung.com>
Thu, 1 Nov 2018 09:36:56 +0000 (18:36 +0900)
committertizenrobot <tizenrobot@noreply.samsung.com>
Thu, 1 Nov 2018 09:36:56 +0000 (18:36 +0900)
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

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..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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..d4d7a5d
--- /dev/null
@@ -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}/*
+