Removeing the graphviz dependency
This commit is contained in:
parent
567efd2600
commit
1a953c30e7
@ -3,7 +3,7 @@
|
|||||||
Name: doxygen
|
Name: doxygen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.9.2
|
Version: 1.9.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A documentation system for C/C++
|
Summary: A documentation system for C/C++
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: http://www.doxygen.nl
|
Url: http://www.doxygen.nl
|
||||||
@ -20,7 +20,7 @@ BuildRequires: desktop-file-utils graphviz flex bison cmake git
|
|||||||
%if %{xapian_core_support} == "ON"
|
%if %{xapian_core_support} == "ON"
|
||||||
BuildRequires: xapian-core-devel zlib-devel
|
BuildRequires: xapian-core-devel zlib-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: perl-interpreter graphviz
|
Requires: perl-interpreter
|
||||||
%description
|
%description
|
||||||
Doxygen is the de facto standard tool for generating documentation from
|
Doxygen is the de facto standard tool for generating documentation from
|
||||||
annotated C++ sources, but it also supports other popular programming
|
annotated C++ sources, but it also supports other popular programming
|
||||||
@ -95,6 +95,9 @@ make tests -C %{BuildDir}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
%{_datadir}/icons/hicolor/*/apps/doxywizard.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 28 2021 zoulin<zoulin13@huawei.com> - 1.9.2-2
|
||||||
|
- Removeing the "graphviz" dependency
|
||||||
|
|
||||||
* Wed Dec 1 2021 zoulin<zoulin13@huawei.com> - 1.9.2-1
|
* Wed Dec 1 2021 zoulin<zoulin13@huawei.com> - 1.9.2-1
|
||||||
- update version to 1.9.2
|
- update version to 1.9.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user