summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungsoo Choi <kenshin.choi@samsung.com>2019-09-25 01:59:12 -0700
committerhyunduk.kim <hyunduk.kim@samsung.com>2019-10-01 17:57:46 +0900
commit48f35f5eb6aec0482a4078496b83ed96451d0a1a (patch)
treeafc031da83a9e817119bb542dfdc004911cc5b0c
parent9d377a335f86f111b25e4c05cac502f4daa77b77 (diff)
downloadwebapp-addon-setting-48f35f5eb6aec0482a4078496b83ed96451d0a1a.tar.gz
webapp-addon-setting-48f35f5eb6aec0482a4078496b83ed96451d0a1a.tar.bz2
webapp-addon-setting-48f35f5eb6aec0482a4078496b83ed96451d0a1a.zip
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.wgtbin0 -> 1322824 bytes
-rw-r--r--packaging/org.tizen.webapp-addon-setting.spec31
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
new file mode 100644
index 0000000..7887d30
--- /dev/null
+++ b/bin/org.tizen.webapp-addon-setting_wearable-1.0.0.wgt
Binary files 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..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}/*