Bug 108772

Summary: gaim buildreqs are missing glib2-devel and gtk2-devel
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: gaimAssignee: Christopher Blizzard <blizzard>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2003-11-03 18:32:43 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:
Attachments:
Description Flags
Patch to the spec file to include all needed build-reqs. none

Description Jesse Keating 2003-11-01 18:28:36 UTC
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.

Comment 1 Jesse Keating 2003-11-01 18:29:24 UTC
Created attachment 95650 [details]
Patch to the spec file to include all needed build-reqs.

Comment 2 Jesse Keating 2003-11-01 20:26:55 UTC
Seems to also be missing "mozilla-nspr-devel".  Without that the msn
plugin will not load.  No ssl support for gaim.

Comment 3 Christopher Blizzard 2003-11-03 18:32:43 UTC
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!