Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2016-03-24 23:04:16 +03:00
parent 07f0adc4db
commit b6c7bd6af4

View File

@ -2,16 +2,11 @@
%{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}}
%global __minimal 0
%ifarch %{arm}
# For some reason, fop hangs on arm, so for now don't generate docs by
# default
%bcond_with doc
%else
%if 0%{__minimal}
%bcond_with doc
%else
%bcond_without doc
%endif