diff --git a/libpfm.spec b/libpfm.spec index 7e7230c..1596dfd 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: 4.2 +Release: 5 License: MIT-style Group: Development/Libraries ExclusiveArch: ia64 @@ -11,8 +11,6 @@ Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-root - - %description This package contains a library to develop performance monitoring applications using the IA-64 Performance Monitor Unit (PMU). @@ -37,11 +35,8 @@ mkdir -p %{buildroot}/%{_prefix} make install CFLAGS="$RPM_OPT_FLAGS" \ DESTDIR=%{buildroot}/%{_prefix} -%post -/sbin/ldconfig -%preun -%postun -/sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %clean rm -rf %{buildroot} @@ -90,6 +85,9 @@ rm -rf %{buildroot} %attr(644,root,root) %{_mandir}/man3/* %changelog +* Thu Feb 09 2006 Florian La Roche +- remove empty scripts + * Tue Feb 07 2006 Jesse Keating - 3.0-4.2 - rebuilt for new gcc4.1 snapshot and glibc changes