Accepting request 96956 from devel:languages:python

1.1.0 update  (forwarded request 96818 from HighwayStar)

OBS-URL: https://build.opensuse.org/request/show/96956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2011-12-26 15:29:12 +00:00
committed by Git OBS Bridge
parent b76fbdcb60
commit 086f365ec9
7 changed files with 29 additions and 83 deletions

View File

@@ -15,8 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-matplotlib
Version: 1.0.1
Version: 1.1.0
Release: 0
Summary: Plotting Library for Python
@@ -25,10 +27,6 @@ Group: Development/Libraries/Python
Url: http://sourceforge.net/projects/matplotlib
Source: matplotlib-%{version}.tar.bz2
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
@@ -102,9 +100,6 @@ wxWidgets backend for python-matplotlib plotting package
%prep
%setup -n matplotlib-%{version}
%patch0 -p1
%patch1
%patch2 -p1
chmod -x lib/matplotlib/mpl-data/images/*.svg
%build
@@ -120,8 +115,8 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README.txt CHANGELOG INSTALL INTERACTIVE KNOWN_BUGS
%doc PKG-INFO TODO CXX examples license
%doc README.txt CHANGELOG INSTALL
%doc PKG-INFO TODO CXX examples
%{py_sitedir}/*
%exclude %{py_sitedir}/matplotlib/backends/backend_tkagg.*
%exclude %{py_sitedir}/matplotlib/backends/tkagg.*