From: Maciej Wereski Date: Fri, 11 Aug 2017 11:04:56 +0000 (+0900) Subject: [ABS] TizenRefApp-8642 Implement collapse animation X-Git-Tag: accepted/tizen/4.0/unified/20170811.140732^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffb76931b2170746e6f45c61e2678d287da36ff6;p=profile%2Fwearable%2Fapps%2Fnative%2Ftaskmanager.git [ABS] TizenRefApp-8642 Implement collapse animation Reference: submit/tizen_4.0/20170811.094300 Commit id: b78f5b1c4694ee52e2438f0a68700d6d15b1633a Requested by: m.wereski@partner.samsung.com SDK rootstrap version: 20170809_1 --- ffb76931b2170746e6f45c61e2678d287da36ff6 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..a144284 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..41e050a 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..dd4ae02 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..cde25ad 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..be83449 --- /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#b78f5b1c4694ee52e2438f0a68700d6d15b1633a +#RS_Ver: 20170809_1 +Summary: w-task-mgr +Version: 1.0.0 +Release: 1 +Group: N/A +License: N/A +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#b78f5b1c4694ee52e2438f0a68700d6d15b1633a +This is a container package which have preload TPK 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}/* +