Description of problem: Attempt to rebuild Sound-Juicer, and it should fail due to missing build requirements. Version-Release number of selected component (if applicable): 2.13.5-1 Additional info: In addition to a couple of missing BR, there is a bunch of packages that aren't needed as BR's. I'll attach a patch for the spec file that should sort out the build requirements, and also use some of the packaging practices used in FE. It builds fine in Mock now, and rpmlint doesn't spit out any errors. I also noticed that libcdio is in extras, and it might be worth moving that to Core for Sound-Juicer (though I'm not familar enough with libcdio to determine what benefit it provides).
Created attachment 124910 [details] Spec file patch
added Patch, EasyFix keywords. Though, I'd personally be hesitant to apply some of the suggested mods involving %{name} (esp in %files), since it would break if the pkgname ever changed.
*** Bug 157140 has been marked as a duplicate of this bug. ***
*** Bug 189406 has been marked as a duplicate of this bug. ***
Added patch, to make sound-juicer compile in mock. This patch is less intrusive then (id=124910) and fixes only the BuildRequirements.
Created attachment 129168 [details] Patch, adding the missing buildreqs
I belive you need to add a Requires for gstreamer-plugins-base, since this won't be pulled in automatically.
The BuildRequires for gstreamer-plugins-base has been added in CVS now. I believe that gnome-doc-utils still needs to be added a BR, though.
Fixed