forked from pool/openscap
This commit is contained in:
parent
2593aea15d
commit
d9711fcd1b
@ -147,12 +147,12 @@ commonly used and require additional dependencies.
|
|||||||
%if 0%{?with_bindings}
|
%if 0%{?with_bindings}
|
||||||
%configure --disable-silent-rules
|
%configure --disable-silent-rules
|
||||||
%else
|
%else
|
||||||
%configure --disable-silent-rules --disable-bindings --disable-python
|
%configure --disable-silent-rules --disable-bindings --disable-python --disable-python3
|
||||||
%endif
|
%endif
|
||||||
%__make %{?_smp_mflags}
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# #%__make check %{?_smp_mflags} ||:
|
%__make check %{?_smp_mflags} ||:
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__make install DESTDIR=%{buildroot}
|
%__make install DESTDIR=%{buildroot}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user