From bcbc71d24b854508343464a9b7d38093af98228a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 16 Jul 2026 10:42:29 +0200 Subject: [PATCH] rebuilt with python 3 3.14 [release 0.20.10-5mamba;Tue Jul 14 2026] --- gnome-doc-utils.spec | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 2b70df5..09596d5 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,27 +2,25 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: gnome-doc-utils Version: 0.20.10 -Release: 4mamba +Release: 5mamba Summary: A collection of documentation utilities for the Gnome project Group: System/Tools Vendor: openmamba Distribution: openmamba -Packager: Silvan Calarco +Packager: Silvan Calarco URL: https://www.gnome.org -Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/%{majver}/gnome-doc-utils-%{version}.tar.xz +Source: https://download.gnome.org/sources/gnome-doc-utils/%{majver}/gnome-doc-utils-%{version}.tar.xz Patch0: gnome-doc-utils-0.20.10-python3.patch License: GPL +BuildArch: noarch ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython311-devel +BuildRequires: libpython314-devel ## AUTOBUILDREQ-END -BuildRequires: python3 >= 3.11 BuildRequires: gettext-devel -BuildRequires: perl -BuildRequires: perl-XML-Parser -BuildRequires: pkgconfig -BuildRequires: libpython3-devel BuildRequires: libxslt-devel -BuildRequires: python-libxml2-py3 +BuildRequires: perl-XML-Parser +BuildRequires: python3 >= 3.14.6-2mamba +BuildRequires: python-libxml2 %description Gnome-doc-utils is a collection of documentation utilities for the Gnome project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp. Starting with Gnome 2.8, Yelp will require gnome-doc-utils for the XSLT. @@ -51,9 +49,6 @@ export PYTHON=%{__python3} [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall -#%find_lang gnome-doc-make --with-gnome -#%find_lang gnome-doc-xslt --with-gnome -#cat gnome-doc-xslt.lang gnome-doc-make.lang >> %{name}.lang %find_lang %{name} %clean @@ -67,8 +62,6 @@ export PYTHON=%{__python3} %{_datadir}/gnome/help/gnome-doc-make/ %{_datadir}/gnome/help/gnome-doc-xslt/ %{_datadir}/gnome-doc-utils/* -#%{_datadir}/omf/gnome-doc-make/* -#%{_datadir}/omf/gnome-doc-xslt/* %dir %{_datadir}/xml/gnome %dir %{_datadir}/xml/gnome/xslt %dir %{_datadir}/xml/gnome/xslt/common @@ -89,8 +82,6 @@ export PYTHON=%{__python3} %{_datadir}/xml/mallard/1.0/mallard.rng %dir %{python3_sitelib}/xml2po %{python3_sitelib}/xml2po/* -#%{_datadir}/xml/gnome/xslt/xsldoc/* -#%{_datadir}/xml2po/* %{_mandir}/man1/xml2po.* %doc AUTHORS COPYING @@ -101,6 +92,9 @@ export PYTHON=%{__python3} %doc ChangeLog NEWS README %changelog +* Tue Jul 14 2026 Automatic Build System 0.20.10-5mamba +- rebuilt with python 3 3.14 + * Mon Oct 16 2023 Silvan Calarco 0.20.10-4mamba - rebuilt with python3 >= 3.11