A handful of verbosity tweaks

This commit is contained in:
Lubomir Rintel 2019-11-11 21:09:05 +01:00
parent cfe62de274
commit b807471cc0

View File

@ -45,16 +45,17 @@ mv doc/README doc/README.docs
%build %build
export PYTHON=%{__python3} export PYTHON=%{__python3}
%configure %configure --disable-silent-rules
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%make_install %make_install
%check %check
# For reasons unknown first make check fails with texlive debug spew in log if ! make check; then
# files. Just run it twice to work this around. cat tests/test-suite.log
make check || make check exit 1
fi
%files %files
%license COPYING COPYING-DOCS %license COPYING COPYING-DOCS