Built with libsndfile

This commit is contained in:
Jaroslav Škarvada 2021-02-17 19:15:35 +01:00
parent f9d06f9211
commit 16f2f1a255
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,7 @@
Name: gnuradio
Version: 3.9.0.0
Release: 4%{?alphatag:.%{alphatag}}%{?dist}
Release: 5%{?alphatag:.%{alphatag}}%{?dist}
Summary: Software defined radio framework
License: GPLv3
@ -82,6 +82,7 @@ BuildRequires: zeromq-devel
BuildRequires: python3-gobject
BuildRequires: pybind11-devel
BuildRequires: volk-devel
BuildRequires: libsndfile-devel
Requires: python3-%{name} = %{version}-%{release}
Requires: python3-numpy
@ -192,6 +193,9 @@ rm -r %{buildroot}%{_datadir}/%{name}/grc/freedesktop
%{_datadir}/gnuradio/examples
%changelog
* Wed Feb 17 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 3.9.0.0-5
- Built with libsndfile
* Wed Feb 3 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 3.9.0.0-4
- Fixed FTBFS
Resolves: rhbz#1919794