[ABS] Recents (TaskManager) App for tizen wearable 3.0 submit/tizen_wearable_tpk/20160914.065917
authorirfan abdul <irfan.abdul@samsung.com>
Wed, 14 Sep 2016 06:56:52 +0000 (15:56 +0900)
committerirfan abdul <irfan.abdul@samsung.com>
Wed, 14 Sep 2016 06:56:52 +0000 (15:56 +0900)
Reference: submit/tizen/20160914.065917
Commit id: 11ecf583dd62509f6c231f0790ceffca3e3c1a5b
Requested by: irfan.abdul@samsung.com
SDK rootstrap version: 20160913_3

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

diff --git a/org.tizen.task-mgr-1.0.0-arm-debug.tpk b/org.tizen.task-mgr-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..a26ec7a
Binary files /dev/null and b/org.tizen.task-mgr-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.task-mgr-1.0.0-arm.tpk b/org.tizen.task-mgr-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..e065320
Binary files /dev/null and b/org.tizen.task-mgr-1.0.0-arm.tpk differ
diff --git a/org.tizen.task-mgr-1.0.0-i386-debug.tpk b/org.tizen.task-mgr-1.0.0-i386-debug.tpk
new file mode 100644 (file)
index 0000000..6b2d2b7
Binary files /dev/null and b/org.tizen.task-mgr-1.0.0-i386-debug.tpk differ
diff --git a/org.tizen.task-mgr-1.0.0-i386.tpk b/org.tizen.task-mgr-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..e8211db
Binary files /dev/null and b/org.tizen.task-mgr-1.0.0-i386.tpk differ
diff --git a/packaging/org.tizen.task-mgr.spec b/packaging/org.tizen.task-mgr.spec
new file mode 100644 (file)
index 0000000..e9cc553
--- /dev/null
@@ -0,0 +1,48 @@
+Name:       org.tizen.task-mgr
+#VCS_FROM:   profile/wearable/apps/native/taskmanager#11ecf583dd62509f6c231f0790ceffca3e3c1a5b
+#RS_Ver:    20160913_3 
+Summary:    Taskmanager application
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    Apache-2.0
+Source0:    %{name}-%{version}.tar.gz
+
+ExcludeArch:  aarch64 x86_64
+BuildRequires:  pkgconfig(libtzplatform-config)
+Requires(post):  /usr/bin/tpk-backend
+
+%define internal_name org.tizen.task-mgr
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
+
+%define build_mode %{nil}
+
+%ifarch i386 i486 i586 i686 x86_64
+%define target i386
+%else
+%ifarch arm armv7l aarch64
+%define target arm
+%else
+%define target noarch
+%endif
+%endif
+
+%description
+profile/wearable/apps/native/taskmanager#11ecf583dd62509f6c231f0790ceffca3e3c1a5b
+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}/*