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
export PYTHON=%{__python3}
%configure
%configure --disable-silent-rules
make %{?_smp_mflags}
%install
%make_install
%check
# For reasons unknown first make check fails with texlive debug spew in log
# files. Just run it twice to work this around.
make check || make check
if ! make check; then
cat tests/test-suite.log
exit 1
fi
%files
%license COPYING COPYING-DOCS