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

Revision 7611, 1.8 KB checked in by daisuke, 11 years ago (diff)

mosh: update to 1.2.4, add BR: openssl-devel

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