Update mosh.spec as per RHBZ #806665 Comment 1
This commit is contained in:
+8
-3
@@ -8,8 +8,14 @@ Group: Applications/Internet
|
|||||||
URL: http://mosh.mit.edu/
|
URL: http://mosh.mit.edu/
|
||||||
Source0: https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
|
Source0: https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: protobuf-compiler, protobuf-devel, libutempter-devel, boost-devel, zlib-devel, ncurses-devel
|
BuildRequires: protobuf-compiler
|
||||||
Requires: openssh-clients, perl-IO-Tty
|
BuildRequires: protobuf-devel
|
||||||
|
BuildRequires: libutempter-devel
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
Requires: openssh-clients
|
||||||
|
Requires: perl-IO-Tty
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mosh is a remote terminal application that supports:
|
Mosh is a remote terminal application that supports:
|
||||||
@@ -29,7 +35,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user