%global forgeurl https://github.com/pothosware/PothosSoapy %global tag pothos-soapy-%{version} Name: PothosSoapy Version: 0.5.1 Release: 1%{?dist} Summary: Pothos framework support for software defined radio hardware %forgemeta License: Boost URL: %{forgeurl}/wiki Source0: %{forgesource} Patch0: fix-doc-build.patch # Tools BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: doxygen # Libraries BuildRequires: cmake(Pothos) BuildRequires: cmake(Poco) BuildRequires: cmake(SoapySDR) BuildRequires: json-devel %description SDR source and sink blocks for interfacing SDR hardware with Pothos. %prep %forgesetup %patch0 -p1 %build %cmake %cmake_build %install %cmake_install %files %license LICENSE_1_0.txt %{_libdir}/Pothos/modules0.7/soapy %changelog * Sat Jun 25 2022 Dave Olsthoorn - 0.5.1-1 - initial specfile