automatic version update by autodist [release 1.4.0-1mamba;Thu Sep 18 2014]
This commit is contained in:
parent
0d24ffa2e4
commit
336d9f2c24
@ -1,5 +1,5 @@
|
||||
Name: python-matplotlib
|
||||
Version: 1.3.1
|
||||
Version: 1.4.0
|
||||
Release: 1mamba
|
||||
Summary: Python plotting library
|
||||
Group: System/Libraries/Python
|
||||
@ -109,6 +109,8 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
|
||||
%defattr(-,root,root)
|
||||
#%{python_sitearch}/matplotlib-%{version}-py%{python_version}.egg-info
|
||||
%{python_sitearch}/*.py*
|
||||
# FIXME
|
||||
%{python_sitearch}/freetype2.so
|
||||
%dir %{python_sitearch}/matplotlib
|
||||
%{python_sitearch}/matplotlib/*.py*
|
||||
%{python_sitearch}/matplotlib/_cntr.so
|
||||
@ -116,10 +118,13 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
|
||||
%{python_sitearch}/matplotlib/_image.so
|
||||
%{python_sitearch}/matplotlib/_path.so
|
||||
%{python_sitearch}/matplotlib/_png.so
|
||||
%{python_sitearch}/matplotlib/_qhull.so
|
||||
%{python_sitearch}/matplotlib/_tri.so
|
||||
%{python_sitearch}/matplotlib/ft2font.so
|
||||
#%{python_sitearch}/matplotlib/nxutils.so
|
||||
%{python_sitearch}/matplotlib/ttconv.so
|
||||
%dir %{python_sitearch}/matplotlib/axes
|
||||
%{python_sitearch}/matplotlib/axes/*
|
||||
%dir %{python_sitearch}/matplotlib/backends
|
||||
%{python_sitearch}/matplotlib/backends/_backend_agg.so
|
||||
%{python_sitearch}/matplotlib/backends/_backend_gdk.so
|
||||
@ -128,10 +133,12 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
|
||||
%{python_sitearch}/matplotlib/backends/*.py*
|
||||
%dir %{python_sitearch}/matplotlib/backends/Matplotlib.nib
|
||||
%{python_sitearch}/matplotlib/backends/Matplotlib.nib/*.nib
|
||||
%dir %{python_sitearch}/matplotlib/backends/qt4_editor
|
||||
%{python_sitearch}/matplotlib/backends/qt4_editor/*.py*
|
||||
#%dir %{python_sitearch}/matplotlib/backends/qt4_editor
|
||||
#%{python_sitearch}/matplotlib/backends/qt4_editor/*.py*
|
||||
%dir %{python_sitearch}/matplotlib/backends/web_backend
|
||||
%{python_sitearch}/matplotlib/backends/web_backend/*
|
||||
%dir %{python_sitearch}/matplotlib/backends/qt_editor
|
||||
%{python_sitearch}/matplotlib/backends/qt_editor/*
|
||||
%dir %{python_sitearch}/matplotlib/compat
|
||||
%{python_sitearch}/matplotlib/compat/*
|
||||
%{python_sitearch}/matplotlib/delaunay
|
||||
@ -139,6 +146,7 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
|
||||
#%{python_sitearch}/matplotlib/numerix
|
||||
%{python_sitearch}/matplotlib/projections
|
||||
%{python_sitearch}/matplotlib/sphinxext
|
||||
%{python_sitearch}/matplotlib/style
|
||||
%{python_sitearch}/matplotlib/testing
|
||||
%{python_sitearch}/matplotlib/tests
|
||||
%{python_sitearch}/matplotlib/tri
|
||||
@ -151,9 +159,13 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts
|
||||
%{python_sitearch}/mpl_toolkits/axes_grid1
|
||||
%{python_sitearch}/mpl_toolkits/axisartist
|
||||
%{python_sitearch}/mpl_toolkits/mplot3d
|
||||
%{python_sitearch}/mpl_toolkits/tests
|
||||
%doc LICENSE/LICENSE LICENSE/LICENSE_enthought.txt
|
||||
|
||||
%changelog
|
||||
* Thu Sep 18 2014 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
||||
- update to 1.3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user