resetting manifest requested domain to floor
[platform/upstream/bootchart.git] / packaging / bootchart.spec
1 Name:           bootchart
2 Version:        1.20
3 Release:        1
4 License:        GPL-2.0
5 Summary:        Boot time graph generator
6 Url:            http://meego.gitorious.org/
7 Group:          Development/Tools
8 Source0:        bootchart-%{version}.tar.gz
9 Source1001:     bootchart.manifest
10
11 %description
12 Monitors where the system spends its time at start, creating a graph
13 of all processes, disk utilization, and wait time.
14
15 %prep
16 %setup -q
17 cp %{SOURCE1001} .
18
19 %build
20 %configure
21 make %{?_smp_mflags}
22
23 %install
24 %make_install
25
26 %files
27 %manifest %{name}.manifest
28 %license COPYING
29 %defattr(-,root,root,-)
30 /usr//sbin/bootchartd
31 %{_datadir}/doc/bootchart/bootchartd.conf.example
32
33 %changelog