add BR for gtk-doc to fix build failure in Fedora Rawhide
[...] + autoreconf -fiv autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS} configure.ac:113: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:113: You should run autoupdate. ./lib/autoconf/general.m4:2846: AC_TRY_COMPILE is expanded from... m4/as-compiler-flag.m4:13: AS_COMPILER_FLAG is expanded from... configure.ac:113: the top level configure.ac:366: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:366: You should run autoupdate. ./lib/autoconf/general.m4:203: AC_HELP_STRING is expanded from... configure.ac:366: the top level configure.ac:113: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:113: You should run autoupdate. ./lib/autoconf/general.m4:2846: AC_TRY_COMPILE is expanded from... m4/as-compiler-flag.m4:13: AS_COMPILER_FLAG is expanded from... configure.ac:113: the top level configure.ac:366: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:366: You should run autoupdate. ./lib/autoconf/general.m4:203: AC_HELP_STRING is expanded from... configure.ac:366: the top level autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: configure.ac: not using Intltool autoreconf: running: gtkdocize --copy Can't exec "gtkdocize": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 293. autoreconf: error: gtkdocize failed with exit status: 2 RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.2ec84D (%prep)
This commit is contained in:
parent
533ebb609c
commit
8e9cbe4e9f
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libnice
|
||||
Version: 0.1.17
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: GLib ICE implementation
|
||||
|
||||
License: LGPLv2 and MPLv1.1
|
||||
@ -24,6 +24,7 @@ BuildRequires: gstreamer-plugins-base-devel
|
||||
%endif
|
||||
BuildRequires: gstreamer1-devel >= 0.11.91
|
||||
BuildRequires: gstreamer1-plugins-base-devel >= 0.11.91
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gupnp-igd-devel >= 0.1.2
|
||||
|
||||
|
||||
@ -141,6 +142,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 09 2020 Kamil Dudka <kdudka@redhat.com> - 0.1.17-4
|
||||
- add BR for gtk-doc to fix build failure in Fedora Rawhide
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user