rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.7.0-1mamba,libgnuradio-devel>=3.10.7.0-1mamba [release 0.2.4-3mamba;Thu Sep 14 2023]
This commit is contained in:
parent
c11e5b5d19
commit
c79327781b
@ -1,6 +1,6 @@
|
||||
Name: gr-osmosdr
|
||||
Version: 0.2.4
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: GNU Radio block for interfacing with various radio hardware
|
||||
Group: Applications/Communication
|
||||
Vendor: openmamba
|
||||
@ -13,17 +13,19 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libfmt-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-cxx-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnuradio-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: librtlsdr-devel
|
||||
BuildRequires: libspdlog-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvolk-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgnuradio-devel >= 3.10.7.0-1mamba
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libgnuradio-devel >= 3.10.5.0
|
||||
BuildRequires: libspdlog-devel >= 1.11.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
@ -33,6 +35,7 @@ GNU Radio block for interfacing with various radio hardware.
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: GNU Radio block for interfacing with various radio hardware
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}
|
||||
GNU Radio block for interfacing with various radio hardware.
|
||||
@ -47,7 +50,6 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -68,9 +70,19 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/osmocom_fft
|
||||
%{_bindir}/osmocom_siggen_nogui
|
||||
%{_datadir}/gnuradio/grc/blocks/osmosdr_sink.block.yml
|
||||
%{_datadir}/gnuradio/grc/blocks/osmosdr_source.block.yml
|
||||
%{_datadir}/gnuradio/grc/blocks/rtlsdr_source.block.yml
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnuradio-osmosdr.so.*
|
||||
%dir %{python3_sitearch}/osmosdr
|
||||
%{python3_sitearch}/osmosdr/*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -89,6 +101,9 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 0.2.4-3mamba
|
||||
- rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.7.0-1mamba,libgnuradio-devel>=3.10.7.0-1mamba
|
||||
|
||||
* Sun Jan 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-2mamba
|
||||
- rebuilt with gnuradio 3.10.5.0 and spdlog 1.11.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user