- remove empty scripts
This commit is contained in:
parent
70526ac3ed
commit
70c71073a4
14
libpfm.spec
14
libpfm.spec
@ -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: 4.2
|
Release: 5
|
||||||
License: MIT-style
|
License: MIT-style
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
ExclusiveArch: ia64
|
ExclusiveArch: ia64
|
||||||
@ -11,8 +11,6 @@ Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz
|
|||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a library to develop performance monitoring
|
This package contains a library to develop performance monitoring
|
||||||
applications using the IA-64 Performance Monitor Unit (PMU).
|
applications using the IA-64 Performance Monitor Unit (PMU).
|
||||||
@ -37,11 +35,8 @@ mkdir -p %{buildroot}/%{_prefix}
|
|||||||
make install CFLAGS="$RPM_OPT_FLAGS" \
|
make install CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
DESTDIR=%{buildroot}/%{_prefix}
|
DESTDIR=%{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
%preun
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -90,6 +85,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(644,root,root) %{_mandir}/man3/*
|
%attr(644,root,root) %{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4.2
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user