update to 1.4.0 [release 1.4.0-1mamba;Tue Apr 09 2024]
This commit is contained in:
parent
05bb868a18
commit
b3ac3239cc
24
mosh.spec
24
mosh.spec
@ -1,18 +1,17 @@
|
|||||||
Name: mosh
|
Name: mosh
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
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
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://mosh.mit.edu/
|
URL: https://mosh.org/
|
||||||
Source: git://github.com/keithw/mosh.git/master/mosh-%{version}.tar.bz2
|
Source: https://github.com/mobile-shell/mosh.git/mosh-%{version}/mosh-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
BuildRequires: libabseil-cpp-devel
|
||||||
BuildRequires: libatomic-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -23,8 +22,8 @@ BuildRequires: libutempter-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libprotobuf-devel >= 28.1
|
||||||
Requires: perl-IO-Tty
|
Requires: perl-IO-Tty
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%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.
|
||||||
@ -37,12 +36,10 @@ Mosh is a replacement for SSH. It's more robust and responsive, especially over
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
CXXFLAGS="%{optflags} -std=c++17"
|
||||||
|
|
||||||
%make \
|
%make
|
||||||
%ifarch arm
|
|
||||||
LDFLAGS="-latomic"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -62,6 +59,9 @@ LDFLAGS="-latomic"
|
|||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- update to 1.4.0
|
||||||
|
|
||||||
* Fri Sep 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-3mamba
|
* Fri Sep 25 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-3mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user