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
|
Summary: a performance monitoring library for Linux/ia64
|
||||||
Name: libpfm
|
Name: libpfm
|
||||||
Version: 3.0
|
Version: 3.2
|
||||||
Release: 5
|
Release: 0.%{DATE}.%{libpfm_release}
|
||||||
License: MIT-style
|
License: MIT-style
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
ExclusiveArch: ia64
|
ExclusiveArch: ia64 %{ix86} x86_64
|
||||||
ExclusiveOS: linux
|
ExclusiveOS: linux
|
||||||
AutoReqProv: no
|
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}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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.
|
It requires a kernel perfmon-2.x subsystem.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}-%{DATE}
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
mkdir -p %{buildroot}/%{_prefix}
|
mkdir -p %{buildroot}/%{_prefix}
|
||||||
@ -49,42 +51,15 @@ rm -rf %{buildroot}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
%doc examples/multiplex.c
|
%doc examples/*
|
||||||
%doc examples/ita2_irr.c
|
%{_prefix}/lib/libpfm.a
|
||||||
%doc examples/ita2_opcode.c
|
%{_prefix}/include/*
|
||||||
%doc examples/ita2_rr.c
|
%{_mandir}/man3/*
|
||||||
%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/*
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Thu Feb 09 2006 Florian La Roche <laroche@redhat.com>
|
||||||
- remove empty scripts
|
- remove empty scripts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user