- Incorporate suggestions from package review
- Require kernel 2.6.31 - Updated description
This commit is contained in:
parent
048a674b67
commit
09e1106a5a
16
sysprof.spec
16
sysprof.spec
@ -1,6 +1,6 @@
|
||||
Name: sysprof
|
||||
Version: 1.1.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A system-wide Linux profiler
|
||||
Group: Development/System
|
||||
License: GPLv2+
|
||||
@ -15,13 +15,15 @@ BuildRequires: libglade2-devel
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: kernel => 2.6.31
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
%description
|
||||
Sysprof is a sampling CPU profiler for Linux that uses a kernel module
|
||||
to profile the entire system, not just a single application.
|
||||
Sysprof handles shared libraries and applications do not need to be
|
||||
recompiled. In fact they don't even have to be restarted.
|
||||
Sysprof is a sampling CPU profiler for Linux that collects accurate,
|
||||
high-precision data and provides efficient access to the sampled
|
||||
calltrees.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n sysprof-%{version}
|
||||
@ -62,8 +64,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 27 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-2
|
||||
* Sun Sep 27 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-3
|
||||
- Incorporate suggestions from package review
|
||||
- Require kernel 2.6.31
|
||||
- Updated description
|
||||
|
||||
* Sat Sep 26 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-1
|
||||
- New upstream release
|
||||
|
Loading…
Reference in New Issue
Block a user