From 46c29bfaf03cc27b90621890766b2b09067f834f422ddc01c844539a61123811 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 21 Mar 2017 16:49:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=177 --- openscap.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openscap.spec b/openscap.spec index 1891111..20d5da3 100644 --- a/openscap.spec +++ b/openscap.spec @@ -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,6 +175,9 @@ bash ./autogen.sh %configure --disable-silent-rules --enable-sce --enable-cce --disable-bindings --disable-python --disable-python3 %endif %__make %{?_smp_mflags} +cd doc +doxygen +cd .. %check %__make check %{?_smp_mflags} ||: