diff options
author | Youngsoo Choi <kenshin.choi@samsung.com> | 2019-09-25 01:59:12 -0700 |
---|---|---|
committer | hyunduk.kim <hyunduk.kim@samsung.com> | 2019-10-01 17:57:46 +0900 |
commit | 48f35f5eb6aec0482a4078496b83ed96451d0a1a (patch) | |
tree | afc031da83a9e817119bb542dfdc004911cc5b0c | |
parent | 9d377a335f86f111b25e4c05cac502f4daa77b77 (diff) | |
download | webapp-addon-setting-48f35f5eb6aec0482a4078496b83ed96451d0a1a.tar.gz webapp-addon-setting-48f35f5eb6aec0482a4078496b83ed96451d0a1a.tar.bz2 webapp-addon-setting-48f35f5eb6aec0482a4078496b83ed96451d0a1a.zip |
[ABS] Add spec and wgt filestizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201027.114301submit/tizen_5.5_mobile_hotfix/20201026.1851010submit/tizen_5.5/20191031.000013submit/tizen_5.5/20191031.000011submit/tizen_5.5/20191031.000009submit/tizen/20191001.090534accepted/tizen/unified/20191001.114910accepted/tizen/5.5/unified/mobile/hotfix/20201027.060737accepted/tizen/5.5/unified/20191031.034132tizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfix
This adds spec and wgt files for ABS build.
Change-Id: Ia13eb9d76a39f1e71d3ae026595a9607ae636f15
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
-rw-r--r-- | bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt | bin | 0 -> 1322824 bytes | |||
-rw-r--r-- | packaging/org.tizen.webapp-addon-setting.spec | 31 |
2 files changed, 31 insertions, 0 deletions
diff --git a/bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt b/bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt Binary files differnew file mode 100644 index 0000000..7887d30 --- /dev/null +++ b/bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt diff --git a/packaging/org.tizen.webapp-addon-setting.spec b/packaging/org.tizen.webapp-addon-setting.spec new file mode 100644 index 0000000..7482534 --- /dev/null +++ b/packaging/org.tizen.webapp-addon-setting.spec @@ -0,0 +1,31 @@ +Name: org.tizen.webapp-addon-setting_wearable +Summary: org.tizen.webapp-addon-setting_wearable for the wearable 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/wearable/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}/* |