diff options
author | Jens Finke <jens@src.gnome.org> | 2001-08-27 14:36:50 +0000 |
---|---|---|
committer | Jens Finke <jens@src.gnome.org> | 2001-08-27 14:36:50 +0000 |
commit | b5857e558b3c2dd9c930d1c9257fe89edd328cf8 (patch) | |
tree | 8761780b2028a4f3b8385f05fab29b5d7b6d7b90 /gtk+.spec.in | |
parent | 998133fcfcd161ba44a4d7309beab2e3648bfcff (diff) | |
download | gdk-pixbuf-b5857e558b3c2dd9c930d1c9257fe89edd328cf8.tar.gz |
Mon Aug 27 2001 Jens Finke <jens@gnome.org> - Renamed package to gtk2. -
* Mon Aug 27 2001 Jens Finke <jens@gnome.org>
- Renamed package to gtk2.
- Updated source url.
- glib2 package required.
Diffstat (limited to 'gtk+.spec.in')
-rw-r--r-- | gtk+.spec.in | 19 |
1 files changed, 11 insertions, 8 deletions
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 @@ -106,6 +104,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. - Removed all hardcoded paths, use rpm macros instead. |