]> git.pld-linux.org Git - packages/sysprof.git/blob - sysprof.spec
- up to 1.1.8
[packages/sysprof.git] / sysprof.spec
1 Summary:        Sampling CPU profiler for Linux
2 Name:           sysprof
3 Version:        1.1.8
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        http://www.daimi.au.dk/~sandmann/sysprof/%{name}-%{version}.tar.gz
8 # Source0-md5:  a46e24250988d96d8fc7b30773d55222
9 URL:            http://www.daimi.au.dk/~sandmann/sysprof/
10 BuildRequires:  binutils-devel
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  rpmbuild(macros) >= 1.217
13 Requires:       uname(release) >= 2.6.31
14 ExclusiveArch:  %{ix86} %{x8664}
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 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README TODO
43 %attr(755,root,root) %{_bindir}/sysprof
44 %attr(755,root,root) %{_bindir}/sysprof-cli
45 %{_pixmapsdir}/*.png
46 %{_datadir}/%{name}
47 /etc/udev/rules.d/60-sysprof.rules
This page took 0.104377 seconds and 3 git commands to generate.