From: Jan Rękorajski Date: Thu, 19 May 2022 11:19:15 +0000 (+0200) Subject: - build with mbedtls2 until bctoolbx is updated to avoid symbol clash, rel 2 X-Git-Tag: auto/th/librist-0.2.6-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=1ca2ccec9542d36c6e443b99bcd71484dfcfdfca;p=packages%2Flibrist.git - build with mbedtls2 until bctoolbx is updated to avoid symbol clash, rel 2 --- diff --git a/librist.spec b/librist.spec index ed69760..c10dc25 100644 --- a/librist.spec +++ b/librist.spec @@ -2,7 +2,7 @@ Summary: Reliable Internet Stream Transport (RIST) Summary(pl.UTF-8): Reliable Internet Stream Transport (RIST) - niezawodny internetowy protokół strumieniowy Name: librist Version: 0.2.6 -Release: 1 +Release: 2 License: BSD Group: Libraries #Source0Download: https://code.videolan.org/rist/librist/-/tags @@ -14,7 +14,9 @@ BuildRequires: meson >= 0.51.0 BuildRequires: ninja >= 1.5 # disabled in sources (as of 0.2.6) #BuildRequires: lz4-devel -BuildRequires: mbedtls-devel +# not using mbedtls 3 to avoid symbol clash +# librist (mbedtls3) -> ffmbeg -> mediastreamer + bctoolbox (mbedtls2) +BuildRequires: mbedtls2-devel BuildRequires: rpmbuild(macros) >= 1.736 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -33,7 +35,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: cjson-devel #Requires: lz4-devel -Requires: mbedtls-devel +Requires: mbedtls2-devel %description devel Header files for RIST library.