updated business.js for new vehicle plugin changes
[profile/ivi/GhostCluster.git] / packaging / GhostCluster.spec
1 Name:       GhostCluster
2 Summary:    Automotive Meter Cluster Application
3 Version:    0.2013.8.06
4 Release:    1
5 Group:      Applications/System
6 License:    Apache 2.0
7 URL:        http://www.tizen.org
8 Source0:    %{name}-%{version}.tar.gz
9 Requires:   automotive-message-broker-plugins-websocket
10 Requires:   wrt-installer
11 Requires:   wrt-plugins-ivi
12 BuildRequires: zip
13
14 %description
15 Example guage cluster for tizen ivi
16
17 %prep
18 %setup -q -n %{name}-%{version}
19
20 %build
21 make widget
22
23 %install
24 rm -rf %{buildroot}
25
26 %make_install
27
28 %post
29 if [ -f /opt/usr/apps/.preinstallWidgets/preinstallDone ]; then
30     wrt-installer -i /opt/usr/apps/.preinstallWidgets/GhostCluster.wgt;
31 fi
32
33 %files
34 %defattr(-,root,root,-)
35 /opt/usr/apps/.preinstallWidgets/GhostCluster.wgt