update to 1.5.2 [release 1.5.2-1mamba;Fri Aug 12 2016]
This commit is contained in:
parent
1420c0117d
commit
38fba51067
@ -1,13 +1,14 @@
|
|||||||
Name: python-matplotlib
|
Name: python-matplotlib
|
||||||
Version: 1.5.1
|
Version: 1.5.2
|
||||||
Release: 5mamba
|
Release: 1mamba
|
||||||
Summary: Python plotting library
|
Summary: Python plotting library
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://matplotlib.sourceforge.net/
|
URL: http://matplotlib.sourceforge.net/
|
||||||
Source0: http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-%{version}/matplotlib-%{version}.tar.gz
|
Source0: https://github.com/matplotlib/matplotlib.git/v%{version}/matplotlib-%{version}.tar.bz2
|
||||||
|
#Source0: http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-%{version}/matplotlib-%{version}.tar.gz
|
||||||
Source1: python-matplotlib-1.0.1-setup.cfg
|
Source1: python-matplotlib-1.0.1-setup.cfg
|
||||||
License: Python
|
License: Python
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -45,9 +46,11 @@ Requires: py%{?pyver:%pyver}cairo
|
|||||||
Requires: py2cairo
|
Requires: py2cairo
|
||||||
%endif
|
%endif
|
||||||
Requires: python-cycler%{?pyappend}
|
Requires: python-cycler%{?pyappend}
|
||||||
|
Requires: python-dateutil%{?pyappend}
|
||||||
Requires: python-pyparsing%{?pyappend}
|
Requires: python-pyparsing%{?pyappend}
|
||||||
Requires: python-setuptools%{?pyappend}
|
Requires: python-setuptools%{?pyappend}
|
||||||
Requires: python-six%{?pyappend}
|
Requires: python-six%{?pyappend}
|
||||||
|
Requires: pygobject%{?pyappend}
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -107,6 +110,9 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
|
|||||||
%doc LICENSE/LICENSE LICENSE/LICENSE_enthought.txt
|
%doc LICENSE/LICENSE LICENSE/LICENSE_enthought.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-1mamba
|
||||||
|
- update to 1.5.2
|
||||||
|
|
||||||
* Wed Aug 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-5mamba
|
* Wed Aug 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.1-5mamba
|
||||||
- fix pyNcairo requirement according to %pyver
|
- fix pyNcairo requirement according to %pyver
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user