From: Youngsoo Choi Date: Wed, 25 Sep 2019 08:59:12 +0000 (-0700) Subject: [ABS] Add spec and wgt files X-Git-Tag: submit/tizen/20191001.090432^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e181aca0eb1eb8b1bdedbd5a376c167ac2f176a4;p=profile%2Fmobile%2Fapps%2Fweb%2Fwebapp-addon-setting.git [ABS] Add spec and wgt files This adds spec and wgt files for ABS build. Change-Id: Ia13eb9d76a39f1e71d3ae026595a9607ae636f15 Signed-off-by: Youngsoo Choi --- diff --git a/bin/org.tizen.webapp-addon-setting_mobile-1.0.0.wgt b/bin/org.tizen.webapp-addon-setting_mobile-1.0.0.wgt new file mode 100644 index 0000000..7887d30 Binary files /dev/null and b/bin/org.tizen.webapp-addon-setting_mobile-1.0.0.wgt differ diff --git a/packaging/org.tizen.webapp-addon-setting.spec b/packaging/org.tizen.webapp-addon-setting.spec new file mode 100644 index 0000000..f218223 --- /dev/null +++ b/packaging/org.tizen.webapp-addon-setting.spec @@ -0,0 +1,31 @@ +Name: org.tizen.webapp-addon-setting_mobile +Summary: org.tizen.webapp-addon-setting_mobile for the mobile devices +Version: 1.0.0 +Release: 1 +Group: Applications/Web Framework +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +BuildRequires: pkgconfig(libtzplatform-config) + +%define preload_wgt_path %{TZ_SYS_RO_APP}/.preload-wgt + +%description +profile/mobile/apps/web/webapp-addon-setting +This is a container package which have preload TPK/WGT files + +%prep +%setup -q + +%build + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{preload_wgt_path} +install bin/%{name}-%{version}.wgt %{buildroot}/%{preload_wgt_path}/ + +%post + +%files +%defattr(-,root,root,-) +%{preload_wgt_path}/*