From d2c5d949e3c14557dfbc9e024497ef26552a6ac8 Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Fri, 5 May 2006 02:27:43 +0000 Subject: [PATCH] Import libpfm-3.2-060421.tar.gz --- .cvsignore | 2 +- libpfm.spec | 53 ++++++++++++++--------------------------------------- sources | 2 +- 3 files changed, 16 insertions(+), 41 deletions(-) diff --git a/.cvsignore b/.cvsignore index e888ab8..3367384 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpfm-3.0.tar.gz +libpfm-3.2-060421.tar.gz diff --git a/libpfm.spec b/libpfm.spec index 1596dfd..e6188b7 100644 --- a/libpfm.spec +++ b/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 +- Update to libpfm-3.2-060421. + * Thu Feb 09 2006 Florian La Roche - remove empty scripts diff --git a/sources b/sources index f6803d5..0348c2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a30e16596202391256efe1e3a45058d5 libpfm-3.0.tar.gz +61f99c3605c27c9276f1b3b7ebf9d30b libpfm-3.2-060421.tar.gz