Summary: The reverse-proxy load-balancer Name: Pound Version: 1.8.4 Release: 1site1 Copyright: GPL Group: System Environment/Daemons Source0: http://www.apsis.ch/pound/Pound-%{version}.tgz Source1: pound.script Buildroot: /var/tmp/pound-build BuildPreReq: openssl-devel Requires: openssl %description The *Pound* program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). *Pound* was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively. *Pound* is distributed under the GPL - no warranty, it's free to use, copy and give away. %prep %setup -q -a 0 %build ./configure --prefix=/usr --sysconfdir=/etc/pound --with-ssl=/usr/share/ssl --with-log=LOG_LOCAL5 make clean make %install rm -rf $RPM_BUILD_ROOT [ -d $RPM_BUILD_ROOT/usr/sbin ] || mkdir -p $RPM_BUILD_ROOT/usr/sbin /usr/bin/install -c -o bin -g bin -m 555 -s pound $RPM_BUILD_ROOT/usr/sbin/pound [ -d $RPM_BUILD_ROOT/usr/man ] || mkdir -p $RPM_BUILD_ROOT/usr/man [ -d $RPM_BUILD_ROOT/usr/man/man8 ] || mkdir -p $RPM_BUILD_ROOT/usr/man/man8 /usr/bin/install -c -o bin -g bin -m 644 pound.8 $RPM_BUILD_ROOT/usr/man/man8/ [ -d $RPM_BUILD_ROOT/etc/pound ] || mkdir -p $RPM_BUILD_ROOT/etc/pound /usr/bin/install -c -o root -g root -m 644 $RPM_SOURCE_DIR/pound.cfg $RPM_BUILD_ROOT/etc/pound/pound.cfg [ -d $RPM_BUILD_ROOT/etc/init.d ] || mkdir -p $RPM_BUILD_ROOT/etc/init.d /usr/bin/install -c -o root -g bin -m 755 $RPM_SOURCE_DIR/pound.script $RPM_BUILD_ROOT/etc/init.d/pound %clean rm -rf $RPM_BUILD_ROOT %files %doc FAQ README GPL.html /usr/sbin/pound /usr/man/man8/pound.8.gz %config(noreplace) /etc/pound/pound.cfg /etc/init.d/pound %changelog * Mon May 9 2005 Masao oota 1.8.4-0site1 - Set log facilities - Change pound source 1.8.2 to 1.8.4 * Mon Mar 28 2005 Masao oota 1.8.2 - First Release