diff options
author | Denis Dolzhenko <d.dolzhenko@samsung.com> | 2017-09-27 22:32:53 +0900 |
---|---|---|
committer | Denis Dolzhenko <d.dolzhenko@samsung.com> | 2017-09-27 22:32:53 +0900 |
commit | 1b07411d95a7b4178c1af1b5555d0e2faabfdbf2 (patch) | |
tree | 80ca88a044ee179953d732d47265165c42716393 | |
download | stopwatch-tizen_4.0_wearable_tpk.tar.gz stopwatch-tizen_4.0_wearable_tpk.tar.bz2 stopwatch-tizen_4.0_wearable_tpk.zip |
[ABS] TizenRefApp-9110 Fix sonar issuessubmit/tizen_4.0_wearable_tpk/20170927.133203accepted/tizen/4.0/unified/20170929.082412tizen_4.0_wearable_tpkaccepted/tizen_4.0_unified
Reference: submit/tizen_4.0/20170927.133203
Commit id: ebce6db2c01a4dac19d4f46e5b106021a1d83289
Requested by: d.dolzhenko@samsung.com
SDK rootstrap version: 20170927_2
-rw-r--r-- | org.tizen.w-stopwatch-1.0.0-arm-debug.tpk | bin | 0 -> 587567 bytes | |||
-rw-r--r-- | org.tizen.w-stopwatch-1.0.0-arm.tpk | bin | 0 -> 403561 bytes | |||
-rw-r--r-- | org.tizen.w-stopwatch-1.0.0-x86-debug.tpk | bin | 0 -> 583218 bytes | |||
-rw-r--r-- | org.tizen.w-stopwatch-1.0.0-x86.tpk | bin | 0 -> 401577 bytes | |||
-rw-r--r-- | packaging/org.tizen.w-stopwatch.spec | 54 |
5 files changed, 54 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 Binary files differnew file mode 100644 index 0000000..da98d7a --- /dev/null +++ b/org.tizen.w-stopwatch-1.0.0-arm-debug.tpk diff --git a/org.tizen.w-stopwatch-1.0.0-arm.tpk b/org.tizen.w-stopwatch-1.0.0-arm.tpk Binary files differnew file mode 100644 index 0000000..9922e13 --- /dev/null +++ b/org.tizen.w-stopwatch-1.0.0-arm.tpk diff --git a/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk b/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk Binary files differnew file mode 100644 index 0000000..a27ae66 --- /dev/null +++ b/org.tizen.w-stopwatch-1.0.0-x86-debug.tpk diff --git a/org.tizen.w-stopwatch-1.0.0-x86.tpk b/org.tizen.w-stopwatch-1.0.0-x86.tpk Binary files differnew file mode 100644 index 0000000..7d7829f --- /dev/null +++ b/org.tizen.w-stopwatch-1.0.0-x86.tpk diff --git a/packaging/org.tizen.w-stopwatch.spec b/packaging/org.tizen.w-stopwatch.spec new file mode 100644 index 0000000..e95928a --- /dev/null +++ b/packaging/org.tizen.w-stopwatch.spec @@ -0,0 +1,54 @@ +Name: org.tizen.w-stopwatch +#VCS_FROM: profile/wearable/apps/native/stopwatch#ebce6db2c01a4dac19d4f46e5b106021a1d83289 +#RS_Ver: 20170927_2 +Summary: 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#ebce6db2c01a4dac19d4f46e5b106021a1d83289 +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}/* + |