rebuilt with python36 [release 1.30-3mamba;Sun Jun 02 2019]
This commit is contained in:
parent
e5d3c50a26
commit
b8b04f2779
12
gtk-doc.spec
12
gtk-doc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.30
|
Version: 1.30
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: API documentation generation tool for GTK+ and GNOME
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -28,6 +28,7 @@ BuildRequires: perl-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= 5.24
|
BuildRequires: perl-devel >= 5.24
|
||||||
Requires: perl >= 5.24
|
Requires: perl >= 5.24
|
||||||
|
Requires: python-pygments-py36
|
||||||
Provides: perl(gtkdoc-common.pl)
|
Provides: perl(gtkdoc-common.pl)
|
||||||
Requires: docbook-utils
|
Requires: docbook-utils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -41,10 +42,14 @@ It is used for generating the documentation for GTK+, GLib and GNOME.
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
|
sed -i "s|env python3|env python36|" gtkdoc/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-public-id \
|
--enable-public-id \
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper \
|
||||||
|
PYTHON=%{__python36}
|
||||||
|
|
||||||
%make pkgconfigdir=%{_libdir}/pkgconfig
|
%make pkgconfigdir=%{_libdir}/pkgconfig
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -76,6 +81,9 @@ It is used for generating the documentation for GTK+, GLib and GNOME.
|
|||||||
#ChangeLog NEWS README TODO
|
#ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- added patch to fix permssions of style.css breaking make install of packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user