Summary: A free SOCKS v4/v5 client implementation Name: dante %define version @VERSION@ %define prefix /usr Version: %{version} Release: 1 License: BSD-type Group: Networking/Utilities URL: http://www.inet.no/dante/ Vendor: Inferno Nettverk A/S Source: ftp://ftp.inet.no/pub/socks/dante-%{version}.tar.gz Buildroot: %{_tmppath}/dante-root %if %{?rh62:1}%{!?rh62:0} BuildRequires: pam %else BuildRequires: pam-devel %endif %description Dante is a free implementation of the SOCKS proxy protocol, version 4, and version 5 (rfc1928). It can be used as a firewall between networks. It is being developed by Inferno Nettverk A/S, a Norwegian consulting company. Commercial support is available. This package contains the dynamic libraries required to "socksify" existing applications, allowing them to automatically use the SOCKS protocol. %package server Summary: A free SOCKS v4/v5 server implementation Group: Networking/Daemons Requires: dante %description server This package contains "sockd", the SOCKS proxy daemon and its documentation. This is the server part of the Dante SOCKS proxy package and allows SOCKS clients to connect through it to the external network. %package devel Summary: development libraries for SOCKS Group: Development/Libraries Requires: dante %description devel Additional libraries required to compile programs that use SOCKS. %prep %setup # This file is embedded here instead of being another source in order # to the prefix directory cat >sockd.init < -Minor tweaking for fedora + add socksify manual page. * Wed Mar 26 2003 Karl-Andre' Skevik -Integrated changes from spec file by , located at . * Thu Oct 12 2000 Karl-Andre' Skevik -use of macros for directory locations/paths -explicitly name documentation files -run chkconfig --del before files are deleted on uninstall * Wed Mar 10 1999 Karl-Andre' Skevik - Integrated into CVS - socksify patch no longer needed * Thu Mar 04 1999 Oren Tirosh - configurable %{prefix}, fixed daemon init script - added /lib/libdl.so to socksify * Wed Mar 03 1999 Oren Tirosh - First spec file for Dante