File flmsg.spec of Package flmsg
#
# spec file for package flmsg
#
# Copyright (c) 2023 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: flmsg
Version: 4.0.23
Release: 0
Summary: NBEMS messaging system, forms manager/designer and transport front end
License: GPL-3.0
Group: Productivity/Hamradio/Other
URL: http://www.w1hkj.com/
#Git-Clone: https://git.code.sf.net/p/fldigi/flmsg
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
FLMSG is a simple forms management editor for the amateur radio supported
standard message formats. Form data can be transferred between computers either
using standard internet email or via radio frequency broadcasts typically made
by an amateur radio operator on your behalf. flmsg forms can be very complex
and include embedded images and other controls that make data entry less error
to prone.
%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 flmsg
%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/flmsg
%{_datadir}/applications/flmsg.desktop
%{_datadir}/pixmaps/flmsg.xpm
%changelog