Initial commit of the Multimediaplayer app
[profile/ivi/html5_UI_Multimediaplayer.git] / packaging / html5-ui-multimediaplayer.spec
1 Name:       html5_UI_Multimediaplayer
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 BuildRequires:  html5_UI_Common
11 Requires:   wrt-installer
12 Requires:   wrt-plugins-ivi
13
14 %description
15 A proof of concept pure html5 UI
16
17 %prep
18 %setup -q -n %{name}-%{version}
19
20 %build
21
22 make wgtPkg
23
24 %install
25 rm -rf %{buildroot}
26 %make_install
27
28 %post
29     wrt-installer -i /opt/usr/apps/.preinstallWidgets/html5UIMultimediaplayer.wgt;
30
31 %postun
32     wrt-installer -un html5POC07.Multimediaplayer
33
34 %files
35 %defattr(-,root,root,-)
36 /opt/usr/apps/.preinstallWidgets/html5UIMultimediaplayer.wgt