Disable doc rebuild on arm

This commit is contained in:
pcpa 2015-12-23 22:56:31 -02:00
parent 3aa9b0c734
commit 8de2d6bd9a

View file

@ -3,7 +3,11 @@
%bcond_without bundled_pari
# for faster full rpm test builds
%ifarch %{ix86} x86_64
%bcond_without docs
%else
%bcond_with docs
%endif
# not functional due to missing jar dependencies
%bcond_with sage3d