This adds spec and wgt files for ABS build.
Change-Id: Ia13eb9d76a39f1e71d3ae026595a9607ae636f15
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
--- /dev/null
+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}/*