From 2b6bc9b9661c674f07bf24b2dcf06e2da068a4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 3 Jul 2019 13:20:11 +0200 Subject: [PATCH] Fix build of docs --- jsoncpp.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsoncpp.spec b/jsoncpp.spec index ba2e4af..f279cbe 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -70,7 +70,9 @@ popd %if %{with jsoncpp_enables_doc} # Build the doc +cp -p %{_target_platform}/version . %{__python3} doxybuild.py --with-dot --doxygen %{_bindir}/doxygen +rm -f version %endif