summaryrefslogtreecommitdiff
path: root/packaging/bootchart.spec
blob: a60f1b3d7170242b5bf7b47f9823bcfdbc825a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name:           bootchart
Version:        1.20
Release:        1
License:        GPL-2.0
Summary:        Boot time graph generator
Url:            http://meego.gitorious.org/
Group:          Development/Tools
Source0:        bootchart-%{version}.tar.gz

%description
Monitors where the system spends its time at start, creating a graph
of all processes, disk utilization, and wait time.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install

%files
%license COPYING
%defattr(-,root,root,-)
/usr//sbin/bootchartd
%{_datadir}/doc/bootchart/bootchartd.conf.example

%changelog