From b41fcbe4da31436499fb442423efd0a0aa625e93 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:14:34 +0100 Subject: [PATCH] rebuilt with protobuf 2.5.0 [release 1.2.4a-2mamba;Tue Nov 19 2013] --- README.md | 3 +++ mosh.spec | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 mosh.spec diff --git a/README.md b/README.md index 279b7fc..10881db 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # mosh +Mosh (mobile shell) is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. +Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links. + diff --git a/mosh.spec b/mosh.spec new file mode 100644 index 0000000..2aa8122 --- /dev/null +++ b/mosh.spec @@ -0,0 +1,69 @@ +Name: mosh +Version: 1.2.4a +Release: 2mamba +Summary: A remote terminal application that allows roaming, supports intermittent connectivity, and more +Group: Network/Security +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://mosh.mit.edu/ +Source: git://github.com/keithw/mosh.git/master/mosh-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libncurses-devel +BuildRequires: libstdc++6-devel +BuildRequires: libz-devel +BuildRequires: protobuf-devel +## AUTOBUILDREQ-END +BuildRequires: protobuf-devel >= 2.4.1 +Requires: perl-IO-Tty +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%debug_package + +%description +Mosh (mobile shell) is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. +Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links. + +%prep +%setup -q + +%build +./autogen.sh +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/mosh +%{_bindir}/mosh-client +%{_bindir}/mosh-server +%{_mandir}/man1/mosh-client.1.gz +%{_mandir}/man1/mosh-server.1.gz +%{_mandir}/man1/mosh.1.gz +%doc AUTHORS COPYING THANKS + +%changelog +* Tue Nov 19 2013 Silvan Calarco 1.2.4a-2mamba +- rebuilt with protobuf 2.5.0 + +* Fri Mar 29 2013 Automatic Build System 1.2.4a-1mamba +- update to 1.2.4a + +* Sat Dec 01 2012 Automatic Build System 1.2.3-1mamba +- automatic version update by autodist + +* Mon Aug 13 2012 Silvan Calarco 1.2.2-1mamba +- update to 1.2.2 + +* Thu Apr 12 2012 Silvan Calarco 1.1.3-1mamba +- package created by autospec