From: Jens Finke Date: Mon, 27 Aug 2001 14:36:50 +0000 (+0000) Subject: Mon Aug 27 2001 Jens Finke - Renamed package to gtk2. - X-Git-Url: http://pileus.org/git/?p=~andy%2Fgtk;a=commitdiff_plain;h=b5857e558b3c2dd9c930d1c9257fe89edd328cf8 Mon Aug 27 2001 Jens Finke - Renamed package to gtk2. - * Mon Aug 27 2001 Jens Finke - Renamed package to gtk2. - Updated source url. - glib2 package required. --- diff --git a/gtk+.spec.in b/gtk+.spec.in index 5c5e9c223..8a2d69ddd 100644 --- a/gtk+.spec.in +++ b/gtk+.spec.in @@ -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 +- Renamed package to gtk2. +- Updated source url. +- glib2 package required. + * Mon Aug 27 2001 Jens Finke - Updated spec file to match gpp standard and 1.3.x files.