Description of problem: The spec file for gaim is missing glib2-devel and gtk2-devel. This causes the build to fail even though rpm would start it. Version-Release number of selected component (if applicable): gaim-0.71-2 How reproducible: Every time. Steps to Reproduce: 1. download gaim.src.rpm 2. remove glib2-devel and gtk2-devel 3. rpmbuild -ba gaim.src.rpm, install all listed buildreqs. Actual results: rpm will start the build, but the build will fail during the configuration stage, missing glib2 and gtk2 Expected results: since all buildreqs were met, the build should finish. I will attach a patch to the current spec file. Trivial but hey, every little bit counts.
Created attachment 95650 [details] Patch to the spec file to include all needed build-reqs.
Seems to also be missing "mozilla-nspr-devel". Without that the msn plugin will not load. No ssl support for gaim.
You probably have an older Mozilla version. mozilla-nss-devel should pull in mozilla-nspr-devel. Also, I've included the requires line for gtk2-devel but not glib2-devel since gtk2-devel already requires glib2-devel. Thanks!