forked from pool/python-matplotlib
Autobuild autoformatter for 52612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=2
This commit is contained in:
parent
3f5bb51af0
commit
625f3a1000
@ -1,26 +1,44 @@
|
|||||||
Name: python-matplotlib
|
#
|
||||||
License: BSD
|
# spec file for package python-matplotlib (Version 1.0.0)
|
||||||
Group: Development/Libraries/Python
|
#
|
||||||
Version: 1.0.0
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
Release: 0
|
#
|
||||||
Autoreqprov: on
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
Summary: Plotting Library for Python
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
URL: http://sourceforge.net/projects/matplotlib
|
#
|
||||||
Source: matplotlib-%{version}.tar.bz2
|
|
||||||
|
|
||||||
|
|
||||||
|
Name: python-matplotlib
|
||||||
|
License: BSD
|
||||||
|
Group: Development/Libraries/Python
|
||||||
|
Version: 1.0.0
|
||||||
|
Release: 1
|
||||||
|
AutoReqProv: on
|
||||||
|
|
||||||
|
Summary: Plotting Library for Python
|
||||||
|
Url: http://sourceforge.net/projects/matplotlib
|
||||||
|
Source: matplotlib-%{version}.tar.bz2
|
||||||
Source1: matplotlib-setup.cfg
|
Source1: matplotlib-setup.cfg
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Packager: Werner Hoch <werner.ho@gmx.de>
|
|
||||||
|
|
||||||
%py_requires
|
%py_requires
|
||||||
Requires: python-numpy >= 1.2.1
|
Requires: python-numpy >= 1.2.1
|
||||||
Requires: python-configobj python-dateutil python-tz
|
Requires: python-configobj python-dateutil python-tz
|
||||||
BuildRequires: python-numpy-devel >= 1.2.1
|
BuildRequires: python-numpy-devel >= 1.2.1
|
||||||
BuildRequires: gcc-c++ libstdc++ tk tcl
|
BuildRequires: gcc-c++ libstdc++ tcl tk
|
||||||
BuildRequires: freetype2-devel libpng-devel gtk2-devel tk-devel tcl-devel wxGTK-devel
|
BuildRequires: freetype2-devel gtk2-devel libpng-devel tcl-devel tk-devel wxGTK-devel
|
||||||
BuildRequires: python-wxGTK python-tk fltk-devel python-gtk
|
BuildRequires: fltk-devel python-gtk python-tk python-wxGTK
|
||||||
BuildRequires: python-gtk-devel
|
BuildRequires: python-gtk-devel
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildRequires: python-qt4
|
BuildRequires: python-qt4
|
||||||
@ -28,14 +46,14 @@ BuildRequires: python-qt4
|
|||||||
BuildRequires: python-qt
|
BuildRequires: python-qt
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1130
|
%if 0%{?suse_version} >= 1130
|
||||||
BuildRequires: libgnome-devel
|
BuildRequires: libgnome-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: gnome-libs-devel
|
BuildRequires: gnome-libs-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
## These packages are required to prevent that matplotlib installs it's
|
## These packages are required to prevent that matplotlib installs it's
|
||||||
## own versions of the packages from the lib directory
|
## own versions of the packages from the lib directory
|
||||||
BuildRequires: python-configobj python-dateutil python-tz
|
BuildRequires: python-configobj python-dateutil python-tz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
matplotlib is a python 2D plotting library which produces publication
|
matplotlib is a python 2D plotting library which produces publication
|
||||||
@ -45,19 +63,21 @@ scripts, the python and ipython shell (ala matlab or mathematica), web
|
|||||||
application servers, and six graphical user interface toolkits.
|
application servers, and six graphical user interface toolkits.
|
||||||
|
|
||||||
%package tk
|
%package tk
|
||||||
Summary: Tk backend for python-matplotlib
|
License: BSD
|
||||||
Group: Development/Libraries/Python
|
Summary: Tk backend for python-matplotlib
|
||||||
Requires: %{name} = %{version}-%{release}
|
Group: Development/Libraries/Python
|
||||||
Requires: python-tk
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: python-tk
|
||||||
|
|
||||||
%description tk
|
%description tk
|
||||||
Tk backend for python-matplotlib plotting package
|
Tk backend for python-matplotlib plotting package
|
||||||
|
|
||||||
%package wx
|
%package wx
|
||||||
Summary: Wx backend for python-matplotlib
|
License: BSD
|
||||||
Group: Development/Libraries/Python
|
Summary: Wx backend for python-matplotlib
|
||||||
Requires: %{name} = %{version}-%{release}
|
Group: Development/Libraries/Python
|
||||||
Requires: python-wxGTK
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: python-wxGTK
|
||||||
|
|
||||||
%description wx
|
%description wx
|
||||||
wxWidgets backend for python-matplotlib plotting package
|
wxWidgets backend for python-matplotlib plotting package
|
||||||
@ -105,54 +125,4 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{py_sitedir}/matplotlib/backends/_wxagg.so
|
%{py_sitedir}/matplotlib/backends/_wxagg.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 17 2010 Werner Hoch <werner.ho@gmx.de> - 1.0.0
|
|
||||||
- new version 1.0.0
|
|
||||||
* Sat Oct 10 2009 Werner Hoch <werner.ho@gmx.de> - 0.99.1.2
|
|
||||||
- use python-qt4 for openSUSE 11.2
|
|
||||||
- new version 0.99.1.2
|
|
||||||
* Sat Oct 10 2009 Werner Hoch <werner.ho@gmx.de> - 0.99.1.1
|
|
||||||
- new version 0.99.1.1
|
|
||||||
- config file added (seen at home:ocefpaf project)
|
|
||||||
* Fri Dec 19 2008 Werner Hoch <werner.ho@gmx.de> - 0.98.5.2
|
|
||||||
- new version 0.98.5.2
|
|
||||||
* Mon Nov 24 2008 Werner Hoch <werner.ho@gmx.de> - 0.98.3
|
|
||||||
- replaced scipy by numpy as build requirement
|
|
||||||
* Wed Aug 20 2008 Werner Hoch <werner.ho@gmx.de> - 0.98.3
|
|
||||||
- removed python-scipy from the requirements list
|
|
||||||
- added python-dateutil to the requirements list
|
|
||||||
- added python-pytz to the requirements list
|
|
||||||
* Sat Aug 09 2008 Werner Hoch <werner.ho@gmx.de> - 0.98.3
|
|
||||||
- new major version 0.98.3
|
|
||||||
* Tue Aug 05 2008 Werner Hoch <werner.ho@gmx.de> - 0.91.4
|
|
||||||
- new version 0.91.4
|
|
||||||
* Sat Jun 7 2008 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- new version 0.91.3
|
|
||||||
* Fri Feb 1 2008 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- new version 0.91.2
|
|
||||||
* Fri Dec 7 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- added configobj as an extra requirement
|
|
||||||
- thus matplotlib will not provide configobj
|
|
||||||
* Sun Dec 2 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- new version 0.91.1
|
|
||||||
- removed build patches, as the build system has been changed
|
|
||||||
* Sat Sep 08 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- fixed build issus of openSUSE 10.3
|
|
||||||
* Sun Jun 03 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- new version 0.90.1
|
|
||||||
- added enable_BUILD_WXAGG.patch
|
|
||||||
* Thu Mar 22 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- removed X-server patches, use Xvfb instead
|
|
||||||
- created extra wx and tk packages
|
|
||||||
* Tue Mar 20 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- default backend is GTKAgg now
|
|
||||||
- TkAgg backend works now. Patched the X-Server dependancy away when building
|
|
||||||
* Sun Mar 11 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- improved the BuildRequires list. Tkinter backend has still problems
|
|
||||||
* Thu Mar 01 2007 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- new version 0.90.0
|
|
||||||
* Tue Oct 31 2006 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- new version 0.87.7
|
|
||||||
* Thu Sep 28 2006 Werner Hoch <werner.ho@gmx.de>
|
|
||||||
- Initial build.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user