rpms/elfutils/devel elfutils.spec,1.84,1.85

Roland McGrath (roland) fedora-extras-commits at redhat.com
Fri Jun 8 22:10:35 UTC 2007


Author: roland

Update of /cvs/pkgs/rpms/elfutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16152

Modified Files:
	elfutils.spec 
Log Message:
Tweak for build breakage on s390/ppc


Index: elfutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/elfutils/devel/elfutils.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- elfutils.spec	8 Jun 2007 21:20:58 -0000	1.84
+++ elfutils.spec	8 Jun 2007 22:09:58 -0000	1.85
@@ -141,7 +141,7 @@
 %setup -q
 
 %patch0 -p1
-ln %{SOURCE2} %{SOURCE3} tests
+ln -f %{SOURCE2} %{SOURCE3} tests || cp -f %{SOURCE2} %{SOURCE3} tests
 
 %if %{compat}
 %patch1 -p1
@@ -153,6 +153,9 @@
 
 %patch2 -p1
 
+# XXX trivial patch for 0.128
+sed -i /ifndef/s/PACKAGE/PACKAGE_NAME/ libdwfl/libdwflP.h
+
 %build
 # Remove -Wall from default flags.  The makefiles enable enough warnings
 # themselves, and they use -Werror.  Appending -Wall defeats the cases where
@@ -259,7 +262,7 @@
 %{_libdir}/libelf.a
 
 %changelog
-* Fri Jun  8 2007 Roland McGrath <roland at redhat.com> - 0.128-1
+* Fri Jun  8 2007 Roland McGrath <roland at redhat.com> - 0.128-2
 - Update to 0.128
   - new program: unstrip
   - elfcmp: new option --hash-inexact




More information about the fedora-extras-commits mailing list