rebuilt [release 3.10.7.0-2mamba;Thu Sep 14 2023]
This commit is contained in:
parent
1ae35f2c34
commit
ebe2e83377
@ -1,6 +1,6 @@
|
||||
Name: gnuradio
|
||||
Version: 3.10.5.1
|
||||
Release: 1mamba
|
||||
Version: 3.10.7.0
|
||||
Release: 2mamba
|
||||
Summary: GNU Radio – the Free and Open Software Radio Ecosystem
|
||||
Group: Applications/Communication
|
||||
Vendor: openmamba
|
||||
@ -15,6 +15,7 @@ BuildRequires: libSDL-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libfftw-devel
|
||||
BuildRequires: libfmt-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgmp-cxx-devel
|
||||
BuildRequires: libgmp-devel
|
||||
@ -22,6 +23,7 @@ BuildRequires: libgsl-devel
|
||||
BuildRequires: libgsm-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libqwt-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libspdlog-devel
|
||||
@ -53,6 +55,13 @@ Requires: pkg-config
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%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}.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -84,12 +93,22 @@ This package contains libraries and header files for developing applications tha
|
||||
%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
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/gr_log_default.conf
|
||||
%{_bindir}/gnuradio-config-info
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/00-grc-docs.conf
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/grc.conf
|
||||
%{_bindir}/gnuradio-*
|
||||
%{_bindir}/gr*
|
||||
%{_bindir}/polar_channel_construction
|
||||
%dir %{_datadir}/gnuradio
|
||||
%{_datadir}/gnuradio/*
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitearch}/gnuradio
|
||||
%{python3_sitearch}/gnuradio/*
|
||||
%dir %{python3_sitearch}/pmt
|
||||
%{python3_sitearch}/pmt/*
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnuradio-analog.so.*
|
||||
@ -110,7 +129,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libgnuradio-video-sdl.so.*
|
||||
%{_libdir}/libgnuradio-vocoder.so.*
|
||||
%{_libdir}/libgnuradio-wavelet.so.*
|
||||
%doc COPYING
|
||||
#%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -167,6 +186,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_docdir}/gnuradio-%{version}/README.*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Thu Jan 26 2023 Automatic Build System <autodist@mambasoft.it> 3.10.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user