rebuilt with protobuf 2.5.0 [release 1.2.4a-2mamba;Tue Nov 19 2013]
This commit is contained in:
parent
5287553725
commit
b41fcbe4da
@ -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.
|
||||
|
||||
|
69
mosh.spec
Normal file
69
mosh.spec
Normal file
@ -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 <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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user