Run autogen.sh
The 3.23.91 tarball is missing the dist'ed bits.
This commit is contained in:
parent
f0fc6d8084
commit
fd2dee033e
@ -30,7 +30,11 @@ BuildRequires: /usr/bin/appstream-util
|
|||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libtool
|
# For autogen.sh
|
||||||
|
BuildRequires: autoconf automake libtool
|
||||||
|
BuildRequires: autoconf-archive
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
Requires: glib2%{_isa} >= %{glib2_version}
|
Requires: glib2%{_isa} >= %{glib2_version}
|
||||||
Requires: gsettings-desktop-schemas%{_isa} >= %{gsettings_desktop_schemas_version}
|
Requires: gsettings-desktop-schemas%{_isa} >= %{gsettings_desktop_schemas_version}
|
||||||
@ -72,7 +76,8 @@ for developing nautilus extensions.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
%configure --enable-gtk-doc
|
||||||
|
|
||||||
# drop unneeded direct library deps with --as-needed
|
# drop unneeded direct library deps with --as-needed
|
||||||
# libtool doesn't make this easy, so we do it the hard way
|
# libtool doesn't make this easy, so we do it the hard way
|
||||||
|
Loading…
Reference in New Issue
Block a user