summaryrefslogtreecommitdiff
path: root/packaging/bootchart.spec
blob: 936a3237bf93d33283e7cf39e4287826e4bd710b (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
31
32
33
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
Source1001: 	bootchart.manifest

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

%prep
%setup -q
cp %{SOURCE1001} .

%build
%configure
make %{?_smp_mflags}

%install
%make_install

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

%changelog