From 1a953c30e7385c196223e10b30029d08c77d3615 Mon Sep 17 00:00:00 2001 From: zou_lin77 <422351577@qq.com> Date: Tue, 28 Dec 2021 16:56:53 +0800 Subject: [PATCH] Removeing the graphviz dependency --- doxygen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doxygen.spec b/doxygen.spec index d4f1698..71b7881 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -3,7 +3,7 @@ Name: doxygen Epoch: 1 Version: 1.9.2 -Release: 1 +Release: 2 Summary: A documentation system for C/C++ License: GPL+ Url: http://www.doxygen.nl @@ -20,7 +20,7 @@ BuildRequires: desktop-file-utils graphviz flex bison cmake git %if %{xapian_core_support} == "ON" BuildRequires: xapian-core-devel zlib-devel %endif -Requires: perl-interpreter graphviz +Requires: perl-interpreter %description Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming @@ -95,6 +95,9 @@ make tests -C %{BuildDir} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Tue Dec 28 2021 zoulin - 1.9.2-2 +- Removeing the "graphviz" dependency + * Wed Dec 1 2021 zoulin - 1.9.2-1 - update version to 1.9.2 -- Gitee