This commit is contained in:
parent
6283b2d0cf
commit
452372d616
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnuradio
|
# spec file for package gnuradio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,14 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define sover 3_8_3
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
# boo#1182440
|
# boo#1182440
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
|
|
||||||
%define sover 3_8_3
|
|
||||||
Name: gnuradio
|
Name: gnuradio
|
||||||
Version: 3.8.3.0
|
Version: 3.8.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -41,13 +40,6 @@ BuildRequires: alsa-devel
|
|||||||
BuildRequires: cmake >= 3.8
|
BuildRequires: cmake >= 3.8
|
||||||
BuildRequires: cppunit-devel
|
BuildRequires: cppunit-devel
|
||||||
BuildRequires: cppzmq-devel
|
BuildRequires: cppzmq-devel
|
||||||
%if %{with docs}
|
|
||||||
BuildRequires: doxygen
|
|
||||||
# TeX is required for formula rendering
|
|
||||||
BuildRequires: texlive-dvips
|
|
||||||
BuildRequires: texlive-latex
|
|
||||||
BuildRequires: tex(newunicodechar.sty)
|
|
||||||
%endif
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: fftw3-threads-devel
|
BuildRequires: fftw3-threads-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -78,6 +70,9 @@ BuildRequires: python3-qt5-devel
|
|||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: qwt6-qt5-devel
|
BuildRequires: qwt6-qt5-devel
|
||||||
BuildRequires: swig >= 3.0.8
|
BuildRequires: swig >= 3.0.8
|
||||||
|
BuildRequires: typelib(Gtk) = 3.0
|
||||||
|
BuildRequires: typelib(PangoCairo) = 1.0
|
||||||
|
BuildRequires: typelib(cairo) = 1.0
|
||||||
BuildRequires: uhd-devel
|
BuildRequires: uhd-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(codec2)
|
BuildRequires: pkgconfig(codec2)
|
||||||
@ -85,16 +80,20 @@ BuildRequires: pkgconfig(libusb-1.0)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(py3cairo)
|
BuildRequires: pkgconfig(py3cairo)
|
||||||
BuildRequires: pkgconfig(volk) >= 2.0
|
BuildRequires: pkgconfig(volk) >= 2.0
|
||||||
BuildRequires: typelib(Gtk) = 3.0
|
|
||||||
BuildRequires: typelib(PangoCairo) = 1.0
|
|
||||||
BuildRequires: typelib(cairo) = 1.0
|
|
||||||
Requires: python3-numpy
|
|
||||||
Requires: python3-pyaml >= 3.11
|
|
||||||
Requires: python3-qt5
|
|
||||||
# gr_modtool dependencies
|
# gr_modtool dependencies
|
||||||
Requires: python3-click
|
Requires: python3-click
|
||||||
Requires: python3-click-plugins
|
Requires: python3-click-plugins
|
||||||
Requires: python3-mako
|
Requires: python3-mako
|
||||||
|
Requires: python3-numpy
|
||||||
|
Requires: python3-pyaml >= 3.11
|
||||||
|
Requires: python3-qt5
|
||||||
|
%if %{with docs}
|
||||||
|
BuildRequires: doxygen
|
||||||
|
# TeX is required for formula rendering
|
||||||
|
BuildRequires: texlive-dvips
|
||||||
|
BuildRequires: texlive-latex
|
||||||
|
BuildRequires: tex(newunicodechar.sty)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Radio is a collection of software that when combined with minimal
|
GNU Radio is a collection of software that when combined with minimal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user