Import libpfm-3.2-060421.tar.gz
This commit is contained in:
parent
70c71073a4
commit
d2c5d949e3
@ -1 +1 @@
|
||||
libpfm-3.0.tar.gz
|
||||
libpfm-3.2-060421.tar.gz
|
||||
|
53
libpfm.spec
53
libpfm.spec
@ -1,13 +1,15 @@
|
||||
%define DATE 060421
|
||||
%define libpfm_release 1
|
||||
Summary: a performance monitoring library for Linux/ia64
|
||||
Name: libpfm
|
||||
Version: 3.0
|
||||
Release: 5
|
||||
Version: 3.2
|
||||
Release: 0.%{DATE}.%{libpfm_release}
|
||||
License: MIT-style
|
||||
Group: Development/Libraries
|
||||
ExclusiveArch: ia64
|
||||
ExclusiveArch: ia64 %{ix86} x86_64
|
||||
ExclusiveOS: linux
|
||||
AutoReqProv: no
|
||||
Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/%{name}-%{version}.tar.gz
|
||||
Source: http://prdownloads.sourceforge.net/perfmon2/%{name}-%{version}-%{DATE}.tar.gz
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -28,7 +30,7 @@ applications. This version supports both the Itanium and Itanium 2 processors.
|
||||
It requires a kernel perfmon-2.x subsystem.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}-%{DATE}
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/%{_prefix}
|
||||
@ -49,42 +51,15 @@ rm -rf %{buildroot}
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%doc examples/multiplex.c
|
||||
%doc examples/ita2_irr.c
|
||||
%doc examples/ita2_opcode.c
|
||||
%doc examples/ita2_rr.c
|
||||
%doc examples/ita_btb.c
|
||||
%doc examples/ita_irr.c
|
||||
%doc examples/ita_opcode.c
|
||||
%doc examples/ita_rr.c
|
||||
%doc examples/notify_self.c
|
||||
%doc examples/notify_self2.c
|
||||
%doc examples/notify_self3.c
|
||||
%doc examples/self.c
|
||||
%doc examples/showreset.c
|
||||
%doc examples/syst.c
|
||||
%doc examples/task.c
|
||||
%doc examples/whichpmu.c
|
||||
%doc examples/ita2_btb.c
|
||||
%doc examples/ita2_dear.c
|
||||
%doc examples/ita_dear.c
|
||||
%doc examples/task_attach.c
|
||||
%doc examples/task_attach_timeout.c
|
||||
%doc examples/task_smpl.c
|
||||
%attr(644,root,root) %{_prefix}/lib/libpfm.a
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/perfmon.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/perfmon_default_smpl.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_comp.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_comp_ia64.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_os.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_os_ia64.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_generic_ia64.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_itanium.h
|
||||
%attr(644,root,root) %{_prefix}/include/perfmon/pfmlib_itanium2.h
|
||||
%attr(644,root,root) %{_mandir}/man3/*
|
||||
%doc examples/*
|
||||
%{_prefix}/lib/libpfm.a
|
||||
%{_prefix}/include/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu May 04 2006 Will Cohen <wcohen@redhat.com>
|
||||
- Update to libpfm-3.2-060421.
|
||||
|
||||
* Thu Feb 09 2006 Florian La Roche <laroche@redhat.com>
|
||||
- remove empty scripts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user