Bump for gcc 4.0.

This commit is contained in:
William Eden Cohen 2005-03-14 23:13:31 +00:00
parent 7a2957c14e
commit 2c72fb5910

View File

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