]> git.pld-linux.org Git - packages/connect.git/commitdiff
- separated from openssh AC-branch AC-STABLE auto/ac/connect-1_96-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Nov 2006 09:17:38 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    connect.spec -> 1.1

connect.spec [new file with mode: 0644]

diff --git a/connect.spec b/connect.spec
new file mode 100644 (file)
index 0000000..2099783
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Make TCP connection using SOCKS4/5 or HTTPS proxy
+Summary(pl):   Tworzenie po³±czeñ TCP poprzez proxy SOCKS4/5 lub HTTPS
+Name:          connect
+Version:       1.96
+Release:       1
+License:       GPL v2+
+Group:         Applications/Networking
+Source0:       http://www.taiyo.co.jp/~gotoh/ssh/connect.c
+# NoSource0-md5:       b856937f1cdfca7a3ccfb2fac36ef726
+Source1:       http://www.taiyo.co.jp/~gotoh/ssh/connect.html
+# NoSource1-md5:       bb972b3a9d435c62023b355960d78f78
+URL:           http://www.taiyo.co.jp/~gotoh/ssh/connect.html
+Conflicts:     openssh-clients < 2:4.5p1-2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+connect is the simple relaying command to make network connection via
+SOCKS and HTTPS proxy. It is mainly intended to be used as "proxy
+command" of OpenSSH. You can make SSH session beyond the firewall
+with this command.
+
+%description -l pl
+connect to proste polecenie przekazuj±ce tworz±ce po³±czenie sieciowe
+przez proxy SOCKS lub HTTPS. Powsta³o g³ównie z my¶l± o u¿ywaniu jako
+"proxy command" w OpenSSH. Pozwala nawi±zywaæ sesje SSH zza firewalli.
+
+%prep
+%setup -q -c -T
+
+cp %{SOURCE0} %{SOURCE1} .
+
+%build
+%{__cc} %{rpmcflags} %{rpmldflags} connect.c -o connect
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install connect $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc connect.html
+%attr(755,root,root) %{_bindir}/connect
This page took 0.069828 seconds and 4 git commands to generate.