File gridtracker.spec of Package gridtracker
#
# spec file for package gridtracker
#
# Copyright (c) 2021-2024, 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: gridtracker
Version: 1.24.0104
Release: 0
Summary: An amateur radio companion to WSJT-X or JTDX
License: BSD-3-Clause
Group: Productivity/Hamradio/Other
URL: https://gridtracker.org
#Git-Clone: https://gitlab.com/gridtracker.org/gridtracker.git
Source: https://gitlab.com/gridtracker.org/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: fdupes
Requires: nwjs
BuildArch: noarch
%description
GridTracker listens to traffic from WSJT-X/JTDX, displays it on a map,
and has a sophisticated alerting and filtering system for finding and
working interesting stations. It also will upload QSO records to multiple
logging frameworks including Logbook of the World.
%prep
%setup -q -n %{name}-v%{version}
%build
%make_build
%install
make install DESTDIR=%{buildroot} NO_DIST_INSTALL=1
%fdupes %{buildroot}%{_datadir}/gridtracker/
%files
%license LICENSE
%doc README.md
%{_bindir}/gridtracker
%{_datadir}/gridtracker/
%{_datadir}/applications/gridtracker.desktop
%{_mandir}/man1/gridtracker.1%{?ext_man}
%exclude %{_datadir}/doc/gridtracker/LICENSE
%changelog