Name: flamp Version: 2.2.05 Release: 3%{?dist} Summary: Amateur Multicast Protocol - file transfer program License: GPLv3+ URL: http://www.w1hkj.com/ Source0: http://www.w1hkj.com/files/%{name}/%{name}-%{version}.tar.gz BuildRequires: autoconf automake libtool BuildRequires: gcc gcc-c++ BuildRequires: fltk-devel >= 1.3.0 BuildRequires: flxmlrpc-devel BuildRequires: libX11-devel BuildRequires: desktop-file-utils %description Flamp is a program for AMP or Amateur Multicast Protocol. An flamp session will transmit one or more files with one or more iterations of the transmission. Each file is broken into blocks, each of which has a check sum. The receiving station saves the blocks that pass check sum. Successive transmissions will fill in the missing blocks provided that the new blocks pass the check sum. After the transmission sequence, the entire file is assembled and may be saved. “Fills” may be provided by retransmitting the entire file or by the sending station only sending the missing blocks. Start by downloading the current version of flamp from http://www.w1hkj.com/download.html. Install the software as you would any of the NBEMS applications. %prep %autosetup autoreconf -fi %build %configure %make_build %install %make_install %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files %license COPYING %doc AUTHORS ChangeLog README %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.xpm %changelog * Tue Jan 28 2020 Fedora Release Engineering - 2.2.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 2.2.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 24 2019 Richard Shaw - 2.2.05-1 - Update to 2.2.05. * Sat Feb 02 2019 Richard Shaw - 2.2.04.-1 - Update to 2.2.04. * Thu Jan 31 2019 Fedora Release Engineering - 2.2.03-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 2.2.03-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 2.2.03-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 2.2.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.2.03-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 2.2.03-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 2.2.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Sep 21 2015 Richard Shaw - 2.2.03-1 - Update to latest upstream release. * Wed Jun 17 2015 Fedora Release Engineering - 2.2.02-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed May 27 2015 Richard Shaw - 2.2.02-2 - Use %%license macro where appropriate. - Update license tag to GPLv3+ which covers the combined work. * Tue May 5 2015 Richard Shaw - 2.2.02-1 - Update to latest upstream release. - Build with external xmlrpc library. * Sun Mar 29 2015 Richard Shaw - 2.2.01-1 - Update to latest upstream release. * Tue Jan 13 2015 Richard Shaw - 2.2.00-1 - Update to latest upstream release. * Sat Sep 6 2014 Richard Shaw - 2.1.02-2 - Attempt to patch to use system lzma-sdk. * Mon Feb 3 2014 Richard Shaw - 2.1.02-1 - Initial packaging.