summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org.tizen.w-stopwatch-1.0.0-arm-debug.tpkbin0 -> 524131 bytes
-rw-r--r--org.tizen.w-stopwatch-1.0.0-arm.tpkbin0 -> 351732 bytes
-rw-r--r--org.tizen.w-stopwatch-1.0.0-x86-debug.tpkbin0 -> 519389 bytes
-rw-r--r--org.tizen.w-stopwatch-1.0.0-x86.tpkbin0 -> 350656 bytes
-rw-r--r--packaging/org.tizen.w-stopwatch.spec51
5 files changed, 51 insertions, 0 deletions
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
index 0000000..b8f55cd
--- /dev/null
+++ b/org.tizen.w-stopwatch-1.0.0-arm-debug.tpk
Binary files 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
index 0000000..e380584
--- /dev/null
+++ b/org.tizen.w-stopwatch-1.0.0-arm.tpk
Binary files 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
index 0000000..0ee0117
--- /dev/null
+++ b/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk
Binary files 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
index 0000000..9795b01
--- /dev/null
+++ b/org.tizen.w-stopwatch-1.0.0-x86.tpk
Binary files differ
diff --git a/packaging/org.tizen.w-stopwatch.spec b/packaging/org.tizen.w-stopwatch.spec
new file mode 100644
index 0000000..71dd4aa
--- /dev/null
+++ b/packaging/org.tizen.w-stopwatch.spec
@@ -0,0 +1,51 @@
+Name: org.tizen.w-stopwatch
+#VCS_FROM: profile/wearable/apps/native/stopwatch#e1016433986b7cdf30c7d26af9c21eb30010fc88
+#RS_Ver: 20170510_2
+Summary: w-stopwatch
+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-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#e1016433986b7cdf30c7d26af9c21eb30010fc88
+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}/*