mtpaint-debuginfo 3.40-1 is empty. Fix: --- configure~ 2011-12-29 20:08:17.000000000 +0200 +++ configure 2012-02-05 11:49:03.102554858 +0200 @@ -473,3 +473,2 @@ fi -[ "$OPTS" != DEBUG ] && LDFLAGS="-s $LDFLAGS" # Strip debug info # Set Windows-specific flags ...and while at it, another fix to use $RPM_LD_FLAGS: --- a/mtpaint.spec +++ b/mtpaint.spec @@ -60,2 +60,3 @@ dos2unix -k %{name}_handbook-%{docver}/docs/{en_GB,cs}/*.html export CFLAGS="%{optflags}" +export LDFLAGS="$RPM_LD_FLAGS" ./configure \
Thanks for your report and nice fixes.
$RPM_LD_FLAGS available for Fedora >= 16 only?
Fixed: http://koji.fedoraproject.org/koji/buildinfo?buildID=297451