[ABS] Update package version to 1.0.86 accepted/tizen_5.0_unified tizen_5.0_wearable_tpk accepted/tizen/5.0/unified/20181102.031942 submit/tizen_5.0_wearable_tpk/20181101.000005
authortizenrobot <tizenrobot@noreply.samsung.com>
Thu, 1 Nov 2018 09:21:47 +0000 (18:21 +0900)
committertizenrobot <tizenrobot@noreply.samsung.com>
Thu, 1 Nov 2018 09:21:47 +0000 (18:21 +0900)
Reference: submit/tizen_5.0/20181101.000005
Commit id: c7ab9e29ab207459a9768ae1ea2f665b25e72a10
Requested by: None
SDK rootstrap version: 20181031_1

org.tizen.sketch-1.0.86-arm-debug.tpk [new file with mode: 0644]
org.tizen.sketch-1.0.86-arm.tpk [new file with mode: 0644]
org.tizen.sketch-1.0.86-x86-debug.tpk [new file with mode: 0644]
org.tizen.sketch-1.0.86-x86.tpk [new file with mode: 0644]
packaging/org.tizen.sketch.spec [new file with mode: 0644]

diff --git a/org.tizen.sketch-1.0.86-arm-debug.tpk b/org.tizen.sketch-1.0.86-arm-debug.tpk
new file mode 100644 (file)
index 0000000..d4cc5c7
Binary files /dev/null and b/org.tizen.sketch-1.0.86-arm-debug.tpk differ
diff --git a/org.tizen.sketch-1.0.86-arm.tpk b/org.tizen.sketch-1.0.86-arm.tpk
new file mode 100644 (file)
index 0000000..2106cce
Binary files /dev/null and b/org.tizen.sketch-1.0.86-arm.tpk differ
diff --git a/org.tizen.sketch-1.0.86-x86-debug.tpk b/org.tizen.sketch-1.0.86-x86-debug.tpk
new file mode 100644 (file)
index 0000000..a50d498
Binary files /dev/null and b/org.tizen.sketch-1.0.86-x86-debug.tpk differ
diff --git a/org.tizen.sketch-1.0.86-x86.tpk b/org.tizen.sketch-1.0.86-x86.tpk
new file mode 100644 (file)
index 0000000..cbd574e
Binary files /dev/null and b/org.tizen.sketch-1.0.86-x86.tpk differ
diff --git a/packaging/org.tizen.sketch.spec b/packaging/org.tizen.sketch.spec
new file mode 100644 (file)
index 0000000..4090f53
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.sketch
+#VCS_FROM:   platform/core/uifw/sketch#c7ab9e29ab207459a9768ae1ea2f665b25e72a10
+#RS_Ver:    20181031_1
+Summary:    org.tizen.sketch
+Version:    1.0.86
+Release:    1
+Group:      N/A
+License:    Apache-2.0
+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.sketch
+%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
+platform/core/uifw/sketch#c7ab9e29ab207459a9768ae1ea2f665b25e72a10
+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}/*
+