rebuilt by autoport with build requirements: libspdlog-devel>=0:1.15.0-1mamba [release 3.10.11.0-2mamba;Sun Dec 22 2024]
This commit is contained in:
parent
7bff2db613
commit
42e773c11e
@ -1,24 +0,0 @@
|
|||||||
From ca344658756dab10a762571c51acf92c00c066c1 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jeff Long <willcode4@gmail.com>
|
|
||||||
Date: Fri, 10 May 2024 06:21:08 -0400
|
|
||||||
Subject: [PATCH] cmake: remove maximum version for Qwt (was < 6.3)
|
|
||||||
|
|
||||||
Signed-off-by: Jeff Long <willcode4@gmail.com>
|
|
||||||
---
|
|
||||||
cmake/Modules/FindQwt.cmake | 3 ---
|
|
||||||
1 file changed, 3 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/cmake/Modules/FindQwt.cmake b/cmake/Modules/FindQwt.cmake
|
|
||||||
index 8718a6f73cc..e87c6a20a91 100644
|
|
||||||
--- a/cmake/Modules/FindQwt.cmake
|
|
||||||
+++ b/cmake/Modules/FindQwt.cmake
|
|
||||||
@@ -32,9 +32,6 @@ if(QWT_INCLUDE_DIRS)
|
|
||||||
if(QWT_VERSION VERSION_LESS "6.1")
|
|
||||||
set(QWT_WRONG_VERSION True)
|
|
||||||
endif()
|
|
||||||
- if(NOT QWT_VERSION VERSION_LESS "6.3")
|
|
||||||
- set(QWT_WRONG_VERSION True)
|
|
||||||
- endif()
|
|
||||||
|
|
||||||
message(STATUS "QWT Version: ${QWT_VERSION}")
|
|
||||||
if(NOT QWT_WRONG_VERSION)
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: gnuradio
|
Name: gnuradio
|
||||||
Version: 3.10.10.0
|
Version: 3.10.11.0
|
||||||
Release: 2mamba
|
Release: 2mamba
|
||||||
Summary: GNU Radio – the Free and Open Software Radio Ecosystem
|
Summary: GNU Radio – the Free and Open Software Radio Ecosystem
|
||||||
Group: Applications/Communication
|
Group: Applications/Communication
|
||||||
@ -8,10 +8,12 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.gnuradio.org/
|
URL: https://www.gnuradio.org/
|
||||||
Source: https://github.com/gnuradio/gnuradio.git/v%{version}/gnuradio-%{version}.tar.bz2
|
Source: https://github.com/gnuradio/gnuradio.git/v%{version}/gnuradio-%{version}.tar.bz2
|
||||||
Patch0: gnuradio-3.10.10.0-libqwt-6.3.0.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5Core
|
||||||
|
BuildRequires: libQt5Gui
|
||||||
|
BuildRequires: libQt5Widgets
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libfftw-devel
|
BuildRequires: libfftw-devel
|
||||||
@ -31,9 +33,8 @@ BuildRequires: libspdlog-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libunwind-devel
|
BuildRequires: libunwind-devel
|
||||||
BuildRequires: libvolk-devel
|
BuildRequires: libvolk-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libspdlog-devel >= 1.14.1-1mamba
|
BuildRequires: libspdlog-devel >= 0: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}
|
||||||
@ -72,7 +73,6 @@ This package contains the Python bindings to %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
%patch 0 -p1 -b .libqwt-6.3.0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -87,22 +87,21 @@ This package contains the Python bindings to %{name}.
|
|||||||
%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)
|
||||||
%dir %{_sysconfdir}/gnuradio
|
%dir %{_sysconfdir}/gnuradio
|
||||||
%dir %{_sysconfdir}/gnuradio/conf.d
|
%dir %{_sysconfdir}/gnuradio/conf.d
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gnuradio-runtime.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gnuradio-runtime.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-alsa.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-alsa.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-jack.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-jack.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-oss.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-oss.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-portaudio.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-portaudio.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-qtgui.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-qtgui.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/00-grc-docs.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/00-grc-docs.conf
|
||||||
%config %{_sysconfdir}/gnuradio/conf.d/grc.conf
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/grc.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/modtool.conf
|
||||||
%{_bindir}/gnuradio-*
|
%{_bindir}/gnuradio-*
|
||||||
%{_bindir}/gr*
|
%{_bindir}/gr*
|
||||||
%{_bindir}/polar_channel_construction
|
%{_bindir}/polar_channel_construction
|
||||||
@ -177,6 +176,12 @@ This package contains the Python bindings to %{name}.
|
|||||||
%{_docdir}/gnuradio-%{version}/README.*
|
%{_docdir}/gnuradio-%{version}/README.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 22 2024 Automatic Build System <autodist@openmamba.org> 3.10.11.0-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: libspdlog-devel>=0:1.15.0-1mamba
|
||||||
|
|
||||||
|
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 3.10.11.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon May 27 2024 Automatic Build System <autodist@mambasoft.it> 3.10.10.0-2mamba
|
* Mon May 27 2024 Automatic Build System <autodist@mambasoft.it> 3.10.10.0-2mamba
|
||||||
- rebuilt by autoport with build requirements: libspdlog-devel>=1.14.1-1mamba
|
- rebuilt by autoport with build requirements: libspdlog-devel>=1.14.1-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user