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
|
||||
Version: 3.10.10.0
|
||||
Version: 3.10.11.0
|
||||
Release: 2mamba
|
||||
Summary: GNU Radio – the Free and Open Software Radio Ecosystem
|
||||
Group: Applications/Communication
|
||||
@ -8,10 +8,12 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnuradio.org/
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libfftw-devel
|
||||
@ -31,9 +33,8 @@ BuildRequires: libspdlog-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: libvolk-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## 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: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -72,7 +73,6 @@ This package contains the Python bindings to %{name}.
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch 0 -p1 -b .libqwt-6.3.0
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
@ -87,22 +87,21 @@ This package contains the Python bindings to %{name}.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/gnuradio
|
||||
%dir %{_sysconfdir}/gnuradio/conf.d
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/gnuradio-runtime.conf
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-alsa.conf
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-jack.conf
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/gr-audio-oss.conf
|
||||
%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/00-grc-docs.conf
|
||||
%config %{_sysconfdir}/gnuradio/conf.d/grc.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gnuradio-runtime.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-alsa.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-jack.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-oss.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio-portaudio.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-audio.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/gr-qtgui.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/00-grc-docs.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/grc.conf
|
||||
%config(noreplace) %{_sysconfdir}/gnuradio/conf.d/modtool.conf
|
||||
%{_bindir}/gnuradio-*
|
||||
%{_bindir}/gr*
|
||||
%{_bindir}/polar_channel_construction
|
||||
@ -177,6 +176,12 @@ This package contains the Python bindings to %{name}.
|
||||
%{_docdir}/gnuradio-%{version}/README.*
|
||||
|
||||
%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
|
||||
- rebuilt by autoport with build requirements: libspdlog-devel>=1.14.1-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user