Problems Contributing



 


James Henstridge wrote:
> 
> I was just looking through gnome-libs.spec, and it doesn't seem to install
> $(prefix)/share/gtkrc.  Is this just a mistake, or is it deliberate?
> 
> To fix it, just add a line to the %files list like this:
>   %config %{prefix}/share/gtkrc
> 

I found similar mistakes in the glib spec, only instead of leaving out a
directory it left out libgmodule itself (try to get gimp 1.1 to compile
and run without that :)) However, even after I posted it to the list
several weeks ago, then later mailed it to Miguel, and it went to
gtkdev@gimp.org nothing happened. Also trying to get a cvs account to
contribute something like a spec patch (even if it is important) will
probably not happen. I think the real question is, why has it been so
hard to contribute to GNOME?? Has anyone else had problems getting their
patches applied?

glib spec patch attached for the benifit of all the posters who still
are having trouble finding libgmodule.

Greg Hayes
Common subdirectories: glib/CVS and glib-1.4/CVS
Only in glib: glib.diff
diff -u glib/glib.spec glib-1.4/glib.spec
--- glib/glib.spec	Tue Oct 13 17:08:57 1998
+++ glib-1.4/glib.spec	Tue Oct 13 17:05:37 1998
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      1.1.3
+%define ver      1.1.4
 %define rel      SNAP
 %define prefix   /usr
 
@@ -29,6 +29,9 @@
 
 
 %changelog
+* Mon Oct 12 1998 Greg Hayes <ghayes@syncomm.org>
+
+- Added libgmodule to glib package (this should have been done long ago)
 
 * Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
 
@@ -69,6 +72,7 @@
 
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{prefix}/lib/libglib-1.1.so.*
+%{prefix}/lib/libgmodule-1.1.so.*
 
 %files devel
 %defattr(-, root, root)
Common subdirectories: glib/gmodule and glib-1.4/gmodule




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]