Name: SoapyUHD Version: 0.4.1 Release: 1%{?dist} Summary: Soapy SDR plugins for UHD supported SDR devices License: GPL-3.0 URL: https://github.com/pothosware/SoapyUHD %undefine _disable_source_fetch Source0: https://github.com/pothosware/SoapyUHD/archive/refs/tags/soapy-uhd-%{version}.tar.gz %define SHA256SUM0 9779cce2e732cd41905b6cf8ea85edbbf51b1ac918e6180bd4891eebb4c8d085 BuildRequires: gcc BuildRequires: g++ BuildRequires: cmake BuildRequires: uhd-devel BuildRequires: boost-devel >= 1.35 BuildRequires: SoapySDR-devel >= 0.8.1 %description %prep echo "%SHA256SUM0 %SOURCE0" | sha256sum -c - %autosetup -n SoapyUHD-soapy-uhd-%{version} %build %cmake -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \ -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \ -DLIB_INSTALL_DIR:PATH=%{_libdir} %cmake_build %install %cmake_install %files #%license LICENSE %doc README.md %{_libdir}/SoapySDR %{_libdir}/uhd %changelog * Sat Dec 23 2023 sebastian - initial commit