- remove empty scripts

This commit is contained in:
Florian La Roche 2006-02-09 15:08:17 +00:00
parent 70526ac3ed
commit 70c71073a4

View File

@ -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 <laroche@redhat.com>
- remove empty scripts
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4.2
- rebuilt for new gcc4.1 snapshot and glibc changes