rebuilt with gnuradio 3.10.11.0 [release 0.2.6-3mamba;Tue Dec 24 2024]
This commit is contained in:
parent
19ebcd1192
commit
e915bc9087
@ -1,6 +1,6 @@
|
|||||||
Name: gr-osmosdr
|
Name: gr-osmosdr
|
||||||
Version: 0.2.6
|
Version: 0.2.6
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: GNU Radio block for interfacing with various radio hardware
|
Summary: GNU Radio block for interfacing with various radio hardware
|
||||||
Group: Applications/Communication
|
Group: Applications/Communication
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,9 +24,9 @@ BuildRequires: libspdlog-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libvolk-devel
|
BuildRequires: libvolk-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgnuradio-devel >= 3.10.10.0-1mamba
|
BuildRequires: libgnuradio-devel >= 3.10.11.0-2mamba
|
||||||
BuildRequires: librtlsdr-devel >= 2.0.1-1mamba
|
BuildRequires: librtlsdr-devel >= 2.0.1-1mamba
|
||||||
BuildRequires: libspdlog-devel >= 1.13.0-1mamba
|
BuildRequires: libspdlog-devel >= 1.15.0-1mamba
|
||||||
BuildRequires: libvolk-devel >= 3.1.0-1mamba
|
BuildRequires: libvolk-devel >= 3.1.0-1mamba
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -56,7 +56,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1 -b .libboost-1.79.0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
@ -69,9 +68,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/osmocom_fft
|
%{_bindir}/osmocom_fft
|
||||||
@ -103,6 +99,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.6-3mamba
|
||||||
|
- rebuilt with gnuradio 3.10.11.0
|
||||||
|
|
||||||
* Mon May 27 2024 Automatic Build System <autodist@mambasoft.it> 0.2.6-2mamba
|
* Mon May 27 2024 Automatic Build System <autodist@mambasoft.it> 0.2.6-2mamba
|
||||||
- rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.10.0-1mamba,libgnuradio-devel>=3.10.10.0-1mamba
|
- rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.10.0-1mamba,libgnuradio-devel>=3.10.10.0-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user