]> git.pld-linux.org Git - packages/connect.git/blob - connect.spec
- separated from openssh
[packages/connect.git] / connect.spec
1 Summary:        Make TCP connection using SOCKS4/5 or HTTPS proxy
2 Summary(pl):    Tworzenie po³±czeñ TCP poprzez proxy SOCKS4/5 lub HTTPS
3 Name:           connect
4 Version:        1.96
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Networking
8 Source0:        http://www.taiyo.co.jp/~gotoh/ssh/connect.c
9 # NoSource0-md5:        b856937f1cdfca7a3ccfb2fac36ef726
10 Source1:        http://www.taiyo.co.jp/~gotoh/ssh/connect.html
11 # NoSource1-md5:        bb972b3a9d435c62023b355960d78f78
12 URL:            http://www.taiyo.co.jp/~gotoh/ssh/connect.html
13 Conflicts:      openssh-clients < 2:4.5p1-2
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 connect is the simple relaying command to make network connection via
18 SOCKS and HTTPS proxy. It is mainly intended to be used as "proxy
19 command" of OpenSSH. You can make SSH session beyond the firewall
20 with this command.
21
22 %description -l pl
23 connect to proste polecenie przekazuj±ce tworz±ce po³±czenie sieciowe
24 przez proxy SOCKS lub HTTPS. Powsta³o g³ównie z my¶l± o u¿ywaniu jako
25 "proxy command" w OpenSSH. Pozwala nawi±zywaæ sesje SSH zza firewalli.
26
27 %prep
28 %setup -q -c -T
29
30 cp %{SOURCE0} %{SOURCE1} .
31
32 %build
33 %{__cc} %{rpmcflags} %{rpmldflags} connect.c -o connect
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38
39 install connect $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc connect.html
47 %attr(755,root,root) %{_bindir}/connect
This page took 0.804759 seconds and 4 git commands to generate.