Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37403684
en ru br
ALT Linux repos
S:1.4.0-alt1

Group :: Networking/Remote access
RPM: mosh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: mosh-1.4.0-alt.patch
Download


 .gear/mosh.spec                                    | 103 +++++++++++++++++++++
 .gear/rules                                        |   3 +
 .../tags/3eda670b64cff8ba2aa0e61709bc92b5559a0060  |   6 ++
 .gear/tags/list                                    |   1 +
 .gear/upstream/remotes                             |   3 +
 5 files changed, 116 insertions(+)
diff --git a/.gear/mosh.spec b/.gear/mosh.spec
new file mode 100644
index 0000000..1054b64
--- /dev/null
+++ b/.gear/mosh.spec
@@ -0,0 +1,103 @@
+%define _unpackaged_files_terminate_build 1
+
+Name: mosh
+Version: 1.4.0
+Release: alt1
+
+Summary: Mobile shell that supports roaming and intelligent local echo
+License: GPLv3+
+Group: Networking/Remote access
+Url: https://mosh.org/
+VCS: https://github.com/mobile-shell/mosh
+
+Source: %name-%version.tar
+Patch: %name-%version-alt.patch
+
+BuildRequires: gcc-c++ 
+BuildRequires: libprotobuf-devel
+BuildRequires: libssl-devel
+BuildRequires: libutempter-devel
+BuildRequires: ncurses-devel
+BuildRequires: perl-devel
+BuildRequires: protobuf-compiler
+BuildRequires: zlib-devel
+
+Requires: openssh-clients
+
+%description
+Mosh  is  a remote  terminal  application  that supports  intermittent
+connectivity, allows roaming, and  provides speculative local echo and
+line editing of user keystrokes.
+
+%prep
+%setup
+%patch -p1
+%ifarch %e2k
+# -std=c++03 by default as of lcc 1.23.20
+%add_optflags -std=c++11
+%endif
+
+%build
+%autoreconf
+%configure
+%make_build
+
+%install
+%makeinstall_std
+
+%files
+%doc README.md COPYING ChangeLog
+%_bindir/mosh
+%_bindir/mosh-client
+%_bindir/mosh-server
+%_mandir/man1/mosh.1.*
+%_mandir/man1/mosh-client.1.*
+%_mandir/man1/mosh-server.1.*
+
+%changelog
+* Thu Oct 27 2022 Egor Ignatov <egori@altlinux.org> 1.4.0-alt1
+- 1.4.0
+
+* Sat Aug 27 2022 Vitaly Lipatov <lav@altlinux.ru> 1.3.2-alt2.3
+- NMU: disable -Werror
+
+* Mon Sep 30 2019 Michael Shigorin <mike@altlinux.org> 1.3.2-alt2.2
+- E2K: explicit -std=c++11
+
+* Wed Aug 29 2018 Grigory Ustinov <grenka@altlinux.org> 1.3.2-alt2.1
+- NMU: Rebuild with new openssl 1.1.0.
+
+* Sat Jun 23 2018 Terechkov Evgenii <evg@altlinux.org> 1.3.2-alt2
+- mosh-1.3.2-61-g60859e9
+
+* Sat Jun 23 2018 Terechkov Evgenii <evg@altlinux.org> 1.3.2-alt1
+- 1.3.2
+- Rebuild with libprotobuf15
+
+* Fri Apr  7 2017 Terechkov Evgenii <evg@altlinux.org> 1.3.0-alt1
+- 1.3.0
+- Update Url:
+
+* Sun Apr 28 2013 Slava Dubrovskiy <dubrsl@altlinux.org> 1.2.4-alt1
+- version 1.2.4
+
+* Mon Feb 18 2013 Slava Dubrovskiy <dubrsl@altlinux.org> 1.2.3-alt1
+- version 1.2.3
+
+* Mon May 28 2012 Sergey Alembekov <rt@altlinux.ru> 1.2.1-alt1
+- version 1.2.1
+
+* Tue May 15 2012 Slava Dubrovskiy <dubrsl@altlinux.org> 1.2-alt1
+- Build for ALT
+
+* Sat Apr 28 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.2-2
+- Add -g and -O2 CFLAGS
+
+* Fri Apr 27 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.2-1
+- Update to mosh 1.2.
+
+* Mon Mar 26 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.1.1-1
+- Update to mosh 1.1.1.
+
+* Wed Mar 21 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.1-1
+- Initial packaging for mosh.
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..4032ff5
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: mosh-@version@:. name=@name@-@version@
+diff: mosh-@version@:. . name=@name@-@version@-alt.patch
+spec: .gear/mosh.spec
diff --git a/.gear/tags/3eda670b64cff8ba2aa0e61709bc92b5559a0060 b/.gear/tags/3eda670b64cff8ba2aa0e61709bc92b5559a0060
new file mode 100644
index 0000000..4a2c4bc
--- /dev/null
+++ b/.gear/tags/3eda670b64cff8ba2aa0e61709bc92b5559a0060
@@ -0,0 +1,6 @@
+object bc73a26316ede2a79259d859f8ee309b32412420
+type commit
+tag mosh-1.4.0
+tagger Alex Chernyakhovsky <achernya@google.com> 1666833554 -0400
+
+Release mosh 1.4.0
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..d189839
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+3eda670b64cff8ba2aa0e61709bc92b5559a0060 mosh-1.4.0
diff --git a/.gear/upstream/remotes b/.gear/upstream/remotes
new file mode 100644
index 0000000..3297483
--- /dev/null
+++ b/.gear/upstream/remotes
@@ -0,0 +1,3 @@
+[remote "upstream"]
+	url = https://github.com/mobile-shell/mosh
+	fetch = +refs/heads/*:refs/remotes/upstream/*
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin