Initial commit of the common code for the Modello UI
[profile/ivi/Modello_Common.git] / packaging / html5-ui-common.spec
1 Name:       html5_UI_Common
2 Summary:    A proof of concept pure html5 UI
3 Version:    0.0.1
4 Release:    1
5 Group:      Applications/System
6 License:    Apache 2.0
7 URL:        http://www.tizen.org
8 Source0:    %{name}-%{version}.tar.bz2
9 BuildRequires:  zip
10 Requires:   wrt-installer
11 Requires:   wrt-plugins-ivi
12
13 %description
14 A proof of concept pure html5 UI
15
16 %prep
17 %setup -q -n %{name}-%{version}
18
19 %build
20
21 #make wgtPkg
22
23 %install
24 rm -rf %{buildroot}
25 %make_install
26
27 %post
28     #wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5_UI_Common.wgt;
29
30 %postun
31     #TODO: Delete the common files
32     #wrt-installer -un html5POC01.html5_UI_Common
33
34 %files
35 %defattr(-,root,root,-)
36 /opt/usr/apps/_common/*