From 8e9cbe4e9f7184fa0b037506211101bc3410ec07 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Dec 09 2020 10:22:12 +0000 Subject: 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) --- diff --git a/libnice.spec b/libnice.spec index 5cbe661..b1390af 100644 --- a/libnice.spec +++ b/libnice.spec @@ -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 - 0.1.17-4 +- add BR for gtk-doc to fix build failure in Fedora Rawhide + * Tue Jul 28 2020 Fedora Release Engineering - 0.1.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild