File fllog.spec of Package fllog
#
# spec file for package fllog
#
# Copyright (c) 2023-2025 SUSE LLC
#
# 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: fllog
Version: 1.2.9
Release: 0
Summary: Ham Radio logging software
License: GPL-2.0
Group: Productivity/Hamradio/Other
URL: http://www.w1hkj.com/
#Git-Clone: https://git.code.sf.net/p/fldigi/fllog
Source: http://sourceforge.net/projects/fldigi/files/%{name}/%{name}-%{version}.tar.gz
BuildRequires: fltk-devel
BuildRequires: flxmlrpc-devel
BuildRequires: gcc-c++
BuildRequires: update-desktop-files
Requires(post): update-desktop-files
Requires(postun): update-desktop-files
%description
FLLOG is the logbook server that maintains a large set of QSO logbook fields
that will probably be sufficient for casual operating, contesting and some
certificate logging. All of the fields that are captured in the logbook are
maintained in an ADIF database that can be read by any logbook program that
can read the ADIF text format. The server can open any logbook adif file,
including those created by fldigi.
%prep
%setup -q
%build
export BUILD_DATE=`date -d@0`
export BUILD_USER=openSUSE
export BUILD_HOST=openSUSE
%configure
%make_build
%install
%make_install
%suse_update_desktop_file -i fllog
%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/fllog
%{_datadir}/applications/fllog.desktop
%{_datadir}/pixmaps/fllog.xpm
%changelog