A handful of verbosity tweaks
This commit is contained in:
parent
cfe62de274
commit
b807471cc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user