From b8b04f27796e3d23276cebc0ab1b8e8e2d184eb8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:34:09 +0100 Subject: [PATCH] rebuilt with python36 [release 1.30-3mamba;Sun Jun 02 2019] --- gtk-doc.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 9b3fc54..3967250 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,6 +1,6 @@ Name: gtk-doc Version: 1.30 -Release: 2mamba +Release: 3mamba Summary: API documentation generation tool for GTK+ and GNOME Group: Graphical Desktop/Applications/Development Vendor: openmamba @@ -28,6 +28,7 @@ BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-devel >= 5.24 Requires: perl >= 5.24 +Requires: python-pygments-py36 Provides: perl(gtkdoc-common.pl) Requires: docbook-utils BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -41,10 +42,14 @@ It is used for generating the documentation for GTK+, GLib and GNOME. #%patch0 -p1 %patch1 -p1 +sed -i "s|env python3|env python36|" gtkdoc/*.py + %build %configure \ --enable-public-id \ - --disable-scrollkeeper + --disable-scrollkeeper \ + PYTHON=%{__python36} + %make pkgconfigdir=%{_libdir}/pkgconfig %install @@ -76,6 +81,9 @@ It is used for generating the documentation for GTK+, GLib and GNOME. #ChangeLog NEWS README TODO %changelog +* Sun Jun 02 2019 Silvan Calarco 1.30-3mamba +- rebuilt with python36 + * Sun Jun 02 2019 Silvan Calarco 1.30-2mamba - added patch to fix permssions of style.css breaking make install of packages