summaryrefslogtreecommitdiff
path: root/pygtk.spec.in
diff options
context:
space:
mode:
authorMatt Wilson <msw@src.gnome.org>2001-10-15 15:04:47 +0000
committerMatt Wilson <msw@src.gnome.org>2001-10-15 15:04:47 +0000
commitd8bc1abf1a93fa9ccde71c5621cc4069f5b814e6 (patch)
tree319b57f47e699677eab5f5fdd004f8c4e86c600a /pygtk.spec.in
parent6b8b9818ec71aca82d9fa900dcd3e611e25cbd87 (diff)
downloadpygtk-d8bc1abf1a93fa9ccde71c5621cc4069f5b814e6.tar.gz
more namespace tweaks
Diffstat (limited to 'pygtk.spec.in')
-rw-r--r--pygtk.spec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pygtk.spec.in b/pygtk.spec.in
index f0316819..fec72ea1 100644
--- a/pygtk.spec.in
+++ b/pygtk.spec.in
@@ -3,13 +3,13 @@
Summary: Python bindings for the GTK+ widget set.
Name: pygtk2
Version: @VERSION@
-Release: 1
+Release: 2
Copyright: LGPL
Group: Development/Languages
Source: ftp://ftp.gtk.org/pub/gtk/python/pygtk-%{version}.tar.gz
BuildRoot: /var/tmp/pygtk-root
Packager: James Henstridge <james@daa.com.au>
-Requires: gtk+ >= 1.3.9
+Requires: gtk2 >= 1.3.9
Requires: python2 >= 2.2
Buildrequires: python2-devel >= 2.2
@@ -21,7 +21,7 @@ in python with PyGTK (within reason), but with all the benefits of python.
%package libglade
Summary: A wrapper for the libglade library for use with PyGTK
Group: Development/Languages
-Requires: pygtk = %{version}
+Requires: pygtk2 = %{version}
%description libglade
This module contains a wrapper for the libglade library. Libglade allows
@@ -31,7 +31,7 @@ allows the programmer to keep the UI and program logic separate.
%package devel
Summary: files needed to build wrappers for GTK+ addon libraries
Group: Development/Languages
-Requires: pygtk = %{version}
+Requires: pygtk2 = %{version}
%description devel
This package contains files required to build wrappers for GTK+ addon