removed unneeded runtime requires
[profile/ivi/GhostCluster.git] / GhostCluster.spec
1
2 # Do NOT Edit the Auto-generated Part!
3 # Generated by: spectacle version 0.22
4
5 # >> macros
6 # << macros
7
8 Name:       GhostCluster
9 Summary:    Automotive Meter Cluster Application
10 Version:    0.2012.2.3
11 Release:    1
12 Group:      Applications/System
13 License:    Apache 2.0
14 URL:        http://www.tizen.org
15 Source0:    %{name}-%{version}.tar.gz
16 BuildRequires:  desktop-file-utils
17
18
19 %description
20 Example guage cluster for tizen ivi
21
22
23
24
25 %prep
26 %setup -q -n %{name}-%{version}
27
28 # >> setup
29 # << setup
30
31 %build
32 # >> build pre
33 # << build pre
34
35
36 make %{?jobs:-j%jobs}
37
38 # >> build post
39 # << build post
40 %install
41 rm -rf %{buildroot}
42 # >> install pre
43 # << install pre
44 %make_install
45
46 # >> install post
47 # << install post
48 desktop-file-install --delete-original       \
49   --dir %{buildroot}%{_datadir}/applications             \
50    %{buildroot}%{_datadir}/applications/*.desktop
51
52
53
54
55
56
57 %files
58 %defattr(-,root,root,-)
59 %{_datadir}/GhostCluster
60 %{_datadir}/applications/GhostCluster.desktop
61 %{_datadir}/pixmaps/GhostCluster.png
62 # >> files
63 # << files
64
65