rebuilt with python36 [release 1.30-3mamba;Sun Jun 02 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 23:34:09 +01:00
parent e5d3c50a26
commit b8b04f2779

View File

@ -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 <silvan.calarco@mambasoft.it> 1.30-3mamba
- rebuilt with python36
* Sun Jun 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.30-2mamba
- added patch to fix permssions of style.css breaking make install of packages