Description of problem: If pygtk2-devel is not installed then the pythong bindings are not created and the RPM packaging of libbeagle-python fails. Version-Release number of selected component (if applicable): beagle-0.2.4-1.fc5.1.src.rpm How reproducible: Steps to Reproduce: 1. make sure pygtk2-devel is not installed. 2. rpmbuild -ba beagle.spec 3. Actual results: Some error about lib/python*/site-packages/beagle.so not being found. config.log shows that failed to find pygtk during configure. Expected results: RPMs :-) Additional info:
bug 191664 provides a spec file patch which includes pygtk2-devel buildreq. *** This bug has been marked as a duplicate of 191664 ***