2024-01-05 23:17:57 +01:00
|
|
|
|
Name: gnuradio
|
2024-01-05 23:18:00 +01:00
|
|
|
|
Version: 3.10.8.0
|
|
|
|
|
Release: 1mamba
|
2024-01-05 23:17:57 +01:00
|
|
|
|
Summary: GNU Radio – the Free and Open Software Radio Ecosystem
|
|
|
|
|
Group: Applications/Communication
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:17:58 +01:00
|
|
|
|
URL: https://www.gnuradio.org/
|
2024-01-05 23:17:57 +01:00
|
|
|
|
Source: https://github.com/gnuradio/gnuradio.git/v%{version}/gnuradio-%{version}.tar.bz2
|
|
|
|
|
License: GPL
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
|
BuildRequires: libSDL-devel
|
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
|
BuildRequires: libboost-devel
|
|
|
|
|
BuildRequires: libfftw-devel
|
2024-01-05 23:17:59 +01:00
|
|
|
|
BuildRequires: libfmt-devel
|
2024-01-05 23:17:57 +01:00
|
|
|
|
BuildRequires: libgcc
|
|
|
|
|
BuildRequires: libgmp-cxx-devel
|
|
|
|
|
BuildRequires: libgmp-devel
|
|
|
|
|
BuildRequires: libgsl-devel
|
|
|
|
|
BuildRequires: libgsm-devel
|
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
|
BuildRequires: libportaudio-devel
|
2024-01-05 23:17:59 +01:00
|
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 23:17:57 +01:00
|
|
|
|
BuildRequires: libqwt-devel
|
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
|
BuildRequires: libspdlog-devel
|
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
|
BuildRequires: libunwind-devel
|
|
|
|
|
BuildRequires: libvolk-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 23:17:59 +01:00
|
|
|
|
BuildRequires: libvolk-devel >= 3.0.0-1mamba
|
2024-01-05 23:17:57 +01:00
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNU Radio – the Free and Open Software Radio Ecosystem.
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
2024-01-05 23:17:59 +01:00
|
|
|
|
%package -n python-%{name}
|
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
|
Summary: Python bindings to %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description -n python-%{name}
|
|
|
|
|
This package contains the Python bindings to %{name}.
|
2024-01-05 23:17:57 +01:00
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake -d build
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_sysconfdir}/gnuradio
|
|
|
|
|
%dir %{_sysconfdir}/gnuradio/conf.d
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gnuradio-runtime.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-alsa.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-jack.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-oss.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-portaudio.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/gr-qtgui.conf
|
2024-01-05 23:17:59 +01:00
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/00-grc-docs.conf
|
|
|
|
|
%config %{_sysconfdir}/gnuradio/conf.d/grc.conf
|
|
|
|
|
%{_bindir}/gnuradio-*
|
|
|
|
|
%{_bindir}/gr*
|
|
|
|
|
%{_bindir}/polar_channel_construction
|
2024-01-05 23:17:57 +01:00
|
|
|
|
%dir %{_datadir}/gnuradio
|
|
|
|
|
%{_datadir}/gnuradio/*
|
2024-01-05 23:18:00 +01:00
|
|
|
|
%{_datadir}/gnuradio/.cmake-format.py
|
2024-01-05 23:17:57 +01:00
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
2024-01-05 23:17:59 +01:00
|
|
|
|
%files -n python-%{name}
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{python3_sitearch}/gnuradio
|
|
|
|
|
%{python3_sitearch}/gnuradio/*
|
|
|
|
|
%dir %{python3_sitearch}/pmt
|
|
|
|
|
%{python3_sitearch}/pmt/*
|
|
|
|
|
|
2024-01-05 23:17:57 +01:00
|
|
|
|
%files -n lib%{name}
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%{_libdir}/libgnuradio-analog.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-audio.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-blocks.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-channels.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-digital.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-dtv.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-fec.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-fft.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-filter.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-network.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-pdu.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-pmt.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-qtgui.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-runtime.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-trellis.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-video-sdl.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-vocoder.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-wavelet.so.*
|
2024-01-05 23:17:59 +01:00
|
|
|
|
#%doc COPYING
|
2024-01-05 23:17:57 +01:00
|
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir %{_includedir}/gnuradio
|
|
|
|
|
%{_includedir}/gnuradio/*
|
|
|
|
|
%dir %{_includedir}/pmt
|
|
|
|
|
%{_includedir}/pmt/*
|
|
|
|
|
%dir %{_libdir}/cmake/gnuradio
|
|
|
|
|
%{_libdir}/cmake/gnuradio/*.cmake
|
|
|
|
|
%{_libdir}/libgnuradio-analog.so
|
|
|
|
|
%{_libdir}/libgnuradio-analog.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-audio.so
|
|
|
|
|
%{_libdir}/libgnuradio-audio.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-blocks.so
|
|
|
|
|
%{_libdir}/libgnuradio-blocks.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-channels.so
|
|
|
|
|
%{_libdir}/libgnuradio-channels.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-digital.so
|
|
|
|
|
%{_libdir}/libgnuradio-digital.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-dtv.so
|
|
|
|
|
%{_libdir}/libgnuradio-dtv.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-fec.so
|
|
|
|
|
%{_libdir}/libgnuradio-fec.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-fft.so
|
|
|
|
|
%{_libdir}/libgnuradio-fft.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-filter.so
|
|
|
|
|
%{_libdir}/libgnuradio-filter.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-network.so
|
|
|
|
|
%{_libdir}/libgnuradio-network.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-pdu.so
|
|
|
|
|
%{_libdir}/libgnuradio-pdu.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-pmt.so
|
|
|
|
|
%{_libdir}/libgnuradio-pmt.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-qtgui.so
|
|
|
|
|
%{_libdir}/libgnuradio-qtgui.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-runtime.so
|
|
|
|
|
%{_libdir}/libgnuradio-runtime.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-trellis.so
|
|
|
|
|
%{_libdir}/libgnuradio-trellis.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-video-sdl.so
|
|
|
|
|
%{_libdir}/libgnuradio-video-sdl.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-vocoder.so
|
|
|
|
|
%{_libdir}/libgnuradio-vocoder.so.*
|
|
|
|
|
%{_libdir}/libgnuradio-wavelet.so
|
|
|
|
|
%{_libdir}/libgnuradio-wavelet.so.*
|
|
|
|
|
%{_libdir}/pkgconfig/gnuradio-*.pc
|
|
|
|
|
%dir %{_docdir}/gnuradio-%{version}
|
|
|
|
|
%dir %{_docdir}/gnuradio-%{version}/html
|
|
|
|
|
%{_docdir}/gnuradio-%{version}/html/*
|
|
|
|
|
%dir %{_docdir}/gnuradio-%{version}/xml
|
|
|
|
|
%{_docdir}/gnuradio-%{version}/xml/*
|
|
|
|
|
%{_docdir}/gnuradio-%{version}/CHANGELOG.md
|
|
|
|
|
%{_docdir}/gnuradio-%{version}/CONTRIBUTING.md
|
|
|
|
|
%{_docdir}/gnuradio-%{version}/README.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:18:00 +01:00
|
|
|
|
* Mon Oct 23 2023 Automatic Build System <autodist@mambasoft.it> 3.10.8.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:17:59 +01:00
|
|
|
|
* Thu Oct 19 2023 Automatic Build System <autodist@mambasoft.it> 3.10.7.0-3mamba
|
|
|
|
|
- rebuilt by autoport with build requirements: libvolk-devel>=3.0.0-1mamba
|
|
|
|
|
|
2024-01-05 23:17:59 +01:00
|
|
|
|
* Thu Sep 14 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.7.0-2mamba
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 3.10.7.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 3.10.6.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:17:58 +01:00
|
|
|
|
* Thu Jan 26 2023 Automatic Build System <autodist@mambasoft.it> 3.10.5.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:17:58 +01:00
|
|
|
|
* Wed Dec 21 2022 Automatic Build System <autodist@mambasoft.it> 3.10.5.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 3.10.4.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Thu Jun 23 2022 Automatic Build System <autodist@mambasoft.it> 3.10.3.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-05 23:17:57 +01:00
|
|
|
|
* Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.2.0-1mamba
|
|
|
|
|
- package created using the webbuild interface
|