package created using the webbuild interface [release 2.15.9-1mamba;Fri May 06 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 23:23:46 +01:00
parent b3c26f4d6e
commit 9fac245e35
2 changed files with 66 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# gqrx
Software defined radio receiver powered by GNU Radio and Qt.

64
gqrx.spec Normal file
View File

@ -0,0 +1,64 @@
Name: gqrx
Version: 2.15.9
Release: 1mamba
Summary: Software defined radio receiver powered by GNU Radio and Qt
Group: Graphical Desktop/Applications/Scientific
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gqrx.dk/
Source: https://github.com/gqrx-sdr/gqrx.git/v%{version}/gqrx-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libboost-devel
BuildRequires: libfftw-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libgmp-cxx-devel
BuildRequires: libgmp-devel
BuildRequires: libgnuradio-devel
BuildRequires: libgr-osmosdr-devel
BuildRequires: libjack-devel
BuildRequires: libportaudio-devel
BuildRequires: libpulseaudio-devel
BuildRequires: libsndfile-devel
BuildRequires: libspdlog-devel
BuildRequires: libstdc++6-devel
BuildRequires: libvolk-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtsvg-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
%description
Software defined radio receiver powered by GNU Radio and Qt.
%debug_package
%prep
%setup -q
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/gqrx
%{_datadir}/applications/dk.gqrx.gqrx.desktop
%{_datadir}/icons/hicolor/scalable/apps/gqrx.svg
%{_datadir}/metainfo/dk.gqrx.gqrx.appdata.xml
%doc COPYING
%changelog
* Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.15.9-1mamba
- package created using the webbuild interface