|
|
|
|
@@ -1,18 +1,14 @@
|
|
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
|
|
Name: python-matplotlib
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.99.1.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Python plotting library
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: Python
|
|
|
|
|
URL: http://sourceforge.net/projects/matplotlib
|
|
|
|
|
#Modified Sources to remove the one undistributable file
|
|
|
|
|
#See generate-tarball.sh in fedora cvs repository for logic
|
|
|
|
|
#sha1sum matplotlib-1.0.0-without-gpc.tar.gz
|
|
|
|
|
#c3c2cb82ee122b36977f636948bb4a79b15c03ba matplotlib-1.0.0-without-gpc.tar.gz
|
|
|
|
|
Source0: http://downloads.sourceforge.net/matplotlib/matplotlib-%{version}-without-gpc.tar.gz
|
|
|
|
|
Source0: http://downloads.sourceforge.net/matplotlib/matplotlib-%{version}.tar.gz
|
|
|
|
|
Source1: setup.cfg
|
|
|
|
|
Patch0: matplotlib-gcc43.patch
|
|
|
|
|
Patch1: matplotlib_gtk_tooltip.patch
|
|
|
|
|
@@ -43,10 +39,10 @@ Requires: tkinter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n matplotlib-%{version}
|
|
|
|
|
#%setup -q -n matplotlib-0.99.3
|
|
|
|
|
#%setup -q -n matplotlib-%{version}
|
|
|
|
|
%setup -q -n matplotlib-0.99.1.1
|
|
|
|
|
#%patch0 -p1
|
|
|
|
|
#%patch1 -p0
|
|
|
|
|
%patch1 -p0
|
|
|
|
|
chmod -x lib/matplotlib/mpl-data/images/*.svg
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
@@ -85,16 +81,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 8 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.0.0-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
- Remove undistributable file from bundled agg library
|
|
|
|
|
|
|
|
|
|
* Thu Jul 1 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.3-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Thu May 27 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.1.2-4
|
|
|
|
|
- Upstream patch to fix deprecated gtk tooltip warning.
|
|
|
|
|
|
|
|
|
|
|