rpms/libpfm/devel libpfm-compat.patch,NONE,1.1 libpfm.spec,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 5 14:35:17 UTC 2006


Author: wcohen

Update of /cvs/dist/rpms/libpfm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29910

Modified Files:
	libpfm.spec 
Added Files:
	libpfm-compat.patch 
Log Message:
Make sure that perfmon_compat.h is installed with the rest of the headers
for ia64.



libpfm-compat.patch:
 Makefile |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE libpfm-compat.patch ---
--- libpfm-3.2-060421/include/Makefile.orig	2006-05-05 10:31:38.000000000 -0400
+++ libpfm-3.2-060421/include/Makefile	2006-05-05 10:32:19.000000000 -0400
@@ -34,6 +34,7 @@
 ifeq ($(CONFIG_PFMLIB_ARCH_IA64),y)
 HEADERS += perfmon/pfmlib_os_ia64.h       \
 	   perfmon/pfmlib_comp_ia64.h     \
+	   perfmon/perfmon_compat.h       \
 	   perfmon/perfmon_ia64.h         \
 	   perfmon/perfmon_default_smpl.h
 endif


Index: libpfm.spec
===================================================================
RCS file: /cvs/dist/rpms/libpfm/devel/libpfm.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libpfm.spec	5 May 2006 02:27:43 -0000	1.8
+++ libpfm.spec	5 May 2006 14:35:15 -0000	1.9
@@ -1,5 +1,5 @@
 %define DATE 060421
-%define libpfm_release 1
+%define libpfm_release 2
 Summary: a performance monitoring library for Linux/ia64
 Name: libpfm
 Version: 3.2
@@ -10,6 +10,7 @@
 ExclusiveOS: linux
 AutoReqProv: no
 Source: http://prdownloads.sourceforge.net/perfmon2/%{name}-%{version}-%{DATE}.tar.gz
+Patch1: libpfm-compat.patch
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{DATE}
+%patch1 -p1 -b .compat
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{_prefix}
@@ -57,6 +59,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 05 2006 Will Cohen <wcohen at redhat.com>
+- make sure that perfmon_compat.h installed for ia64.
+
 * Thu May 04 2006 Will Cohen <wcohen at redhat.com>
 - Update to libpfm-3.2-060421.
 




More information about the fedora-cvs-commits mailing list