Update mosh.spec as per RHBZ #806665 Comment 1

This commit is contained in:
Alexander Chernyakhovsky
2012-03-26 18:32:54 -04:00
parent a9b5850019
commit f0a5c04fbc
+8 -3
View File
@@ -8,8 +8,14 @@ Group: Applications/Internet
URL: http://mosh.mit.edu/
Source0: https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
BuildRequires: protobuf-compiler, protobuf-devel, libutempter-devel, boost-devel, zlib-devel, ncurses-devel
Requires: openssh-clients, perl-IO-Tty
BuildRequires: protobuf-compiler
BuildRequires: protobuf-devel
BuildRequires: libutempter-devel
BuildRequires: boost-devel
BuildRequires: zlib-devel
BuildRequires: ncurses-devel
Requires: openssh-clients
Requires: perl-IO-Tty
%description
Mosh is a remote terminal application that supports:
@@ -29,7 +35,6 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT