Fix gtk-doc autoreconf issue

epel9
Leigh Scott 4 years ago
parent fccfb3f8eb
commit 6c151ecc3a

@ -28,7 +28,7 @@ BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gettext BuildRequires: gettext
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: gnome-common BuildRequires: gtk-doc
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libxslt BuildRequires: libxslt
@ -142,6 +142,7 @@ that use %{name}.
pushd %{name}-%{version} pushd %{name}-%{version}
%patch0 -p1 %patch0 -p1
autoreconf -fiv
popd popd
cp -a %{name}-%{version}/{README,COPYING,COPYING.2.1,COPYING-GPL3,AUTHORS,ChangeLog} . cp -a %{name}-%{version}/{README,COPYING,COPYING.2.1,COPYING-GPL3,AUTHORS,ChangeLog} .
@ -150,7 +151,6 @@ cp -a %{name}-%{version} %{name}-gtk3-%{version}
%build %build
build(){ build(){
autoreconf -vif
%configure --disable-static --disable-dumper --enable-introspection $* %configure --disable-static --disable-dumper --enable-introspection $*
%make_build %make_build
} }

Loading…
Cancel
Save