rebuilt with python 3 3.14 [release 0.20.10-5mamba;Tue Jul 14 2026]

This commit is contained in:
2026-07-16 10:42:29 +02:00
parent b2f721c8a0
commit bcbc71d24b
+11 -17
View File
@@ -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 <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
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 <autodist@openmamba.org> 0.20.10-5mamba
- rebuilt with python 3 3.14
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.10-4mamba
- rebuilt with python3 >= 3.11