blob: 74e3fa03980077d9045992613cb9c070ddf7ce6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Name: html5_UI_Nav
Summary: A proof of concept pure html5 UI
Version: 0.0.1
Release: 1
Group: Applications/System
License: Apache 2.0
URL: http://www.tizen.org
Source0: %{name}-%{version}.tar.bz2
BuildRequires: zip
BuildRequires: html5_UI_Common
Requires: wrt-installer
Requires: wrt-plugins-ivi
%description
A proof of concept pure html5 UI
%prep
%setup -q -n %{name}-%{version}
%build
make wgtPkg
%install
rm -rf %{buildroot}
%make_install
%post
wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UINav.wgt;
%postun
wrt-installer -un html5POC08.Nav
%files
%defattr(-,root,root,-)
/opt/usr/apps/.preinstallWidgets/html5UINav.wgt
|