- Update to 2.13.0
- Update version requirements.
This commit is contained in:
parent
99d9bdd99f
commit
70fe0fe868
@ -1 +1 @@
|
|||||||
pygtk-2.12.1.tar.bz2
|
pygtk-2.13.0.tar.bz2
|
||||||
|
39
pygtk2.spec
39
pygtk2.spec
@ -1,12 +1,21 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?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)
|
%define buildglade %(pkg-config libglade-2.0 && echo 1 || echo 0)
|
||||||
|
|
||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: pygtk2
|
Name: pygtk2
|
||||||
Version: 2.12.1
|
Version: 2.13.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Summary: Python bindings for GTK+
|
Summary: Python bindings for GTK+
|
||||||
@ -23,26 +32,22 @@ Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
|
|||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: gtk2 >= 2.9.4
|
|
||||||
Requires: pycairo
|
|
||||||
Requires: pygobject2
|
|
||||||
Requires: python-numeric
|
Requires: python-numeric
|
||||||
Requires: python2 >= 2.3
|
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
|
|
||||||
BuildRequires: automake >= 1.6.3-5
|
BuildRequires: automake
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: glib2-devel >= 2.8.0
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gtk2-devel >= 2.9.4
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||||
BuildRequires: libglade2-devel >= 2.5.0
|
BuildRequires: libglade2-devel >= %{libglade2_version}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: pango-devel >= 1.10.0
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
BuildRequires: pycairo-devel >= 0.5.0
|
BuildRequires: pycairo-devel >= %{pycairo_version}
|
||||||
BuildRequires: pygobject2-devel >= 2.12.0
|
BuildRequires: pygobject2-devel >= %{pygobject2_version}
|
||||||
BuildRequires: python-numeric
|
BuildRequires: python-numeric
|
||||||
BuildRequires: python2-devel >= 2.3
|
BuildRequires: python2-devel >= %{python2_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PyGTK is an extension module for Python that gives you access to the GTK+
|
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
|
%files codegen
|
||||||
%defattr(755, root, root, 755)
|
%defattr(755, root, root, 755)
|
||||||
%{_prefix}/bin/pygtk-codegen-2.0
|
%{_prefix}/bin/pygtk-codegen-2.0
|
||||||
%defattr(644, root, root, 755)
|
|
||||||
%{_prefix}/share/pygtk/2.0/codegen
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(644, root, root, 755)
|
%defattr(644, root, root, 755)
|
||||||
@ -155,6 +158,10 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/pygtk
|
%{_datadir}/gtk-doc/html/pygtk
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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).
|
- Add patch for RH bug #379051 (keyboard events in cell renderer).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user