]> git.pld-linux.org Git - packages/sysprof.git/blob - sysprof.spec
- up to 1.1.6
[packages/sysprof.git] / sysprof.spec
1 #
2 Summary:        Sampling CPU profiler for Linux
3 Name:           sysprof
4 Version:        1.1.6
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.daimi.au.dk/~sandmann/sysprof/%{name}-%{version}.tar.gz
9 # Source0-md5:  219f888777771f3709cb35a64bb008a9
10 URL:            http://www.daimi.au.dk/~sandmann/sysprof/
11 BuildRequires:  binutils-devel
12 BuildRequires:  gtk+2-devel
13 BuildRequires:  rpmbuild(macros) >= 1.217
14 Requires:       uname(release) >= 2.6.9
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Sysprof is a sampling CPU profiler for Linux that uses a kernel module
19 to profile the entire system, not just a single application. Sysprof
20 handles shared libraries and applications do not need to be
21 recompiled. In fact they don't even have to be restarted.
22
23 Just insert the kernel module and start sysprof.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog README TODO
44 %attr(755,root,root) %{_bindir}/*
45 %{_pixmapsdir}/*.png
46 %{_datadir}/%{name}
47 /etc/udev/rules.d/60-sysprof.rules
This page took 0.1369 seconds and 4 git commands to generate.