a60f1b3d7170242b5bf7b47f9823bcfdbc825a00
[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
10 %description
11 Monitors where the system spends its time at start, creating a graph
12 of all processes, disk utilization, and wait time.
13
14 %prep
15 %setup -q
16
17 %build
18 %configure
19 make %{?_smp_mflags}
20
21 %install
22 %make_install
23
24 %files
25 %license COPYING
26 %defattr(-,root,root,-)
27 /usr//sbin/bootchartd
28 %{_datadir}/doc/bootchart/bootchartd.conf.example
29
30 %changelog