diff options
author | alone <yooduck.seo@samsung.com> | 2020-10-29 22:15:54 +0900 |
---|---|---|
committer | alone <yooduck.seo@samsung.com> | 2020-10-29 22:15:54 +0900 |
commit | 241f226c21bc248e1efa7241cb326882eb635bc5 (patch) | |
tree | 88509497d3be5117a2bd16fe6889a6f48314f5a0 | |
download | watch-face-editor-tizen_6.0_wearable_tpk.tar.gz watch-face-editor-tizen_6.0_wearable_tpk.tar.bz2 watch-face-editor-tizen_6.0_wearable_tpk.zip |
[ABS] Correct the License in spec filesubmit/tizen_6.0_wearable_tpk/20201029.205505accepted/tizen/6.0/unified/20201030.102430tizen_6.0_wearable_tpkaccepted/tizen_6.0_unified
Reference: submit/tizen_6.0/20201029.205505
Commit id: 633562851a885cdba0bfbcc70810cb63b11f8e59
Requested by: None
SDK rootstrap version: 20201028_1
-rw-r--r-- | org.tizen.watch-face-editor-1.0.0-arm-debug.tpk | bin | 0 -> 299585 bytes | |||
-rw-r--r-- | org.tizen.watch-face-editor-1.0.0-arm.tpk | bin | 0 -> 285037 bytes | |||
-rw-r--r-- | org.tizen.watch-face-editor-1.0.0-i586-debug.tpk | bin | 0 -> 299356 bytes | |||
-rw-r--r-- | org.tizen.watch-face-editor-1.0.0-i586.tpk | bin | 0 -> 299356 bytes | |||
-rw-r--r-- | packaging/org.tizen.watch-face-editor.spec | 54 |
5 files changed, 54 insertions, 0 deletions
diff --git a/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk b/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk Binary files differnew file mode 100644 index 0000000..2920ae9 --- /dev/null +++ b/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk diff --git a/org.tizen.watch-face-editor-1.0.0-arm.tpk b/org.tizen.watch-face-editor-1.0.0-arm.tpk Binary files differnew file mode 100644 index 0000000..b832080 --- /dev/null +++ b/org.tizen.watch-face-editor-1.0.0-arm.tpk diff --git a/org.tizen.watch-face-editor-1.0.0-i586-debug.tpk b/org.tizen.watch-face-editor-1.0.0-i586-debug.tpk Binary files differnew file mode 100644 index 0000000..90e1001 --- /dev/null +++ b/org.tizen.watch-face-editor-1.0.0-i586-debug.tpk diff --git a/org.tizen.watch-face-editor-1.0.0-i586.tpk b/org.tizen.watch-face-editor-1.0.0-i586.tpk Binary files differnew file mode 100644 index 0000000..7e76417 --- /dev/null +++ b/org.tizen.watch-face-editor-1.0.0-i586.tpk diff --git a/packaging/org.tizen.watch-face-editor.spec b/packaging/org.tizen.watch-face-editor.spec new file mode 100644 index 0000000..ddcbe1b --- /dev/null +++ b/packaging/org.tizen.watch-face-editor.spec @@ -0,0 +1,54 @@ +Name: org.tizen.watch-face-editor +#VCS_FROM: profile/wearable/apps/native/watch-face-editor#633562851a885cdba0bfbcc70810cb63b11f8e59 +#RS_Ver: 20201028_1 +Summary: PUT SUMMARY HERE +Version: 1.0.0 +Release: 1 +Group: TO_BE/FILLED_IN +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.watch-face-editor +%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 i586 +%endif + +%description +profile/wearable/apps/native/watch-face-editor#633562851a885cdba0bfbcc70810cb63b11f8e59 +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}/* + |