File flwrap.spec of Package flwrap
#
# spec file for package flwrap
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@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: flwrap
Version: 1.3.6
Release: 0
Summary: File encapsulation/compression program
License: GPL-2.0-or-later
Group: Productivity/Hamradio/Other
URL: https://www.w1hkj.org/
#Git-Clone: https://git.code.sf.net/p/fldigi/flwrap
Source: http://sourceforge.net/projects/fldigi/files/%{name}/%{name}-%{version}.tar.gz
BuildRequires: c++_compiler
BuildRequires: fltk-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
%description
Flwrap allows you to transmit a text message, image, or binary file to either
single or multiple stations and allow each receiving station to verify that
the transmission was received without error.
%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 flwrap
%files
%license COPYING
%doc AUTHORS ChangeLog README
%{_bindir}/flwrap
%{_datadir}/applications/flwrap.desktop
%{_datadir}/pixmaps/flwrap.xpm
%changelog