diff --git a/ltrace.spec b/ltrace.spec index 8be11a9..7a5ba91 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,10 +1,11 @@ Summary: Tracks runtime library calls from dynamically linked executables. Name: ltrace Version: 0.4 -Release: 1.3 +Release: 1.4 Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.gz Patch0: ltrace-opt_x.patch Patch1: ltrace-testsuite.patch +Patch2: ltrace-opd.patch License: GPL Group: Development/Debuggers ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc @@ -26,11 +27,13 @@ execution of processes. %setup -q %patch0 -p0 %patch1 -p0 +%patch2 -p1 sed -i -e 's/-o root -g root//' Makefile.in %build -export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'`" -%configure CC="$CC" +#export CC="gcc`echo $RPM_OPT_FLAGS | sed -n 's/^.*\(-m[36][124]\).*$/ \1/p'`" +%configure +#CC="$CC" make %install @@ -52,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT %config /etc/ltrace.conf %changelog +* Mon Apr 24 2006 Petr Machata - 0.4-1.4 +- turn off opd translation on ia64, GElf already gives us function + address. +- turn on main-internal test, it should pass now. + * Wed Apr 12 2006 Petr Machata - 0.4-1.2 - svn fix for opt_x patch - patches for testsuite for s390{,x}