Bug 787462

Summary: mtpaint-debuginfo 3.40-1 is empty
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: mtpaintAssignee: Terje Røsten <terje.rosten>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: terje.rosten
Target Milestone: ---Keywords: Patch, Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-05 13:27:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 496968    

Description Ville Skyttä 2012-02-05 09:50:16 UTC
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 \

Comment 1 Terje Røsten 2012-02-05 11:34:21 UTC
Thanks for your report and nice fixes.

Comment 2 Terje Røsten 2012-02-05 12:57:50 UTC
$RPM_LD_FLAGS available for Fedora >= 16  only?

Comment 3 Terje Røsten 2012-02-05 13:27:57 UTC
Fixed:
 http://koji.fedoraproject.org/koji/buildinfo?buildID=297451