[packages/mosh/lowbandwidth] lowbandwidth branch
glen
glen at pld-linux.org
Wed Mar 30 20:06:19 CEST 2016
commit 48907126eaae5f4471b86072774a2731a6ddaa9d
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Mar 30 20:57:41 2016 +0300
lowbandwidth branch
see https://github.com/mobile-shell/mosh/issues/739#event-608603696
mosh.spec | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/mosh.spec b/mosh.spec
index 522d2c7..fe025cc 100644
--- a/mosh.spec
+++ b/mosh.spec
@@ -14,8 +14,8 @@ Version: 1.2.4
Release: 3
License: GPL v3+
Group: X11/Applications
-Source0: http://mosh.mit.edu/%{name}-%{version}.tar.gz
-# Source0-md5: c2d918f4d91fdc32546e2e089f9281b2
+Source0: https://github.com/mobile-shell/mosh/archive/lowbandwidth.tar.gz
+# Source0-md5: e6f10f597a2f522209e744ad218f7f08
URL: http://mosh.mit.edu/
BuildRequires: binutils >= 2.20.51.0.2
BuildRequires: libstdc++-devel >= 5:4.0
@@ -47,11 +47,16 @@ Mosh is a replacement for SSH. It's more robust and responsive,
especially over Wi-Fi, cellular, and long-distance links.
%prep
-%setup -q
+%setup -qc
+mv mosh-*/* .
%{__sed} -i -e '1s,^#!.*perl,#!%{__perl},' scripts/mosh
%build
-CPPFLAGS="-I/usr/include/ncurses"
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--disable-silent-rules \
--enable-compile-warnings=error
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mosh.git/commitdiff/48907126eaae5f4471b86072774a2731a6ddaa9d
More information about the pld-cvs-commit
mailing list