[minimodem] Initial import (#1009247).

Jimmy Carter kg4sgp at fedoraproject.org
Wed Sep 18 19:47:24 UTC 2013


commit 5146895dcd536cc0053fbcccdc97aa99b10a07a1
Author: Jimmy Carter <kg4sgp at gmail.com>
Date:   Wed Sep 18 15:47:09 2013 -0400

    Initial import (#1009247).

 .gitignore     |    1 +
 minimodem.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c164f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/minimodem-0.18.tar.gz
diff --git a/minimodem.spec b/minimodem.spec
new file mode 100644
index 0000000..74d22c1
--- /dev/null
+++ b/minimodem.spec
@@ -0,0 +1,51 @@
+Name:           minimodem
+Version:        0.18
+Release:        1%{?dist}
+Summary:        General-purpose software audio FSK modem
+
+Group:          Applications/Internet
+License:        GPLv3+
+URL:            http://www.whence.com/minimodem/
+Source0:        http://www.whence.com/minimodem/minimodem-%{version}.tar.gz
+BuildRequires:  fftw3-devel alsa-lib alsa-lib-devel libsndfile-devel pulseaudio-libs-devel
+Requires:       fftw
+
+%description
+Minimodem is a command-line program which decodes (or generates) audio modem
+tones at any specified baud rate, using various framing protocols. It acts a
+general-purpose software FSK modem, and includes support for various standard
+FSK protocols such as Bell103, Bell202, RTTY, NOAA SAME, and Caller-ID.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%check
+cd tests
+make check-TESTS
+
+%files
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%doc AUTHORS ChangeLog COPYING NEWS README THANKS 
+
+%changelog
+
+* Wed Sep 18 2013 Jimmy Carter <kg4sgp at gmail.com> - 0.18-1
+- Latest upstream release.
+- Running tests.
+- Added docs.
+
+* Wed Apr 17 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.17.1-2
+- Enable sndfile and pulseaudio in build.
+
+* Tue Apr 2 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.17.1-1
+- Initial build.
+
diff --git a/sources b/sources
index e69de29..c6c7aec 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6eb0e29501aaea3be9982b37c8b7aaab  minimodem-0.18.tar.gz


More information about the scm-commits mailing list