Bug 182174

Summary: MIssing Build Requirements in sound-juicer
Product: [Fedora] Fedora Reporter: Brian Pepple <bdpepple>
Component: sound-juicerAssignee: Monty <cmontgom>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: enpontus, farzaneh, kem
Target Milestone: ---Keywords: EasyFix, FutureFeature, Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-21 03:59:24 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: 191529    
Attachments:
Description Flags
Spec file patch
none
Patch, adding the missing buildreqs none

Description Brian Pepple 2006-02-20 21:24:00 UTC
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).

Comment 1 Brian Pepple 2006-02-20 21:24:00 UTC
Created attachment 124910 [details]
Spec file patch

Comment 2 Rex Dieter 2006-04-13 19:03:15 UTC
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.

Comment 3 John Thacker 2006-04-14 19:11:05 UTC
*** Bug 157140 has been marked as a duplicate of this bug. ***

Comment 4 John Thacker 2006-04-20 15:48:32 UTC
*** Bug 189406 has been marked as a duplicate of this bug. ***

Comment 5 Andreas Thienemann 2006-05-16 10:30:31 UTC
Added patch, to make sound-juicer compile in mock.
This patch is less intrusive then (id=124910) and fixes only the BuildRequirements.

Comment 6 Andreas Thienemann 2006-05-16 10:34:17 UTC
Created attachment 129168 [details]
Patch, adding the missing buildreqs

Comment 7 Brian Pepple 2006-05-16 13:12:39 UTC
I belive you need to add a Requires for gstreamer-plugins-base, since this won't
be pulled in automatically.

Comment 8 John Thacker 2006-05-19 16:38:48 UTC
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.

Comment 9 Matthias Clasen 2006-05-21 03:59:24 UTC
Fixed