httptunnel-vl.spec 2.8 KB

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