diff --git a/mosh.spec b/mosh.spec index 50ad857..a58cbed 100644 --- a/mosh.spec +++ b/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 1.3.2-3mamba +- rebuilt + * Mon Aug 27 2018 Silvan Calarco 1.3.2-2mamba - rebuilt by autoport with build requirements: libprotobuf-devel>=3.6.0.1-1mamba