rebuilt with python3 >= 3.11 [release 0.20.10-4mamba;Mon Oct 16 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:12:11 +01:00
parent c88fa77af3
commit b2f721c8a0

View File

@ -2,19 +2,20 @@
%define majver %(echo %version | cut -d. -f 1-2)
Name: gnome-doc-utils
Version: 0.20.10
Release: 3mamba
Release: 4mamba
Summary: A collection of documentation utilities for the Gnome project
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: ftp://ftp.gnome.org
URL: https://www.gnome.org
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-doc-utils/%{majver}/gnome-doc-utils-%{version}.tar.xz
Patch0: gnome-doc-utils-0.20.10-python3.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: python3
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3 >= 3.11
BuildRequires: gettext-devel
BuildRequires: perl
BuildRequires: perl-XML-Parser
@ -22,7 +23,6 @@ BuildRequires: pkgconfig
BuildRequires: libpython3-devel
BuildRequires: libxslt-devel
BuildRequires: python-libxml2-py3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
@ -39,7 +39,7 @@ This package contains static libraries and header files needed for development.
%prep
%setup -q
%patch0 -p1
%patch 0 -p1
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build
@ -101,6 +101,9 @@ export PYTHON=%{__python3}
%doc ChangeLog NEWS README
%changelog
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.10-4mamba
- rebuilt with python3 >= 3.11
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.10-3mamba
- rebuilt with python3