Accepting request 855701 from home:mnhauke:sdr-devel

- Drop obsolete "Obsoletes: libgnuradio0"
- Add "BuildRequires: python3-pycairo", needed by the GRC
- Force GRC builds

OBS-URL: https://build.opensuse.org/request/show/855701
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=87
This commit is contained in:
Martin Pluskal 2020-12-14 11:08:03 +00:00 committed by Git OBS Bridge
parent f14c74324f
commit e5474850e3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 14 09:24:12 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Drop obsolete "Obsoletes: libgnuradio0"
- Add "BuildRequires: python3-pycairo", needed by the GRC
- Force GRC builds
-------------------------------------------------------------------
Thu Sep 17 08:54:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -70,6 +70,7 @@ BuildRequires: python3-gobject-cairo
BuildRequires: python3-mako >= 0.9.1
BuildRequires: python3-numpy
BuildRequires: python3-pyaml >= 3.11
BuildRequires: python3-pycairo
BuildRequires: python3-qt5-devel
BuildRequires: python3-six
BuildRequires: qwt6-qt5-devel
@ -102,7 +103,6 @@ performance wireless devices into software problems.
%package -n libgnuradio-%{sover}
Summary: Libraries for GNU Radio
Group: System/Libraries
Obsoletes: libgnuradio0
%description -n libgnuradio-%{sover}
GNU Radio is a collection of software that when combined with minimal
@ -175,6 +175,7 @@ find gr-utils/python/modtool/templates/gr-newmod -name CMakeLists.txt -exec mv
%build
%cmake \
-DENABLE_GRC=ON \
%ifarch armv6l armv6hl
-Dhave_mfpu_neon=0 \
%endif