Name: Settings
Summary: A HTML5 based app for system settings
Version: 0.0.4
Release: 1
Group: Applications/Web Applications
License: Apache-2.0
URL: http://www.tizen.org2
Source0: %{name}-%{version}.tar.bz2
BuildRequires: zip
BuildRequires: desktop-file-utils
Requires: bluetooth-frwk-core
Requires: bluetooth-frwk-service
Requires: settingsd
Requires: wrt-installer
%description
A HTML5 based app for system settings like WiFi, Bluetooth
%prep
%setup -q -n %{name}-%{version}
%build
make wgtPkg
#make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
%post
if [ -f /opt/usr/apps/.preinstallWidgets/preinstallDone ]; then
wrt-installer -i /opt/usr/apps/.preinstallWidgets/Settings.wgt;
fi
%postun
wrt-installer -un ODBQpKvkS1.Settings
%files
%defattr(-,root,root,-)
/opt/usr/apps/.preinstallWidgets/Settings.wgt