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
|
Name: mosh
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A remote terminal application that allows roaming, supports intermittent connectivity, and more
|
Summary: A remote terminal application that allows roaming, supports intermittent connectivity, and more
|
||||||
Group: Network/Security
|
Group: Network/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,29 +11,34 @@ Source: git://github.com/keithw/mosh.git/master/mosh-%{version}.tar.bz2
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libatomic-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: libprotobuf-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libutempter-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: protobuf-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libprotobuf-devel >= 3.6.0.1-1mamba
|
|
||||||
BuildRequires: protobuf-devel >= 2.4.1
|
|
||||||
Requires: perl-IO-Tty
|
Requires: perl-IO-Tty
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%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 (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.
|
Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
%make \
|
%make \
|
||||||
%ifarch arm
|
%ifarch arm
|
||||||
LDFLAGS="-latomic"
|
LDFLAGS="-latomic"
|
||||||
@ -51,12 +56,15 @@ LDFLAGS="-latomic"
|
|||||||
%{_bindir}/mosh
|
%{_bindir}/mosh
|
||||||
%{_bindir}/mosh-client
|
%{_bindir}/mosh-client
|
||||||
%{_bindir}/mosh-server
|
%{_bindir}/mosh-server
|
||||||
%{_mandir}/man1/mosh-client.1.gz
|
%{_mandir}/man1/mosh-client.1*
|
||||||
%{_mandir}/man1/mosh-server.1.gz
|
%{_mandir}/man1/mosh-server.1*
|
||||||
%{_mandir}/man1/mosh.1.gz
|
%{_mandir}/man1/mosh.1*
|
||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt by autoport with build requirements: libprotobuf-devel>=3.6.0.1-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user