- Require numpy instead of python-numeric (RH bug #503691).
This commit is contained in:
parent
439e27cdb8
commit
b6461e91fd
11
pygtk2.spec
11
pygtk2.spec
@ -34,9 +34,9 @@ Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
|
||||
|
||||
# Leave these requirements alone! RPM isn't smart enough
|
||||
# to derive these from the build requirements below.
|
||||
Requires: numpy
|
||||
Requires: pycairo
|
||||
Requires: pygobject2
|
||||
Requires: python-numeric
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
@ -47,10 +47,10 @@ BuildRequires: gtk2-devel >= %{gtk2_version}
|
||||
BuildRequires: libglade2-devel >= %{libglade2_version}
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: numpy
|
||||
BuildRequires: pango-devel >= %{pango_version}
|
||||
BuildRequires: pycairo-devel >= %{pycairo_version}
|
||||
BuildRequires: pygobject2-devel >= %{pygobject2_version}
|
||||
BuildRequires: python-numeric
|
||||
BuildRequires: python2-devel >= %{python2_version}
|
||||
|
||||
%description
|
||||
@ -163,10 +163,13 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/pygtk
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-1.fc11
|
||||
* Tue Jun 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2.fc12
|
||||
- Require numpy instead of python-numeric (RH bug #503691).
|
||||
|
||||
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-1.fc12
|
||||
- Update to 2.15.1
|
||||
|
||||
* Sat May 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.0-1.fc11
|
||||
* Sat May 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.0-1.fc12
|
||||
- Update to 2.15.0
|
||||
- Bump pygobject2_version to 2.16.1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user