From a8415643858462e526768a8832d1d77608cec343 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Tue, 1 Dec 2020 14:50:05 +0800 Subject: [PATCH] add doxygen-help to provides and obsoletes --- doxygen.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doxygen.spec b/doxygen.spec index 0edfcdf..e512ca0 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -3,7 +3,7 @@ Name: doxygen Epoch: 1 Version: 1.8.17 -Release: 1 +Release: 2 Summary: A documentation system for C/C++ License: GPL+ Url: http://www.doxygen.nl @@ -18,6 +18,8 @@ BuildRequires: desktop-file-utils graphviz flex bison cmake git BuildRequires: xapian-core-devel zlib-devel %endif Requires: perl-interpreter graphviz +Provides: doxygen-help +Obsoletes: doxygen-help %description Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming @@ -92,6 +94,9 @@ make tests -C %{BuildDir} %{_datadir}/icons/hicolor/*/apps/doxywizard.png %changelog +* Tue Dec 01 2020 shixuantong - 1.8.17-2 +- add doxygen-help to provides and obsoletes + * Mon Aug 03 2020 pengyeqing - 1.8.17-1 - Update to 1.8.17 -- Gitee