|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
%{!?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)")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-matplotlib
|
|
|
|
Name: python-matplotlib
|
|
|
|
Version: 0.87
|
|
|
|
Version: 0.87.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Python plotting library
|
|
|
|
Summary: Python plotting library
|
|
|
|
|
|
|
|
|
|
|
|
@@ -16,6 +16,7 @@ BuildRequires: python-devel, freetype-devel, libpng-devel, zlib-devel
|
|
|
|
BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel
|
|
|
|
BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel
|
|
|
|
BuildRequires: python-numeric, pytz, python-dateutil, numpy, python-numarray
|
|
|
|
BuildRequires: python-numeric, pytz, python-dateutil, numpy, python-numarray
|
|
|
|
Requires: python-numeric, pytz, python-dateutil
|
|
|
|
Requires: python-numeric, pytz, python-dateutil
|
|
|
|
|
|
|
|
Requires: pycairo >= 1.0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
@@ -88,7 +89,21 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%ghost %{python_sitearch}/matplotlib/backends/tkagg.pyo
|
|
|
|
%ghost %{python_sitearch}/matplotlib/backends/tkagg.pyo
|
|
|
|
%{python_sitearch}/matplotlib/backends/_tkagg.so
|
|
|
|
%{python_sitearch}/matplotlib/backends/_tkagg.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.3-1
|
|
|
|
|
|
|
|
- Update to 0.87.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.2-2
|
|
|
|
|
|
|
|
- Rebuild for new numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.2-1
|
|
|
|
|
|
|
|
- Update to 0.87.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.1-1
|
|
|
|
|
|
|
|
- Update to 0.87.1
|
|
|
|
|
|
|
|
- Add pycairo >= 1.0.2 requires (FC5+ only)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 24 2006 Orion Poplawski <orion@cora.nwra.com> 0.87-1
|
|
|
|
* Fri Feb 24 2006 Orion Poplawski <orion@cora.nwra.com> 0.87-1
|
|
|
|
- Update to 0.87
|
|
|
|
- Update to 0.87
|
|
|
|
- Add BR numpy and python-numarray
|
|
|
|
- Add BR numpy and python-numarray
|
|
|
|
|