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