diff --git a/vigra.spec b/vigra.spec index 6ea7ed8..05e38ed 100644 --- a/vigra.spec +++ b/vigra.spec @@ -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 - 1.11.1-2 +- Remove 'lenna' images + * Sun Dec 10 2017 Bruno Postle - 1.11.1-1 - Upstream stable release