Summary: A free Socks v4/v5 client implementation Name: dante %define version @VERSION@ %define prefix /usr Version: %{version} Release: 1 Copyright: 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 proxy protocols socks version 4, socks version 5 (rfc1928) and msproxy. 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 to become socks clients. %package server Summary: A free Socks v4/v5 server implementation Group: Networking/Daemons Requires: dante %description server This package contains the socks proxy daemon and its documentation. The sockd is the server part of the Dante socks proxy package and allows socks clients to connect through it to the 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 < -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