SHA256
1
0
forked from pool/openscap
Marcus Meissner 2017-04-07 11:11:21 +00:00 committed by Git OBS Bridge
parent ae7828b162
commit 75f2a2ef28

View File

@ -32,6 +32,7 @@ Source3: scap-yast2sec-xccdf.xml
Source4: scap-yast2sec-oval.xml
Url: http://www.open-scap.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: doxygen
BuildRequires: libacl-devel
BuildRequires: libbz2-devel
BuildRequires: libcurl-devel
@ -174,9 +175,9 @@ bash ./autogen.sh
%configure --disable-silent-rules --enable-sce --enable-cce --disable-bindings --disable-python --disable-python3
%endif
%__make %{?_smp_mflags}
#cd docs
#doxygen
#cd ..
cd doc
doxygen
cd ..
%check
%__make check %{?_smp_mflags} ||: