Bug 483183

Summary: gstreamer-python devel packages broken
Product: [Fedora] Fedora Reporter: Brian Pepple <bdpepple>
Component: gstreamer-pythonAssignee: Denis Leroy <denis>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: denis
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-31 01:23:41 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:

Description Brian Pepple 2009-01-30 03:06:04 UTC
Description of problem: attempting to build a package that requires gst-python-0.10.pc will fail due to gst-python package using a provides: gst-python, and then packaging the *.pc in a seperate subpackage that will never be installed.


Version-Release number of selected component (if applicable): gstreamer-python-devel-0.10.13-1.fc11


How reproducible: always

Steps to Reproduce:
1. Attemp to build a package that depends on gst-python-devel, and looks for the *.pc file.
2. Sit back and watch you build fail due to the *.pc never being installed.

Comment 1 Denis Leroy 2009-01-30 11:19:21 UTC
Oh my, I split the devel package and forgot to remove the Provide. Thanks for catching that.

I just tested 0.10.14 on rawhide: exaile, listen and soundconverter seem happy with it.

Comment 2 Brian Pepple 2009-01-31 01:23:41 UTC
Yup, that fixed it.  I was able to rebuild farsight2.  Thanks!