Accepting request 87756 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/87756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=12
This commit is contained in:
Lars Vogdt
2011-10-14 07:48:38 +00:00
committed by Git OBS Bridge
parent a377ef4afe
commit af69debc8b
3 changed files with 22 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ Source1: matplotlib-setup.cfg
# This patch taken from upstream SVN and will not be needed for releases later than 1.0.1
Patch0: matplotlib-1.0.1-plot_directive.patch
Patch1: matplotlib-linux3.patch
Patch2: matplotlib-1.0.1-tkinter.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fltk-devel
@@ -109,6 +110,7 @@ wxWidgets backend for python-matplotlib plotting package
%setup -n matplotlib-%{version}
%patch0 -p1
%patch1
%patch2 -p1
chmod -x lib/matplotlib/mpl-data/images/*.svg
%build