Remove 'lenna' images

This commit is contained in:
Bruno Postle 2017-12-11 14:13:38 +00:00
parent 46c0b394e3
commit 010a672e7d
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Summary: Generic Programming for Computer Vision
Name: vigra
Version: 1.11.1
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Group: Development/Libraries
# 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}
# cleanup
rm -f doc/vigranumpy/.buildinfo
rm -f doc/vigra/lenna*
rm -f doc/vigranumpy/vigra/lenna*
find ./doc/ -type f | xargs chmod -x
%install
@ -112,6 +114,9 @@ rm -rf %{buildroot}
%endif
%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
- Upstream stable release