]> git.pld-linux.org Git - packages/mosh.git/commitdiff
lowbandwidth branch lowbandwidth
authorElan Ruusamäe <glen@delfi.ee>
Wed, 30 Mar 2016 17:57:41 +0000 (20:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 30 Mar 2016 18:01:05 +0000 (21:01 +0300)
see https://github.com/mobile-shell/mosh/issues/739#event-608603696

mosh.spec

index 522d2c7303192fee59f779557ec23c555dd04719..fe025cca11c0e5956664c37d5fd3431ae712cd3c 100644 (file)
--- 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
This page took 0.044383 seconds and 4 git commands to generate.