[ABS] Rename license file. accepted/tizen_5.0_unified tizen_5.0_wearable_tpk accepted/tizen/5.0/unified/20181102.025556 submit/tizen_5.0_wearable_tpk/20181101.000009
authortizenrobot <tizenrobot@noreply.samsung.com>
Thu, 1 Nov 2018 09:36:26 +0000 (18:36 +0900)
committertizenrobot <tizenrobot@noreply.samsung.com>
Thu, 1 Nov 2018 09:36:26 +0000 (18:36 +0900)
This patch rename license file
LICENSE.Flora to LICENSE

Reference: submit/tizen_5.0/20181101.000009
Commit id: de3f6874fa2a9d596355b09fb5a4fd8693b9445b
Requested by: None
SDK rootstrap version: 20181031_1

org.tizen.w-stopwatch-1.0.0-arm-debug.tpk [new file with mode: 0644]
org.tizen.w-stopwatch-1.0.0-arm.tpk [new file with mode: 0644]
org.tizen.w-stopwatch-1.0.0-x86-debug.tpk [new file with mode: 0644]
org.tizen.w-stopwatch-1.0.0-x86.tpk [new file with mode: 0644]
packaging/org.tizen.w-stopwatch.spec [new file with mode: 0644]

diff --git a/org.tizen.w-stopwatch-1.0.0-arm-debug.tpk b/org.tizen.w-stopwatch-1.0.0-arm-debug.tpk
new file mode 100644 (file)
index 0000000..244b5b0
Binary files /dev/null and b/org.tizen.w-stopwatch-1.0.0-arm-debug.tpk differ
diff --git a/org.tizen.w-stopwatch-1.0.0-arm.tpk b/org.tizen.w-stopwatch-1.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..3c43991
Binary files /dev/null and b/org.tizen.w-stopwatch-1.0.0-arm.tpk differ
diff --git a/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk b/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk
new file mode 100644 (file)
index 0000000..e67f068
Binary files /dev/null and b/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk differ
diff --git a/org.tizen.w-stopwatch-1.0.0-x86.tpk b/org.tizen.w-stopwatch-1.0.0-x86.tpk
new file mode 100644 (file)
index 0000000..24ee4db
Binary files /dev/null and b/org.tizen.w-stopwatch-1.0.0-x86.tpk differ
diff --git a/packaging/org.tizen.w-stopwatch.spec b/packaging/org.tizen.w-stopwatch.spec
new file mode 100644 (file)
index 0000000..ec11022
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       org.tizen.w-stopwatch
+#VCS_FROM:   profile/wearable/apps/native/stopwatch#de3f6874fa2a9d596355b09fb5a4fd8693b9445b
+#RS_Ver:    20181031_1
+Summary:    org.tizen.w-stopwatch
+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-stopwatch
+%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/stopwatch#de3f6874fa2a9d596355b09fb5a4fd8693b9445b
+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}/*
+