[mosh] Initial import (#806665)

Alex Chernyakhovsky achernya at fedoraproject.org
Wed Mar 28 02:48:31 UTC 2012


commit d4d14b37403aed958e5011f41aeca88aa5540ca0
Author: Alexander Chernyakhovsky <achernya at mit.edu>
Date:   Tue Mar 27 22:48:22 2012 -0400

    Initial import (#806665)

 .gitignore |    1 +
 mosh.spec  |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2d1ef3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mosh-1.1.1.tar.gz
diff --git a/mosh.spec b/mosh.spec
new file mode 100644
index 0000000..c9bfd0d
--- /dev/null
+++ b/mosh.spec
@@ -0,0 +1,52 @@
+Name:		mosh
+Version:	1.1.1
+Release:	1%{?dist}
+Summary:	Mobile shell that supports roaming and intelligent local echo
+
+License:	GPLv3+
+Group:		Applications/Internet
+URL:		http://mosh.mit.edu/
+Source0:	https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
+
+BuildRequires:	protobuf-compiler
+BuildRequires:	protobuf-devel
+BuildRequires:	libutempter-devel
+BuildRequires:	boost-devel
+BuildRequires:	zlib-devel
+BuildRequires:	ncurses-devel
+Requires:	openssh-clients
+Requires:	perl-IO-Tty
+
+%description
+Mosh is a remote terminal application that supports:
+  - intermittent network connectivity,
+  - roaming to different IP address without dropping the connection, and
+  - intelligent local echo and line editing to reduce the effects
+    of "network lag" on high-latency connections.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --enable-compile-warnings=error
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%doc README.md COPYING ChangeLog
+%{_bindir}/*
+%{_mandir}/man1/*
+
+
+%changelog
+* Mon Mar 26 2012 Alexander Chernyakhovsky <achernya at mit.edu> - 1.1.1-1
+- Update to mosh 1.1.1.
+
+* Wed Mar 21 2012 Alexander Chernyakhovsky <achernya at mit.edu> - 1.1-1
+- Initial packaging for mosh.
diff --git a/sources b/sources
index e69de29..9210e51 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b42d1ba8e6e975f0e957c348cc998026  mosh-1.1.1.tar.gz


More information about the scm-commits mailing list