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
|
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user