diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 4cb03b4..3f1ec65 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,5 +1,5 @@ Name: python-matplotlib -Version: 1.4.0 +Version: 1.4.2 Release: 1mamba Summary: Python plotting library Group: System/Libraries/Python @@ -110,16 +110,19 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts #%{python_sitearch}/matplotlib-%{version}-py%{python_version}.egg-info %{python_sitearch}/*.py* # FIXME -%{python_sitearch}/freetype2.so +#%{python_sitearch}/freetype2.so %dir %{python_sitearch}/matplotlib %{python_sitearch}/matplotlib/*.py* %{python_sitearch}/matplotlib/_cntr.so %{python_sitearch}/matplotlib/_delaunay.so %{python_sitearch}/matplotlib/_image.so +%{python_sitearch}/matplotlib/_qhull.so %{python_sitearch}/matplotlib/_path.so %{python_sitearch}/matplotlib/_png.so %{python_sitearch}/matplotlib/_qhull.so %{python_sitearch}/matplotlib/_tri.so +%dir %{python_sitearch}/matplotlib/axes +%{python_sitearch}/matplotlib/axes/* %{python_sitearch}/matplotlib/ft2font.so #%{python_sitearch}/matplotlib/nxutils.so %{python_sitearch}/matplotlib/ttconv.so @@ -132,6 +135,8 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts %{python_sitearch}/matplotlib/backends/_tkagg.so %{python_sitearch}/matplotlib/backends/*.py* %dir %{python_sitearch}/matplotlib/backends/Matplotlib.nib +%dir %{python_sitearch}/matplotlib/backends/qt_editor +%{python_sitearch}/matplotlib/backends/qt_editor/* %{python_sitearch}/matplotlib/backends/Matplotlib.nib/*.nib #%dir %{python_sitearch}/matplotlib/backends/qt4_editor #%{python_sitearch}/matplotlib/backends/qt4_editor/*.py* @@ -139,6 +144,7 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts %{python_sitearch}/matplotlib/backends/web_backend/* %dir %{python_sitearch}/matplotlib/backends/qt_editor %{python_sitearch}/matplotlib/backends/qt_editor/* +%{python_sitearch}/matplotlib/style %dir %{python_sitearch}/matplotlib/compat %{python_sitearch}/matplotlib/compat/* %{python_sitearch}/matplotlib/delaunay @@ -151,6 +157,7 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts %{python_sitearch}/matplotlib/tests %{python_sitearch}/matplotlib/tri %{python_sitearch}/matplotlib-*-nspkg.pth +%{python_sitearch}/mpl_toolkits/tests %dir %{python_sitearch}/matplotlib-*.egg-info %{python_sitearch}/matplotlib-*.egg-info/* %dir %{python_sitearch}/mpl_toolkits @@ -163,6 +170,9 @@ rm -rf %{buildroot}%{python_sitearch}/matplotlib/mpl-data/fonts %doc LICENSE/LICENSE LICENSE/LICENSE_enthought.txt %changelog +* Sun Oct 26 2014 Automatic Build System 1.4.2-1mamba +- automatic version update by autodist + * Thu Sep 18 2014 Automatic Build System 1.4.0-1mamba - automatic version update by autodist