regenerate tarball to exclude lena image (#1295174)
This commit is contained in:
parent
a0ff1b7b0d
commit
69fbdf849b
@ -13,7 +13,8 @@ test -f $file || wget -v http://downloads.sourceforge.net/matplotlib/$file
|
||||
rm -rf matplotlib-${version}
|
||||
tar xzf $file
|
||||
|
||||
rm -r matplotlib-${version}/extern/{agg24,CXX,qhull}
|
||||
rm -vr matplotlib-${version}/extern/{agg24,CXX,qhull}
|
||||
rm -vr matplotlib-${version}/lib/matplotlib/mpl-data/sample_data/lena.*
|
||||
|
||||
rm -f $result
|
||||
tar cJf $result $dir
|
||||
|
@ -46,7 +46,7 @@
|
||||
|
||||
Name: python-matplotlib
|
||||
Version: 1.4.3
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Python 2D plotting library
|
||||
Group: Development/Libraries
|
||||
# qt4_editor backend is MIT
|
||||
@ -553,6 +553,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 07 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-9
|
||||
- regenerate tarball to exclude lena image (#1295174)
|
||||
|
||||
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-8
|
||||
- Pick upstream patch for fixing the gdk backend #1231748
|
||||
- Add python2 subpackages and use python_provide
|
||||
|
Loading…
Reference in New Issue
Block a user