%global forgeurl https://github.com/pothosware/PothosComms %global tag pothos-comms-%{version} Name: PothosComms Version: 0.3.5 Release: 1%{?dist} Summary: Communications blocks and support libraries for Pothos %forgemeta License: Boost and BSD URL: %{forgeurl}/wiki Source0: %{forgesource} # Tools BuildRequires: cmake BuildRequires: gcc-c++ # Libraries BuildRequires: cmake(Spuce) BuildRequires: cmake(Poco) BuildRequires: cmake(Pothos) BuildRequires: json-devel %description This communications toolkit provides DSP and higher level communications blocks such as filters, basic arithmetic, waveform generators, symbol manipulation, encoding/decoding, frame synchronization, error correction, and MAC layer support. %prep %forgesetup %build %cmake %cmake_build %install %cmake_install %files %license LICENSE_1_0.txt fft/COPYING.kissfft %{_libdir}/Pothos/modules0.7/comms %changelog * Sat Jun 25 2022 Dave Olsthoorn - 0.3.5-1 - initial specfile