Changing file names
[profile/ivi/Modello_Common.git] / packaging / modello-common.spec
1 Name:       Modello_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
29 %postun
30     #TODO: Delete the common files
31     #wrt-installer -un html5POC01.html5_UI_Common
32
33 %files
34 %defattr(-,root,root,-)
35 /opt/usr/apps/_common/*