Fix build (#1863653)
This commit is contained in:
parent
899144527f
commit
5fe5a41555
@ -1,7 +1,3 @@
|
|||||||
# This package depends on automagic byte compilation
|
|
||||||
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
|
|
||||||
%global _python_bytecompile_extra 1
|
|
||||||
|
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
@ -13,7 +9,7 @@ Summary: API documentation generation tool for GTK+ and GNOME
|
|||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: http://www.gtk.org/gtk-doc
|
URL: http://www.gtk.org/gtk-doc
|
||||||
Source0: http://download.gnome.org/sources/gtk-doc/1.32/gtk-doc-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.32/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# Partially revert a gtk-doc 1.31 change that broke e-d-s and NM builds
|
# Partially revert a gtk-doc 1.31 change that broke e-d-s and NM builds
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1775560
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1775560
|
||||||
@ -55,7 +51,7 @@ mv doc/README doc/README.docs
|
|||||||
%build
|
%build
|
||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
%configure --disable-silent-rules
|
%configure --disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user