Removing zones for now, plus a AMB subscribe fix
[profile/ivi/Modello_Common.git] / packaging / Modello-Common.spec
1 Name:       Modello-Common
2 Summary:    Pure html5 UI
3 Version:    0.0.3
4 Release:    0
5 Group:      Automotive/Modello
6 License:    Apache-2.0
7 URL:        http://www.tizen.org
8 Source0:    %{name}-%{version}.tar.bz2
9 Source1001: Modello-Common.manifest
10
11 BuildRequires:  fdupes
12
13 BuildArchitectures: noarch
14
15 %description
16 A proof of concept pure html5 UI
17
18 %prep
19 %setup -q -n %{name}-%{version}
20 cp %{SOURCE1001} .
21
22 %build
23 #empty
24
25 %install
26 mkdir -p %{buildroot}%{_datadir}/Modello/Common/
27 cp -r css %{buildroot}%{_datadir}/Modello/Common/
28 cp -r js %{buildroot}%{_datadir}/Modello/Common/
29
30 %fdupes %{buildroot}%{_datadir}
31
32 %files
33 %defattr(-,root,root,-)
34 %manifest %{name}.manifest
35 %{_datadir}/Modello/Common/js
36 %{_datadir}/Modello/Common/css