source: projects/specs/trunk/h/httptunnel/httptunnel-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary(ja): HTTP プロトコル上に接続をトンネル化するプログラム
2Name: httptunnel
3Version: 3.3
4Release: 1%{?_dist_release}
5Summary: Tunnelizes connection via http
6License: GPL
7Group: System Environment/Daemons
8Source0: ftp://ftp.nocrew.org/pub/nocrew/unix/%{name}-%{version}.tar.gz
9URL: http://www.nocrew.org/software/httptunnel.html
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildPreReq: libtool, autoconf, automake, gcc
12
13%description
14httptunnel creates a bidirectional virtual data path tunnelled in HTTP
15requests. The HTTP requests can be sent via an HTTP proxy if so
16desired. This can be useful for users behind restrictive firewalls. If
17WWW access is allowed through a HTTP proxy, it's possible to use
18httptunnel and, say, telnet or PPP to connect to a computer outside
19the firewall.
20
21httptunnel is written and maintained by Lars Brinkhoff. See the file
22AUTHORS for more information about contributors to this package.
23
24%description -l ja
25httptunnel は、HTTP プロトコル上にトンネル化された双方向の仮想データ・
26パスを作成します。HTTP リクエストは、設定により HTTP Proxy 経由で送出
27することができます。この機能は、制限の厳しいファイアウォールの内側に
28いるユーザに役立ちます。もし、WWW へのアクセスが HTTP Proxy 経由で許
29可されるならば、ファイアウォールの外側のコンピュータと接続する為に
30httptunnel を用いて telnet や PPP による接続を行うことが出来ます。
31
32httptunnel は Lars Brinkhoff によって、作成・メンテナンスされています。
33このパッケージへの貢献者に関する情報は AUTHORS ファイルを見て下さい。
34
35%prep
36%setup -q
37
38%build
39%configure
40make
41
42%install
43[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
44%{makeinstall}
45
46%clean
47[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS COPYING ChangeLog DISCLAIMER FAQ HACKING INSTALL NEWS README TODO doc/*.txt
52%attr(755,root,root) %{_bindir}/htc
53%attr(755,root,root) %{_bindir}/hts
54%{_mandir}/man1/*
55
56%changelog
57* Sat Oct 25 2008 Shu KONNO <owa@bg.wakwak.com> 3.3-1vl5
58- applied new versioning policy, spec in utf-8
59
60* Thu Apr 29 2004 Satoshi MACHINO <machino@vinelinux.org> 3.3-0vl2
61- fixed spec file
62- build by new toolchain
63
64* Mon Mar 25 2002 Satoshi MACHINO <machino@vinelinux.org> 3.3-0vl1
65- updated httptunnel-3.3
66
67* Thu Sep 06 2001 Toru Sagami <sagami@vinelinux.org>
68- 3.2-0vl2: was ported to VineSeedPlus with better macros
69
70* Fri Dec 15 2000 KAJIKI Yoshihiro <kajiki@ylug.org> [3.2-0vl2]
71- correct char-code mistake of spec file
72
73* Fri Dec 15 2000 KAJIKI Yoshihiro <kajiki@ylug.org>
74- add Japanese summary and description
75- build for Vine
76
77* Thu Dec 7 2000 PLD Team <pld-list@pld.org.pl>
78All persons listed below can be reached at <cvs_login>@pld.org.pl
79
Note: See TracBrowser for help on using the repository browser.