Bug in glib.spec in glib-1.2.0



Hi,

glib.spec contained in glib-1.2.0.tar.gz isn't updated for new version 1.2,
so isn't possible create a rpm

This is a patch :

--- glib-1.2.0/glib.spec	Wed Feb 24 23:09:21 1999
+++ ../temp/glib.spec.mio	Fri Feb 26 15:12:56 1999
@@ -74,9 +74,9 @@
 %defattr(-, root, root)
 
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{prefix}/lib/libglib-1.1.so.*
-%{prefix}/lib/libgthread-1.1.so.*
-%{prefix}/lib/libgmodule-1.1.so.*
+%{prefix}/lib/libglib-1.2.so.*
+%{prefix}/lib/libgthread-1.2.so.*
+%{prefix}/lib/libgmodule-1.2.so.*
 
 %files devel
 %defattr(-, root, root)

This is the first patch of my life :-) 
I haven't yet download gtk-1.2.0, so I don't know if gtk.spec is corret or
not.
I'll check it this evening.

-- 
Undergraduate student of Computer Science 
PGP public key : finger celli@cs.unibo.it
http://caristudenti.cs.unibo.it/~celli



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