Build without documentation in RHEL.

Signed-off-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Carlos O'Donell 2021-02-25 22:54:35 -05:00
parent c6735084c3
commit e6ea29d9d3

View File

@ -1,4 +1,10 @@
%if 0%{?rhel} > 0
# On RHEL we default to building WITHOUT documentation.
%bcond_with documentation
%else
# Default to building WITH documentation.
%bcond_without documentation
%endif
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm