- Update to 2.13.0

- Update version requirements.
This commit is contained in:
Matthew Barnes 2008-08-25 11:11:16 +00:00
parent 99d9bdd99f
commit 70fe0fe868
3 changed files with 25 additions and 18 deletions

View File

@ -1 +1 @@
pygtk-2.12.1.tar.bz2
pygtk-2.13.0.tar.bz2

View File

@ -1,12 +1,21 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
# Last updated for version 2.13.0
%define glib2_version 2.8.0
%define pango_version 1.16.0
%define gtk2_version 2.8.0
%define libglade2_version 2.5.0
%define pycairo_version 1.0.2
%define pygobject2_version 2.14.0
%define python2_version 2.3.5
%define buildglade %(pkg-config libglade-2.0 && echo 1 || echo 0)
### Abstract ###
Name: pygtk2
Version: 2.12.1
Release: 6%{?dist}
Version: 2.13.0
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python bindings for GTK+
@ -23,26 +32,22 @@ Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
### Dependencies ###
Requires: gtk2 >= 2.9.4
Requires: pycairo
Requires: pygobject2
Requires: python-numeric
Requires: python2 >= 2.3
### Build Dependencies ###
BuildRequires: automake >= 1.6.3-5
BuildRequires: automake
BuildRequires: docbook-style-xsl
BuildRequires: glib2-devel >= 2.8.0
BuildRequires: gtk2-devel >= 2.9.4
BuildRequires: libglade2-devel >= 2.5.0
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libglade2-devel >= %{libglade2_version}
BuildRequires: libtool
BuildRequires: libxslt
BuildRequires: pango-devel >= 1.10.0
BuildRequires: pycairo-devel >= 0.5.0
BuildRequires: pygobject2-devel >= 2.12.0
BuildRequires: pango-devel >= %{pango_version}
BuildRequires: pycairo-devel >= %{pycairo_version}
BuildRequires: pygobject2-devel >= %{pygobject2_version}
BuildRequires: python-numeric
BuildRequires: python2-devel >= 2.3
BuildRequires: python2-devel >= %{python2_version}
%description
PyGTK is an extension module for Python that gives you access to the GTK+
@ -135,8 +140,6 @@ rm -fr $RPM_BUILD_ROOT
%files codegen
%defattr(755, root, root, 755)
%{_prefix}/bin/pygtk-codegen-2.0
%defattr(644, root, root, 755)
%{_prefix}/share/pygtk/2.0/codegen
%files devel
%defattr(644, root, root, 755)
@ -155,6 +158,10 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/pygtk
%changelog
* Mon Aug 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.13.0-1.fc10
- Update to 2.13.0
- Update version requirements.
* Mon Mar 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-6.fc9
- Add patch for RH bug #379051 (keyboard events in cell renderer).

View File

@ -1 +1 @@
a816346d750d61e3fa67a200e4292694 pygtk-2.12.1.tar.bz2
e1513921bfd3790b456899c483fceaea pygtk-2.13.0.tar.bz2