Description of problem: The gnome-python2-libegg package doesn't contain the egg.recent python module needed for several gnome apps, including the code examples included in said package, like /usr/share/doc/gnome-python2-libegg/recent/* I've rebuilt the package locally here to include the module without any changes to the .spec, seems to me it's a missing builddep, I've failed to figure out just which package is missing as of yet. Version-Release number of selected component (if applicable): 2.14.2-6 How reproducible: Every time Steps to Reproduce: 1. Install gnome-python2-libegg 2. Try to run /usr/share/doc/gnome-python2-libegg2/recent/* 3. Observe how it fails due to missing egg.recent module Actual results: Applications depending on the egg.recent module fails to run due to said module missing Expected results: gnome-python2-libegg should include bothe egg.trayicon and egg.recent modules Additional info: The configure script echoes which modules are built, might be helpful.
The missing BuildRequires turned out to be gnome-python2-devel, adding it fixes build without any other changes to SPEC.
Yep, you're right. The configure script is looking for gnome-python-2.0.pc, which is provided by gnome-python2-devel. Thanks for pointing this out! Fixed in gnome-python2-extras-2.14.2-8.fc6.
*** Bug 223664 has been marked as a duplicate of this bug. ***
*** Bug 223727 has been marked as a duplicate of this bug. ***