- Fix up rpmlint complaints.
This commit is contained in:
parent
683d3f34d3
commit
11a1a42b3c
17
libpfm.spec
17
libpfm.spec
@ -1,6 +1,6 @@
|
||||
%define DATE 061205
|
||||
%define libpfm_release 1
|
||||
Summary: a performance monitoring library for Linux/ia64
|
||||
%define libpfm_release 2
|
||||
Summary: A performance monitoring library for Linux/ia64
|
||||
Name: libpfm
|
||||
Version: 3.2
|
||||
Release: 0.%{DATE}.%{libpfm_release}%{?dist}
|
||||
@ -10,12 +10,12 @@ ExclusiveArch: ia64 %{ix86} x86_64
|
||||
ExclusiveOS: linux
|
||||
AutoReqProv: no
|
||||
Source: http://prdownloads.sourceforge.net/perfmon2/%{name}-%{version}-%{DATE}.tar.gz
|
||||
Patch1: libpfm-compat.patch
|
||||
Patch2: libpfm-3.2-showreginfo.patch
|
||||
URL: http://sourceforge.net/projects/perfmon2/
|
||||
|
||||
Patch3: libpfm-3.2-rpm_opt.patch
|
||||
#Patch4: libpfm-3.2-man3.patch
|
||||
BuildPreReq: ncurses-devel
|
||||
Prefix: %{_prefix}
|
||||
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -38,8 +38,6 @@ Requires: ncurses
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{DATE}
|
||||
#%patch1 -p1 -b .compat
|
||||
#%patch2 -p1 -b .showreginfo
|
||||
%patch3 -p1 -b .rpm_opt
|
||||
#%patch4 -p1 -b .man3
|
||||
|
||||
@ -72,6 +70,9 @@ rm -rf %{buildroot}
|
||||
%{_prefix}/include/*
|
||||
|
||||
%changelog
|
||||
* Mon May 21 2007 Will Cohen <wcohen@redhat.com> - 3.2-0.061205.2
|
||||
- Fix up rpmlint complaints.
|
||||
|
||||
* Mon Dec 4 2006 Will Cohen <wcohen@redhat.com> - 3.2-0.061205.1
|
||||
- Update to libpfm-3.2-061205.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user