From 419daa5b876823d91c698bcefb92f002b1a18c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 2 Jul 2017 11:53:43 +0200 Subject: [PATCH] Fix warnings from Doxygen --- jsoncpp.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jsoncpp.spec b/jsoncpp.spec index 3358885..2cb9d4b 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -2,7 +2,7 @@ Name: jsoncpp Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: JSON library implemented in C++ License: Public Domain or MIT @@ -40,6 +40,8 @@ This package contains the documentation for %{name}. %prep %autosetup -p 1 +doxygen -s -u doc/doxyfile.in +sed -i -e 's!^DOT_FONTNAME.*=.*!DOT_FONTNAME =!g' doc/doxyfile.in %build @@ -102,6 +104,9 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name} %changelog +* Sun Jul 02 2017 Björn Esser - 1.8.1-3 +- Fix warnings from Doxygen + * Sun Jul 02 2017 Björn Esser - 1.8.1-2 - Use Python3 during build