[ABS] Add spec and wgt files 75/215075/2 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.033530 accepted/tizen/5.5/unified/mobile/hotfix/20201027.070703 accepted/tizen/unified/20191001.114854 submit/tizen/20191001.090616 submit/tizen_5.5/20191031.000009 submit/tizen_5.5/20191031.000011 submit/tizen_5.5/20191031.000013 submit/tizen_5.5_mobile_hotfix/20201026.185109 tizen_5.5.m2_release
authorYoungsoo Choi <kenshin.choi@samsung.com>
Wed, 25 Sep 2019 08:59:12 +0000 (01:59 -0700)
committerhyunduk.kim <hyunduk.kim@samsung.com>
Tue, 1 Oct 2019 09:02:24 +0000 (18:02 +0900)
This adds spec and wgt files for ABS build.

Change-Id: Ia13eb9d76a39f1e71d3ae026595a9607ae636f15
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
bin/org.tizen.webapp-addon-setting_tv-1.0.0.wgt [new file with mode: 0644]
packaging/org.tizen.webapp-addon-setting.spec [new file with mode: 0644]

diff --git a/bin/org.tizen.webapp-addon-setting_tv-1.0.0.wgt b/bin/org.tizen.webapp-addon-setting_tv-1.0.0.wgt
new file mode 100644 (file)
index 0000000..7887d30
Binary files /dev/null and b/bin/org.tizen.webapp-addon-setting_tv-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 (file)
index 0000000..a88a9d7
--- /dev/null
@@ -0,0 +1,31 @@
+Name:       org.tizen.webapp-addon-setting_tv
+Summary:    org.tizen.webapp-addon-setting_tv for the tv 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/tv/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}/*