File flwrap.spec of Package flwrap
#
# spec file for package flwrap
#
# Copyright (c) 2010 - 2023 Walter Fey DL8FCL
#
# This file is under MIT license
Name: flwrap
Version: 1.3.6
Release: 0
Summary: Allows receipt verification of a broadcast message
License: GPL-2.0-only
Group: Productivity/Hamradio/Other
URL: http://www.w1hjk.com
Source: %{name}-%{version}.tar.gz
BuildRequires: fltk-devel
BuildRequires: gcc-c++
%description
Flwrap is a software utility for Amateur Radio use. Its purpose is to
encapsulate both text and binary files in a way that allows them to be
transmitted over any of several digital modes
verified at the receipt end for correctness
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%files
%{_bindir}/%{name}
%license COPYING
%doc ChangeLog README
%{_datadir}/pixmaps/%{name}.xpm
%{_datadir}/applications/%{name}.desktop
%changelog