source: projects/specs/trunk/m/mosh/mosh-vl.spec @ 6146

Revision 6146, 1.7 KB checked in by daisuke, 12 years ago (diff)

mosh-1.2-1: new package

Line 
1Summary:        Mobile shell that supports roaming and intelligent local echo
2Summary(ja):    ローミングとインテリジェントなローカルエコーをサポートしたモバイルシェル
3
4Name:           mosh
5Version:        1.2
6Release:        1%{?_dist_release}
7
8License:        GPLv3+
9Group:          Applications/Internet
10URL:            http://mosh.mit.edu/
11Source0:        https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
12
13BuildRequires:  protobuf-compiler
14BuildRequires:  protobuf-devel
15BuildRequires:  libutempter-devel
16BuildRequires:  zlib-devel
17BuildRequires:  ncurses-devel
18Requires:       openssh-clients
19Requires:       perl-IO-Tty
20
21%description
22Mosh is a remote terminal application that supports:
23  - intermittent network connectivity,
24  - roaming to different IP address without dropping the connection, and
25  - intelligent local echo and line editing to reduce the effects
26    of "network lag" on high-latency connections.
27
28
29%prep
30%setup -q
31
32
33%build
34# Use upstream's more aggressive hardening instead of Fedora's defaults
35export CFLAGS="-g -O2" CXXFLAGS="-g -O2"
36%configure --enable-compile-warnings=error
37make %{?_smp_mflags}
38
39
40%install
41make install DESTDIR=$RPM_BUILD_ROOT
42
43
44%files
45%doc README.md COPYING ChangeLog
46%{_bindir}/mosh
47%{_bindir}/mosh-client
48%{_bindir}/mosh-server
49%{_mandir}/man1/mosh.1.gz
50%{_mandir}/man1/mosh-client.1.gz
51%{_mandir}/man1/mosh-server.1.gz
52
53
54%changelog
55* Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp>  1.2-1
56- initial build for Vine Linux
57
58* Fri Apr 27 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.2
59- Update to mosh 1.2.
60
61* Mon Mar 26 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.1.1-1
62- Update to mosh 1.1.1.
63
64* Wed Mar 21 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.1-1
65- Initial packaging for mosh.
Note: See TracBrowser for help on using the repository browser.