packages: mosh/mosh.spec (NEW)=?UTF-8?Q?=20?=- Initial add

caleb caleb at pld-linux.org
Sat Apr 21 17:08:34 CEST 2012


Author: caleb                        Date: Sat Apr 21 15:08:34 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Initial add

---- Files affected:
packages/mosh:
   mosh.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mosh/mosh.spec
diff -u /dev/null packages/mosh/mosh.spec:1.1
--- /dev/null	Sat Apr 21 17:08:34 2012
+++ packages/mosh/mosh.spec	Sat Apr 21 17:08:29 2012
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+Summary:	Mosh mobile shell
+Name:		mosh
+Version:	1.1.3
+Release:	0.1
+License:	GPL v3+
+Group:		X11/Applications
+Source0:	https://github.com/downloads/keithw/mosh/%{name}-%{version}.tar.gz
+# Source0-md5:	de507695b6f67523bc81596f97220a9a
+URL:		http://mosh.mit.edu/
+BuildRequires:	boost-devel
+BuildRequires:	libutempter-devel
+BuildRequires:	ncurses-devel
+BuildRequires:	protobuf-devel
+BuildRequires:	zlib-devel
+Requires:	boost
+Requires:	libutempter
+Requires:	ncurses
+Requires:	perl-IO-Pty
+Requires:	protobuf
+Requires:	protobuf-libs
+Requires:	zlib
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Remote terminal application that allows roaming, supports intermittent
+connectivity, and provides intelligent local echo and line editing of
+user keystrokes.
+
+Mosh is a replacement for SSH. It's more robust and responsive,
+especially over Wi-Fi, cellular, and long-distance links.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	CPPFLAGS="-I/usr/include/ncurses"
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS THANKS
+
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}-client
+%attr(755,root,root) %{_bindir}/%{name}-server
+%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}-client.1*
+%{_mandir}/man1/%{name}-server.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/04/21 15:08:29  caleb
+- Initial add
+
+Revision 1.72  2009/12/02 10:32:34  glen
+- initscript deps
+
+Revision 1.71  2008/10/06 06:16:41  glen
+- no need for dot in find
+
+Revision 1.70  2008/10/02 11:04:51  glen
+- user/group fragments
+
================================================================


More information about the pld-cvs-commit mailing list