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}} %{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}}
%global __minimal 0
%ifarch %{arm} %ifarch %{arm}
# For some reason, fop hangs on arm, so for now don't generate docs by # For some reason, fop hangs on arm, so for now don't generate docs by
# default # default
%bcond_with doc %bcond_with doc
%else %else
%if 0%{__minimal}
%bcond_with doc
%else
%bcond_without doc %bcond_without doc
%endif %endif