hobbes1069 pushed to flamp (master). "Initial import (#1060804)."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 02:37:23 UTC 2015


From db50de2073076e63ab77493fde84471b09313dcf Mon Sep 17 00:00:00 2001
From: "Richard M. Shaw" <hobbes1069 at gmail.com>
Date: Wed, 27 May 2015 21:37:11 -0500
Subject: Initial import (#1060804).


diff --git a/.gitignore b/.gitignore
index e69de29..a019a8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/flamp-2.2.02.tar.gz
diff --git a/flamp.spec b/flamp.spec
new file mode 100644
index 0000000..2c3fa45
--- /dev/null
+++ b/flamp.spec
@@ -0,0 +1,84 @@
+Name:           flamp
+Version:        2.2.02
+Release:        2%{?dist}
+Summary:        Amateur Multicast Protocol - file transfer program
+
+License:        GPLv3+
+URL:            http://www.w1hkj.com/
+Source0:        http://www.w1hkj.com/downloads/%{name}/%{name}-%{version}.tar.gz
+
+BuildRequires:  fltk-devel >= 1.3.0
+BuildRequires:  libX11-devel
+BuildRequires:  flxmlrpc-devel >= 0.1.0
+BuildRequires:  desktop-file-utils
+BuildRequires:  autoconf automake libtool
+
+
+%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
+%setup -q
+
+# Remove bundled xmlrpc and lzma libraries.
+rm -rf src/xmlrpcpp
+
+
+%build
+%configure
+
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+
+%files
+%if 0%{?rhel} || 0%{?fedora} < 21
+%doc COPYING
+%else
+%license COPYING
+%endif
+%doc AUTHORS ChangeLog README
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.xpm
+
+
+
+%changelog
+* Wed May 27 2015 Richard Shaw <hobbes1069 at gmail.com> - 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 <hobbes1069 at gmail.com> - 2.2.02-1
+- Update to latest upstream release.
+- Build with external xmlrpc library.
+
+* Sun Mar 29 2015 Richard Shaw <hobbes1069 at gmail.com> - 2.2.01-1
+- Update to latest upstream release.
+
+* Tue Jan 13 2015 Richard Shaw <hobbes1069 at gmail.com> - 2.2.00-1
+- Update to latest upstream release.
+
+* Sat Sep  6 2014 Richard Shaw <hobbes1069 at gmail.com> - 2.1.02-2
+- Attempt to patch to use system lzma-sdk.
+
+* Mon Feb  3 2014 Richard Shaw <hobbes1069 at gmail.com> - 2.1.02-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..5a37a65 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+60fe6c7f9b76f2bf937a9a58e2bb7a68  flamp-2.2.02.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/flamp.git/commit/?h=master&id=db50de2073076e63ab77493fde84471b09313dcf


More information about the scm-commits mailing list