From 5c4e97f8e33a8f8f9a6ce9323428fbc0f9c94e00 Mon Sep 17 00:00:00 2001 From: gu-gu-gu Date: Wed, 15 Jan 2020 14:48:01 +0800 Subject: [PATCH] solve unresolveable --- gtk-doc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index ccdc2e4..828a462 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -3,13 +3,13 @@ Name: gtk-doc Version: 1.29 -Release: 2 +Release: 3 Summary: Generate API documentation from comments that can be added to C code License: GPLv2+ and GFDL URL: https://www.gtk.org/gtk-doc/ Source0: https://download.gnome.org/sources/gtk-doc/1.29/%{name}-%{version}.tar.xz -BuildRequires: python3-six python3-devel docbook-utils libxslt dblatex gettext source-highlight +BuildRequires: python3-six python3-devel docbook-utils libxslt gettext source-highlight BuildRequires: itstool yelp-tools docbook-style-xsl gcc Requires: python3-six source-highlight docbook-style-xsl libxslt docbook-utils @@ -45,6 +45,9 @@ make check %{_libdir}/cmake/ %changelog +* Wed Jan 15 2020 gulining - 1.29-3 +- solve unresolveable + * Tue Dec 4 2019 openEuler Buildteam - 1.29-2 - strenthen spec -- Gitee