rpms/libpfm/devel libpfm.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 19 19:51:30 UTC 2006


Author: wcohen

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

Modified Files:
	libpfm.spec 
Log Message:
Make sure this works on i386.




Index: libpfm.spec
===================================================================
RCS file: /cvs/dist/rpms/libpfm/devel/libpfm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libpfm.spec	19 Sep 2006 19:32:48 -0000	1.18
+++ libpfm.spec	19 Sep 2006 19:51:28 -0000	1.19
@@ -1,5 +1,5 @@
 %define DATE 060621
-%define libpfm_release 9
+%define libpfm_release 10
 Summary: a performance monitoring library for Linux/ia64
 Name: libpfm
 Version: 3.2
@@ -50,7 +50,8 @@
 make install DESTDIR=%{buildroot}/%{_prefix}
 
 #hack to make put the libraries in the correct place
-mv ${RPM_BUILD_ROOT}/usr/lib ${RPM_BUILD_ROOT}%{_libdir}
+mv ${RPM_BUILD_ROOT}/usr/lib ${RPM_BUILD_ROOT}/xyz
+mv ${RPM_BUILD_ROOT}/xyz ${RPM_BUILD_ROOT}%{_libdir}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -71,6 +72,9 @@
 %{_prefix}/include/*
 
 %changelog
+* Tue Sep 19 2006 Will Cohen <wcohen at redhat.com> - 3.2-0.060621.10
+- Make sure fix works on i386. (#205221)
+
 * Tue Sep 19 2006 Will Cohen <wcohen at redhat.com> - 3.2-0.060621.9
 - Make sure libraries put in correct directory. (#205221)
 




More information about the fedora-cvs-commits mailing list