From c80cb7adf65f4f0ba98d55aa6dd707466e904238 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 11 Jan 2022 16:43:28 +0800 Subject: [PATCH] fix build error due to GNU version mismatch --- farstream02.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/farstream02.spec b/farstream02.spec index 0cdb478..09097d0 100644 --- a/farstream02.spec +++ b/farstream02.spec @@ -1,6 +1,6 @@ Name: farstream02 Version: 0.2.8 -Release: 5 +Release: 6 Summary: Audio/Video Communications Framework License: LGPLv2+ and GPLv2+ URL: http://www.freedesktop.org/wiki/Software/Farstream @@ -10,6 +10,7 @@ Patch0001: build-Adapt-to-backwards-incompatible-change-in-GNU-Make-4. BuildRequires: libnice-devel >= 0.1.3 gstreamer1-devel >= 1.0.0 python3-devel autoconf BuildRequires: gstreamer1-plugins-base-devel >= 1.0.0 gupnp-igd-devel gobject-introspection-devel +BuildRequires: gtk-doc Requires: gstreamer1-plugins-good >= 1.0.0 gstreamer1-plugins-bad-free >= 1.0.0 libnice-gstreamer1 %description @@ -26,6 +27,7 @@ Development files of farstream. %prep %autosetup -n farstream-%{version} -p1 +sed -i 's/-lgstrtp-@GST_API_VERSION@/-lgstrtp-@GST_API_VERSION@ -lm/g' ./tests/rtp/Makefile.am %build autoreconf --force --install @@ -67,6 +69,9 @@ autoreconf --force --install %{_datadir}/gtk-doc/html/farstream-plugins-0.2/ %changelog +* Tue Jan 11 2022 Ge Wang - 0.2.8-6 +- Fix build fail due to GNU make version mismatch + * Tue Oct 27 2020 jialei - 0.2.8-5 - change python2 to python3