More set commands being implemented. Defrost, fanspeed, seat heater, and hazard
[profile/ivi/Modello_Hvac.git] / packaging / Modello-Hvac.spec
1 Name:       Modello-Hvac
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-Hvac.manifest
10
11 Requires:       Modello-Common
12 BuildRequires:  pkgconfig(libtzplatform-config)
13 BuildRequires:  zip
14
15 BuildArchitectures: noarch
16
17 %description
18 A proof of concept pure html5 UI
19
20 %prep
21 %setup -q -n %{name}-%{version}
22 cp %{SOURCE1001} .
23
24 %build
25 #empty
26
27 %install
28 rm -rf %{buildroot}
29 mkdir -p %{buildroot}%{TZ_SYS_APP_PREINSTALL}
30 mkdir -p %{buildroot}%{_datadir}/Modello/Common/icons
31 zip -r %{buildroot}%{TZ_SYS_APP_PREINSTALL}/%{name}.wgt config.xml css HVAC_icon.png index.html js
32 install -m 0644 HVAC_icon.png %{buildroot}%{_datadir}/Modello/Common/icons
33
34 %files
35 %defattr(-,root,root,-)
36 %{TZ_SYS_APP_PREINSTALL}/%{name}.wgt
37 %{_datadir}/Modello/Common/icons/HVAC_icon.png