!14 Del useless buildrequire gdb

From: @si-gui
Reviewed-by: @small_leek,@orange-snn
Signed-off-by: @small_leek,@orange-snn
This commit is contained in:
openeuler-ci-bot 2021-07-28 01:47:56 +00:00 committed by Gitee
commit 2b8f5e4ec3

View File

@ -3,7 +3,7 @@
Name: gtk-doc
Version: 1.33.2
Release: 3
Release: 4
Summary: Generate API documentation from comments that can be added to C code
License: GPLv2+ and GFDL
URL: https://www.gtk.org/gtk-doc/
@ -13,7 +13,7 @@ Patch1: fix-mkdb-not-found-file.patch
Patch2: fix-gtkdoc-rebase-NoneType-object-has-no-attribute-group.patch
BuildRequires: python3-devel docbook-utils libxslt gettext
BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb
BuildRequires: itstool yelp-tools docbook-style-xsl gcc
BuildRequires: dblatex meson glib2-devel
BuildRequires: python3-pygments
BuildRequires: python3-parameterized
@ -55,6 +55,9 @@ export PYTHON=%{__python3}
%{_datadir}/help/*/%{name}-manual/
%changelog
* Thu 22 Jul 2021 sunguoshuai <sunguoshuai@huawei.com> - 1.33.2-4
- Del useless buildrequire gdb
* Non Jul 26 2021 Ge Wang <wangge20@huawei.com> - 1.33.2-3
- fix gtkdoc-rebase NoneType object has no attribute 'group'