Summary: nntp multi-server caching daemon Name: nntpcache Version: 2.3.3 Release: 1 Packager: peter@rocksteady.com William Stearns Copyright: Copyright (c) Julian Assange & Luke Bowker 1996, All rights reserved. Group: Networking/Daemons Source: ftp.nntpcache.org/pub/nntp-cache/nntpcache-2_3_3_tar.gz URL: http://www.nntpcache.org/ BuildRoot: /tmp/nntpcache-broot %description Nntpcache caches and transparently multi-plexes nntp traffic from multiple servers efficiently. It is designed to be installed on machines that do not have bandwidth or resourches required for a full 15k+ newsgroup feeds but would like to have it anyway. A well used, multi-user nntpcache has very impressive cache hit rates, but even single user systems will benefit greatly due to active and newsgroup lists caching. %changelog * Sun Jan 30 2000 William Stearns - Added buildroot support and Changelog * Mon Oct 25 1999 Peter Mularkey - initial spec release for nntpcache-2.3.3 %prep %setup ./configure %build make %install if [ "$RPM_BUILD_ROOT" = "/tmp/nntpcache-broot" ]; then rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/usr/local/bin install -d $RPM_BUILD_ROOT/usr/local/etc/nntpcache install -d $RPM_BUILD_ROOT/usr/local/etc/nntpcache/http install -d $RPM_BUILD_ROOT/usr/local/include install -d $RPM_BUILD_ROOT/usr/local/man/man8 install -d $RPM_BUILD_ROOT/usr/local/sbin install -d $RPM_BUILD_ROOT/usr/local/var/nntpcache #install -m 644 hosts $RPM_BUILD_ROOT/etc #install -m 644 loopbackhosts $RPM_BUILD_ROOT/etc #install -m 644 named.conf $RPM_BUILD_ROOT/etc #install -m 644 db.127.0.0 $RPM_BUILD_ROOT/var/named/master #install -m 644 db.bascom.net $RPM_BUILD_ROOT/var/named/master #install -m 644 named.cache $RPM_BUILD_ROOT/var/named make install else echo Invalid Build root exit 1 fi %clean if [ "$RPM_BUILD_ROOT" = "/tmp/nntpcache-broot" ]; then rm -rf $RPM_BUILD_ROOT else echo Invalid Build root exit 1 fi %files %attr(600,news,news) /usr/local/bin/confused /usr/local/bin/mmap_tests %attr(700,news,news) %dir /usr/local/etc/nntpcache /usr/local/etc/nntpcache/VERSION %dir /usr/local/etc/nntpcache/http /usr/local/etc/nntpcache/http/index.html /usr/local/etc/nntpcache/http/moose.gif /usr/local/etc/nntpcache/http/nntpcache.jpg %attr(600,news,news) /usr/local/etc/nntpcache/innreport.conf-dist %attr(600,news,news) /usr/local/etc/nntpcache/innreport.pl %attr(600,news,news) /usr/local/etc/nntpcache/innreport.pm /usr/local/etc/nntpcache/newshound.conf-dist %attr(600,news,news) /usr/local/etc/nntpcache/nntpcache.config-dist %attr(600,news,news) /usr/local/etc/nntpcache/nntpcache.access-dist %attr(600,news,news) /usr/local/etc/nntpcache/nntpcache.servers-dist %attr(600,news,news) /usr/local/etc/nntpcache/pubring.asc-dist %attr(600,news,news) /usr/local/etc/nntpcache/pubring.pgp-dist /usr/local/etc/nntpcache/spam.filter /usr/local/include/mmap_results.h /usr/local/man/man8/nntpcached.8 /usr/local/man/man8/newshound.8 /usr/local/sbin/innreport.sh /usr/local/sbin/newshound /usr/local/sbin/nntpcached %attr(700,news,news) %dir /usr/local/var/nntpcache %attr(600,news,news) %dir /usr/local/var/nntpcache/VERSION