From 2c72fb59100b449757df590dbf7d56af18dfcdca Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Mar 14 2005 23:13:31 +0000 Subject: Bump for gcc 4.0. --- diff --git a/libpfm.spec b/libpfm.spec index dee0d4e..a6ca86f 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -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 +- Bump rebuild with gcc4. + * Tue Oct 26 2004 Will Cohen - Correct ownership of files.