From: alone Date: Mon, 26 Oct 2020 11:23:00 +0000 (+0900) Subject: [ABS] Correct the License in spec file X-Git-Tag: submit/tizen_5.5_wearable_hotfix_wearable_tpk/20201026.1843010^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0828eda6dd8f5d94c1504162a8c0ff905177d50;p=profile%2Fwearable%2Fapps%2Fnative%2Fwatch-face-editor.git [ABS] Correct the License in spec file Reference: submit/tizen_5.5_wearable_hotfix/20201026.1843010 Commit id: 633562851a885cdba0bfbcc70810cb63b11f8e59 Requested by: None SDK rootstrap version: 20201019_1 --- b0828eda6dd8f5d94c1504162a8c0ff905177d50 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 new file mode 100644 index 0000000..5d91826 Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.watch-face-editor-1.0.0-arm.tpk b/org.tizen.watch-face-editor-1.0.0-arm.tpk new file mode 100644 index 0000000..c901ee5 Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-arm.tpk differ diff --git a/org.tizen.watch-face-editor-1.0.0-x86-debug.tpk b/org.tizen.watch-face-editor-1.0.0-x86-debug.tpk new file mode 100644 index 0000000..b0abf92 Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-x86-debug.tpk differ diff --git a/org.tizen.watch-face-editor-1.0.0-x86.tpk b/org.tizen.watch-face-editor-1.0.0-x86.tpk new file mode 100644 index 0000000..9ee601c Binary files /dev/null and b/org.tizen.watch-face-editor-1.0.0-x86.tpk differ diff --git a/packaging/org.tizen.watch-face-editor.spec b/packaging/org.tizen.watch-face-editor.spec new file mode 100644 index 0000000..a98e57a --- /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: 20201019_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 x86 +%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}/* +