File dudestar.spec of Package dudestar
#
# spec file for package dudestar
#
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: dudestar
Version: 0~git20210818
Release: 0
Summary: RX/TX D-STAR, DMR, Fusion YSF/FCS, NXDN, P25, M17, and IAX (AllStar client) over UDP
License: GPL-3.0-or-later
Group: Productivity/Hamradio/Other
URL: https://github.com/nostar/dudestar
Source: %{name}-%{version}.tar.xz
BuildRequires: libqt5-qtbase-common-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5SerialPort)
%description
This software connects to D-STAR, Fusion (DN and VW modes are
supported), NXDN, P25, M17 reflectors and AllStar nodes (as an
IAX2 client) over UDP. It is compatible with all of the
AMBE3000 based USB devices out there (ThumbDV, DVstick 30, DVSI,
etc). It includes software decoding and encoding support, using
experimental open source IMBE/AMBE vocoder software.
%prep
%setup -q
chmod -x README.md
%build
%qmake5
%make_jobs
%install
install -D -m 0755 dudestar %{buildroot}/%{_bindir}/dudestar
%files
#%%license LICENSE
%%doc README.md
%{_bindir}/dudestar
%changelog