]> Pileus Git - ~andy/gtk/commitdiff
Mon Aug 27 2001 Jens Finke <jens@gnome.org> - Renamed package to gtk2. -
authorJens Finke <jens@src.gnome.org>
Mon, 27 Aug 2001 14:36:50 +0000 (14:36 +0000)
committerJens Finke <jens@src.gnome.org>
Mon, 27 Aug 2001 14:36:50 +0000 (14:36 +0000)
* Mon Aug 27 2001 Jens Finke <jens@gnome.org>
- Renamed package to gtk2.
- Updated source url.
- glib2 package required.

gtk+.spec.in

index 5c5e9c22373c74f3791fa955b1489e3727984c63..8a2d69dddac64f3ed1a814f7eba851aa11abbe7b 100644 (file)
@@ -1,17 +1,16 @@
-Name:           gtk+
+Name:           gtk2
 Summary:        The Gimp Toolkit
 Version:        @VERSION@
 Release:        1
 License:        LGPL
 Group:          X11/Libraries
-Source:                 ftp://ftp.gimp.org/pub/gtk/v1.1/gtk+-%{version}.tar.gz
-BuildRoot:      /var/tmp/gtk-%{version}-root
-Obsoletes:      gtk
+Source:                 ftp://ftp.gimp.org/pub/gtk/v1.3/gtk+-%{version}.tar.gz
+BuildRoot:      /var/tmp/%{name}-%{version}-root
 URL:            http://www.gtk.org
-Requires:       glib >= %{version}
+Requires:       glib2 >= %{version}
 Requires:        pango
 Requires:        atk
-BuildRequires:   glib-devel
+BuildRequires:   glib2-devel
 BuildRequires:   pango-devel
 BuildRequires:   atk-devel
 
@@ -23,7 +22,6 @@ several other programs as well.
 Summary:       GIMP Toolkit and GIMP Drawing Kit
 Group:         X11/Libraries
 Requires:      %{name} = %{version}
-Obsoletes:     gtk-devel
 
 %description devel
 Static libraries and header files for the GIMP's X libraries, which are
@@ -34,7 +32,7 @@ and GTK is a widget set for creating user interfaces.
 
   
 %prep
-%setup
+%setup -q -n gtk+-%{version}
 
 %build
 %ifarch alpha
@@ -105,6 +103,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 27 2001 Jens Finke <jens@gnome.org>
+- Renamed package to gtk2.
+- Updated source url.
+- glib2 package required.
+
 * Mon Aug 27 2001 Jens Finke <jens@gnome.org>
 - Updated spec file to match gpp standard and 
   1.3.x files.