Hi there I just noticed this becuase i'm trying to build a src rpm with a glib-2.3.3 > dep. The pkg-config definition install incorrectly states :

prefix=/opt/gnome
exec_prefix=${prefix}
libdir=/opt/gnome/lib64
includedir=${prefix}/include

glib_genmarshal=glib-genmarshal
gobject_query=gobject-query
glib_mkenums=glib-mkenums

Name: GLib
Description: C Utility Library
Version: 2.2.3
Libs: -L${libdir} -lglib-2.0
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include

~
~
~
~
~
~
~
~
~
~
"/opt/gnome/lib64/pkgconfig/glib-2.0.pc" 15L, 334C written    12,12         All

Note the version 2.2.3 but the installed rpm is 2.3.3.. I've changed this and hope this doesn't break stuff. Can someone confrim this?