[ABS] [W-Taskmanager] Fix for appname should match with language selected accepted/tizen/3.0/wearable/20161018.003046 submit/tizen_3.0_wearable_tpk/20161018.001052
authorJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 00:19:53 +0000 (09:19 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Tue, 18 Oct 2016 00:19:53 +0000 (09:19 +0900)
Reference: submit/tizen_3.0/20161018.001052
Commit id: ba5a79bfa96cf789dc44f0954a13586f572b22f2
Requested by: joon-sub.lee@samsung.com
SDK rootstrap version: 20161017_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..b36ee3c
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..95cd359
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..71a4bc6
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..036288c
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..59d8991
--- /dev/null
@@ -0,0 +1,48 @@
+Name:       org.tizen.task-mgr
+#VCS_FROM:   profile/wearable/apps/native/taskmanager#ba5a79bfa96cf789dc44f0954a13586f572b22f2
+#RS_Ver:    20161017_3 
+Summary:    task-mgr
+Version:    1.0.0
+Release:    1
+Group:      N/A
+License:    N/A
+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#ba5a79bfa96cf789dc44f0954a13586f572b22f2
+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}/*