From 65fb57240ce1b5c4b91a0c434808e582056d191d Mon Sep 17 00:00:00 2001 From: Liu Zixian Date: Sat, 19 Feb 2022 11:11:47 +0800 Subject: [PATCH] remove useless BuildRequires --- gtk-doc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 6425c22..92eb82e 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -3,7 +3,7 @@ Name: gtk-doc Version: 1.33.2 -Release: 5 +Release: 6 Summary: Generate API documentation from comments that can be added to C code License: Verbatim and GPLv2+ URL: https://www.gtk.org/gtk-doc/ @@ -12,7 +12,7 @@ Patch0: fix-fixxref-not-found-file.patch 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: docbook-utils libxslt gettext BuildRequires: itstool yelp-tools docbook-style-xsl gcc BuildRequires: meson glib2-devel BuildRequires: python3-pygments @@ -56,6 +56,9 @@ export PYTHON=%{__python3} %{_datadir}/help/*/%{name}-manual/ %changelog +* Sat Feb 19 2022 Liu Zixian - 1.33.2-6 +- Remove useless BuildRequires python3-devel + * Fri Oct 15 2021 sunguoshuai - 1.33.2-5 - Del buildrequire dblatex by replace macro @DBLATEX@ with dblatex path -- Gitee