timidity++ is built without $RPM_OPT_FLAGS, and its debuginfo package is practically useless. Fix attached, more info: http://fedoraproject.org/wiki/Packaging/Debuginfo The fix also moves autoconf to %prep, IMO it's a more suitable place for it than %build, and configures with --disable-dependency-tracking for cleaner build output and possible small build speedup.
Created attachment 160170 [details] Use $RPM_OPT_FLAGS, fix -debuginfo
Fixed, thanks.
Hm, 2.13.2-3 no longer explicitly runs autoconf at all, was that intentional? BuildRequires: autoconf is still there.
(Jindrich, see comment 3)
Ville, yes, it was intentional. It seems to work just fine without autoconf as the configure script is sane. I forgot to remove the autoconf BR. Hans wants to fix other bugs in timidity so I let addition or removal of the autoconf upon his decision. He can do it altogether with other fixes in the next build.
Note: fixed in CVS, not building yet as I also want to fix bug 200688 before building.
I've just started a build for 2.13.2-4, which fixes this, closing.