- Restore pycairo and pygobject2 requirements, with a note to myself to
stop screwing around with them (RH bug #460105).
This commit is contained in:
parent
70fe0fe868
commit
fea38c0582
10
pygtk2.spec
10
pygtk2.spec
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: pygtk2
|
Name: pygtk2
|
||||||
Version: 2.13.0
|
Version: 2.13.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Summary: Python bindings for GTK+
|
Summary: Python bindings for GTK+
|
||||||
@ -32,6 +32,10 @@ Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
|
|||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
|
# Leave these requirements alone! RPM isn't smart enough
|
||||||
|
# to derive these from the build requirements below.
|
||||||
|
Requires: pycairo
|
||||||
|
Requires: pygobject2
|
||||||
Requires: python-numeric
|
Requires: python-numeric
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
@ -158,6 +162,10 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/pygtk
|
%{_datadir}/gtk-doc/html/pygtk
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 26 2008 Matthew Barnes <mbarnes@redhat.com> - 2.13.0-2.fc10
|
||||||
|
- Restore pycairo and pygobject2 requirements, with a note to myself
|
||||||
|
to stop screwing around with them (RH bug #460105).
|
||||||
|
|
||||||
* Mon Aug 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.13.0-1.fc10
|
* Mon Aug 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.13.0-1.fc10
|
||||||
- Update to 2.13.0
|
- Update to 2.13.0
|
||||||
- Update version requirements.
|
- Update version requirements.
|
||||||
|
Loading…
Reference in New Issue
Block a user