summaryrefslogtreecommitdiff
path: root/pygtk.spec
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2000-03-13 09:14:24 +0000
committerJames Henstridge <jamesh@src.gnome.org>2000-03-13 09:14:24 +0000
commit7e2f6b8cd1370ef7ec7c6f60534e54b2f1ab2cdf (patch)
tree15cf9747d1e7b2a940b603ceff50cdb6e58d5217 /pygtk.spec
parent7e90f276bf64169dcedaf2ffeb3b7b4367902ac1 (diff)
downloadpygtk-7e2f6b8cd1370ef7ec7c6f60534e54b2f1ab2cdf.tar.gz
remove python-1.4 ni stuff, and put in a warning message that you shouldPYGTK_0_6_5GNOME_PYTHON_1_0_52
2000-03-13 James Henstridge <james@daa.com.au> * pyglade/__init__.py: remove python-1.4 ni stuff, and put in a warning message that you should think of switching over to libglade. * pygtk.spec: incremented version number. Code gtk+ dependency into spec file. Made auxillary packages depend on the pygtk package of the same version. * configure.in: incremented version number. Incremented minimum required GTK+ so that when threading is compiled in we don't get problems caused by using old buggy versions of GTK+. * gtkmodule.c (PyGdkWindow_PropertyChange): fixed the 32 bit data part of the case statement correctly this time :) 2000-03-13 James Henstridge <james@daa.com.au> * pygnome/gnome/__init__.py: don't bother with the python-1.4 compatibility stuff -- gnome-python won't work with python-1.4 for other reasons. * configure.in: updated version. Require gtk+ >= 1.2.6 for same reasons pygtk requires it. * gnome-python.spec: incremented version numbers. Add requires headers for gtk+ and gnome-libs so people don't annoy me with problems caused by old versions. Also, require the matching version of pygtk. Also, make pygnome-libglade require pygnome. * pygnome/gettext.py (Catalog.__init__): check for msb encoded catalogs as well.
Diffstat (limited to 'pygtk.spec')
-rw-r--r--pygtk.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/pygtk.spec b/pygtk.spec
index 172d28bb..f525782b 100644
--- a/pygtk.spec
+++ b/pygtk.spec
@@ -1,7 +1,7 @@
%define py_prefix /usr
# py_ver should only be 3 characters (1.5.1 == 1.5)
%define py_ver 1.5
-%define ver 0.6.4
+%define ver 0.6.5
# you may want to remove some of the sub packages depending on what you
# have installed on your system when building this package.
@@ -12,10 +12,11 @@ Version: %ver
Release: 1
Copyright: GPL
Group: Development/Languages
-Source: ftp://ftp.daa.com.au/pub/james/python/pygtk-%{ver}.tar.gz
+Source: ftp://ftp.gtk.org/pub/gtk/python/pygtk-%{ver}.tar.gz
BuildRoot: /var/tmp/pygtk-root
Packager: James Henstridge <james@daa.com.au>
-Requires: gtk+ imlib
+Requires: gtk+ >= 1.2.6
+Requires: imlib
Requires: python >= 1.5.2
%description
@@ -26,6 +27,7 @@ in python with PyGTK (within reason), but with all of python's benefits.
%package glarea
Summary: A wrapper for the GtkGLArea widget for use with PyGTK
Group: Development/Languages
+Requires: pygtk = %{ver}
%description glarea
This module contains a wrapper for the GtkGLArea widget, which allows you
@@ -35,6 +37,7 @@ Python OpenGL bindings such as PyOpenGL to actually do any OpenGL rendering.
%package libglade
Summary: A wrapper for the libglade library for use with PyGTK
Group: Development/Languages
+Requires: pygtk = %{ver}
%description libglade
This module contains a wrapper for the libglade library. Libglade is a