From c7f6d3010b09ff2c019fe1544f520ca5326fd645 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 20 Oct 2023 16:05:45 +0530 Subject: [PATCH] Add package 'belr' as a build dependency --- linphone.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linphone.spec b/linphone.spec index 846d8cd..a9a0b0f 100644 --- a/linphone.spec +++ b/linphone.spec @@ -4,7 +4,7 @@ Name: linphone Version: %{major_ver}.%{minor_ver}.%{patch_ver} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Phone anywhere in the whole world by using the Internet License: GPLv2+ @@ -62,6 +62,7 @@ BuildRequires: libtool BuildRequires: ortp-devel >= 1:0.22.0 BuildRequires: make BuildRequires: belle-sip +BuildRequires: belr Requires: ortp%{?_isa} >= 1:0.22.0 %description @@ -217,6 +218,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer %{_libdir}/pkgconfig/mediastreamer.pc %changelog +* Fri Oct 20 2023 Pratham Patel - 3.10.2-5 +- Add package 'belr' as a build dependency + * Fri Oct 20 2023 Pratham Patel - 3.10.2-4 - Add package 'belle-sip' as a build dependency