]> Pileus Git - ~andy/gtk/blobdiff - gtk+.spec
Doah. libtool isn't the only thing in here.
[~andy/gtk] / gtk+.spec
index 269a56108c06946f886fbda63dc9a72d9e980a77..60b4ce6a973170ac036ecc0d13493674e7446574 100644 (file)
--- a/gtk+.spec
+++ b/gtk+.spec
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      1.0.4
+%define ver      1.1.12
 %define rel      SNAP
 %define prefix   /usr
 
@@ -9,7 +9,7 @@ Version: %ver
 Release: %rel
 Copyright: LGPL
 Group: X11/Libraries
-Source: ftp://ftp.gimp.org/pub/gtk/v1.0/gtk+-%{ver}.tar.gz
+Source: ftp://ftp.gimp.org/pub/gtk/v1.1/gtk+-%{ver}.tar.gz
 BuildRoot: /tmp/gtk-root
 Obsoletes: gtk
 Packager: Marc Ewing <marc@redhat.com>
@@ -36,15 +36,23 @@ structures, GDK is a drawing toolkit which provides a thin layer over
 Xlib to help automate things like dealing with different color depths,
 and GTK is a widget set for creating user interfaces.
 
-%package -n glib
-Summary: Handy library of utility functions
-Group: Libraries
+%changelog
 
-%description -n glib
-Handy library of utility functions.  Development libs and headers
-are in gtk+-devel.
+* Sun Oct 25 1998 Shawn T. Amundson <amundson@gtk.org>
 
-%changelog
+- Fixed Source: to point to v1.1 
+
+* Tue Aug 04 1998 Michael Fulbright <msf@redhat.com>
+
+- change %postun to %preun
+
+* Mon Jun 27 1998 Shawn T. Amundson
+
+- Changed version to 1.1.0
+
+* Thu Jun 11 1998 Dick Porter <dick@cymru.net>
+
+- Removed glib, since it is its own module now
 
 * Mon Apr 13 1998 Marc Ewing <marc@redhat.com>
 
@@ -124,15 +132,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
-%post -n glib -p /sbin/ldconfig
-
-%postun -n glib -p /sbin/ldconfig
-
 %post devel
 /sbin/install-info %{prefix}/info/gdk.info.gz %{prefix}/info/dir
 /sbin/install-info %{prefix}/info/gtk.info.gz %{prefix}/info/dir
 
-%postun devel
+%preun devel
 if [ $1 = 0 ]; then
     /sbin/install-info --delete %{prefix}/info/gdk.info.gz %{prefix}/info/dir
     /sbin/install-info --delete %{prefix}/info/gtk.info.gz %{prefix}/info/dir
@@ -145,16 +149,11 @@ fi
 %{prefix}/lib/libgtk-1.1.so.*
 %{prefix}/lib/libgdk-1.1.so.*
 
-%files -n glib
-%defattr(-, root, root)
-%{prefix}/lib/libglib-1.1.so.*
-
 %files devel
 %defattr(-, root, root)
 
 %{prefix}/lib/lib*.so
 %{prefix}/lib/*a
-%{prefix}/lib/glib
 %{prefix}/include/*
 %{prefix}/info/*
 %{prefix}/share/aclocal/*