Remove 'lenna' images

This commit is contained in:
Bruno Postle 2017-12-11 14:13:38 +00:00
parent 46c0b394e3
commit 010a672e7d

View File

@ -2,7 +2,7 @@
Summary: Generic Programming for Computer Vision Summary: Generic Programming for Computer Vision
Name: vigra Name: vigra
Version: 1.11.1 Version: 1.11.1
Release: 1%{?dist} Release: 2%{?dist}
License: MIT License: MIT
Group: Development/Libraries Group: Development/Libraries
# The "Lenna" files are non-free, we need to remove them from the source tarball. # The "Lenna" files are non-free, we need to remove them from the source tarball.
@ -72,6 +72,8 @@ The python2-vigra package provides python bindings for vigra
make VERBOSE=1 %{?_smp_mflags} make VERBOSE=1 %{?_smp_mflags}
# cleanup # cleanup
rm -f doc/vigranumpy/.buildinfo rm -f doc/vigranumpy/.buildinfo
rm -f doc/vigra/lenna*
rm -f doc/vigranumpy/vigra/lenna*
find ./doc/ -type f | xargs chmod -x find ./doc/ -type f | xargs chmod -x
%install %install
@ -112,6 +114,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Mon Dec 11 2017 Bruno Postle <bruno@postle.net> - 1.11.1-2
- Remove 'lenna' images
* Sun Dec 10 2017 Bruno Postle <bruno@postle.net> - 1.11.1-1 * Sun Dec 10 2017 Bruno Postle <bruno@postle.net> - 1.11.1-1
- Upstream stable release - Upstream stable release