2024-01-06 07:14:34 +01:00
|
|
|
Name: mosh
|
2024-01-06 07:14:34 +01:00
|
|
|
Version: 1.3.2
|
2024-01-06 07:14:34 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 07:14:34 +01:00
|
|
|
Summary: A remote terminal application that allows roaming, supports intermittent connectivity, and more
|
|
|
|
Group: Network/Security
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
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
|
2024-01-06 07:14:34 +01:00
|
|
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:14:34 +01:00
|
|
|
* Thu Aug 11 2016 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:14:34 +01:00
|
|
|
* Tue Jul 28 2015 Automatic Build System <autodist@mambasoft.it> 1.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:14:34 +01:00
|
|
|
* Tue Nov 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4a-2mamba
|
|
|
|
- rebuilt with protobuf 2.5.0
|
|
|
|
|
|
|
|
* Fri Mar 29 2013 Automatic Build System <autodist@mambasoft.it> 1.2.4a-1mamba
|
|
|
|
- update to 1.2.4a
|
|
|
|
|
|
|
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- update to 1.2.2
|
|
|
|
|
|
|
|
* Thu Apr 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- package created by autospec
|