Bump for gcc 4.0.
This commit is contained in:
parent
7a2957c14e
commit
2c72fb5910
@ -1,7 +1,7 @@
|
||||
Summary: a performance monitoring library for Linux/ia64
|
||||
Name: libpfm
|
||||
Version: 3.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: MIT-style
|
||||
Group: Development/Libraries
|
||||
ExclusiveArch: ia64
|
||||
@ -34,7 +34,8 @@ It requires a kernel perfmon-2.x subsystem.
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/%{_prefix}
|
||||
make install DESTDIR=%{buildroot}/%{_prefix}
|
||||
make install CFLAGS="$RPM_OPT_FLAGS" \
|
||||
DESTDIR=%{buildroot}/%{_prefix}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
@ -89,6 +90,9 @@ rm -rf %{buildroot}
|
||||
%attr(644,root,root) %{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 14 2005 Will Cohen <wcohen@redhat.com>
|
||||
- Bump rebuild with gcc4.
|
||||
|
||||
* Tue Oct 26 2004 Will Cohen <wcohen@redhat.com>
|
||||
- Correct ownership of files.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user