rebuilt [release 1.3.2-3mamba;Fri Sep 25 2020]
This commit is contained in:
parent
804b721f32
commit
05bb868a18
28
mosh.spec
28
mosh.spec
@ -1,6 +1,6 @@
|
||||
Name: mosh
|
||||
Version: 1.3.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: A remote terminal application that allows roaming, supports intermittent connectivity, and more
|
||||
Group: Network/Security
|
||||
Vendor: openmamba
|
||||
@ -11,29 +11,34 @@ Source: git://github.com/keithw/mosh.git/master/mosh-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libatomic-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libprotobuf-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libutempter-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libprotobuf-devel >= 3.6.0.1-1mamba
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
|
||||
%make \
|
||||
%ifarch arm
|
||||
LDFLAGS="-latomic"
|
||||
@ -51,12 +56,15 @@ LDFLAGS="-latomic"
|
||||
%{_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
|
||||
%{_mandir}/man1/mosh-client.1*
|
||||
%{_mandir}/man1/mosh-server.1*
|
||||
%{_mandir}/man1/mosh.1*
|
||||
%doc AUTHORS COPYING THANKS
|
||||
|
||||
%changelog
|
||||
* Fri Sep 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-3mamba
|
||||
- rebuilt
|
||||
|
||||
* Mon Aug 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-2mamba
|
||||
- rebuilt by autoport with build requirements: libprotobuf-devel>=3.6.0.1-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user