Compare commits
9 Commits
0.2.4-3mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
ea8bbf3652 | |||
e915bc9087 | |||
19ebcd1192 | |||
493775d481 | |||
79013981f4 | |||
f239bb1aaa | |||
000b2c9dfb | |||
e6b93aedea | |||
b18a78becf |
@ -1,6 +1,6 @@
|
||||
Name: gr-osmosdr
|
||||
Version: 0.2.4
|
||||
Release: 3mamba
|
||||
Version: 0.2.6
|
||||
Release: 4mamba
|
||||
Summary: GNU Radio block for interfacing with various radio hardware
|
||||
Group: Applications/Communication
|
||||
Vendor: openmamba
|
||||
@ -18,15 +18,17 @@ BuildRequires: libgcc
|
||||
BuildRequires: libgmp-cxx-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnuradio-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-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: libvolk-devel >= 0:3.2.0-1mamba
|
||||
BuildRequires: libgnuradio-devel >= 3.10.11.0-2mamba
|
||||
BuildRequires: librtlsdr-devel >= 2.0.1-1mamba
|
||||
BuildRequires: libspdlog-devel >= 1.15.0-1mamba
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libspdlog-devel >= 1.11.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -50,11 +52,9 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .libboost-1.79.0
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
@ -67,9 +67,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/osmocom_fft
|
||||
@ -97,10 +94,43 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_docdir}/gr-osmosdr/html/*
|
||||
%dir %{_docdir}/gr-osmosdr/xml
|
||||
%{_docdir}/gr-osmosdr/xml/*
|
||||
%doc README
|
||||
#%doc README
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 17 2025 Automatic Build System <autodist@mambasoft.it> 0.2.6-4mamba
|
||||
- rebuilt by autoport with build requirements: libvolk-devel>=0:3.2.0-1mamba
|
||||
|
||||
* 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
|
||||
- rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.10.0-1mamba,libgnuradio-devel>=3.10.10.0-1mamba
|
||||
|
||||
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 0.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 24 2024 Automatic Build System <autodist@mambasoft.it> 0.2.5-5mamba
|
||||
- rebuilt by autoport with build requirements: librtlsdr-devel>=2.0.1-1mamba
|
||||
|
||||
* Mon Feb 12 2024 Automatic Build System <autodist@mambasoft.it> 0.2.5-4mamba
|
||||
- rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.9.2-1mamba,libgnuradio-devel>=3.10.9.2-1mamba
|
||||
|
||||
* Sun Feb 11 2024 Automatic Build System <autodist@mambasoft.it> 0.2.5-3mamba
|
||||
- rebuilt by autoport with build requirements: libspdlog-devel>=1.13.0-1mamba
|
||||
|
||||
* Tue Dec 26 2023 Automatic Build System <autodist@mambasoft.it> 0.2.5-2mamba
|
||||
- rebuilt by autoport with build requirements: libvolk-devel>=3.1.0-1mamba
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 0.2.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 16 2023 Automatic Build System <autodist@mambasoft.it> 0.2.4-5mamba
|
||||
- rebuilt by autoport with build requirements: libgnuradio-devel>=3.10.8.0-1mamba,libgnuradio-devel>=3.10.8.0-1mamba
|
||||
|
||||
* Thu Oct 19 2023 Automatic Build System <autodist@mambasoft.it> 0.2.4-4mamba
|
||||
- rebuilt by autoport with build requirements: libvolk-devel>=3.0.0-1mamba
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user