Summary: WWW Offline Explorer - Caching Web Proxy Server. Name: wwwoffle Version: 2.8b Release: 2.0.1%{?dist} License: GPL Group: System Environment/Daemons Source0: http://www.gedanken.freeserve.co.uk/download-%{name}/%{name}-%{version}.tgz Source1: %{name}-initfile.bz2 URL: http://www.gedanken.demon.co.uk/wwwoffle/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: flex, zlib-devel Requires: htdig %description A proxy HTTP/FTP server for computers with dial-up internet access. - Caching of pages viewed while connected for review later. - Browsing of cached pages while not connected, with the ability to follow links and mark other pages for download. - Downloading of specified pages non-interactively. - Multiple indices of pages stored in cache for easy selection. - Interactive or command line option to select pages for fetching individually or recursively. - All options controlled using a simple configuration file with a web page to edit it. %prep %setup -q %build %configure make all \ CFLAGS="$RPM_OPT_FLAGS" INSTDIR=%{_prefix} \ SPOOLDIR=/var/spool/wwwoffle \ CONFDIR=%{_sysconfdir} \ MANDIR=%{_mandir} %install rm -rf %{buildroot} mkdir -p %{buildroot}/var/spool/ mkdir -p %{buildroot}/%{_initrddir} mkdir -p %{buildroot}/%{_sysconfdir}/cron.{daily,weekly} mkdir -p %{buildroot}%{_mandir}/man[158] export DESTDIR=%{buildroot} make install \ INSTDIR=%{buildroot}%{_prefix} \ SPOOLDIR=%{buildroot}/var/spool/wwwoffle \ CONFDIR=%{buildroot}/%{_sysconfdir} \ MANDIR=%{buildroot}/%{_mandir} #install -m 755 upgrade* %{buildroot}/usr/sbin/ bzcat %{SOURCE1} > %{buildroot}/%{_initrddir}/wwwoffled cat > %{buildroot}/%{_sysconfdir}/cron.weekly/%{name} < %{buildroot}/%{_sysconfdir}/cron.daily/%{name} < - 2.8b-2.0.1 - Fix not utf-8 specfile entries. * Sun Apr 04 2004 Ed Avis 2.8b-1 - port to RH9 - 2.8b * Sat Dec 13 2003 Per Øyvind Karlsen 2.8a-1mdk - 2.8a - don't rm -rf %%{buildroot} in %%prep - cosmetics - quiet setup * Tue May 06 2003 Lenny Cartier 2.7h-2mdk - buildrequires * Mon Jan 13 2003 Lenny Cartier 2.7h-1mdk - 2.7h * Sun Dec 08 2002 Lenny Cartier 2.7g-1mdk - 2.7g * Fri Oct 11 2002 Lenny Cartier 2.7f-1mdk - 2.7f * Tue Aug 28 2001 Lenny Cartier 2.6d-1mdk - 2.6d * Thu Jun 14 2001 Lenny Cartier 2.6c-3mdk - updated by Laurent Grawet : - Updated to 2.6c. * Tue Apr 24 2001 Giuseppe Ghibò 2.6a-2mdk - fixed changed path for htdig scripts. * Wed Feb 14 2001 Lenny Cartier 2.6a-1mdk - updated to 2.6a. * Sun Sep 24 2000 Giuseppe Ghibò 2.5e-5mdk - more macros. * Sat Sep 23 2000 Giuseppe Ghibò 2.5e-4mdk - noreplace for %%config. - fixed path for files into /var/spool/wwwoffle. - use of perl instead of sed for path fixing. - added CFLAGS. - pure in cron-weekly. - added cron for htdig. - added contrib to %doc. * Sat Aug 26 2000 Ronan-Yann Lorin 2.5e-3mdk - cron task added * Tue Aug 01 2000 Lenny Cartier 2.5e-2mdk - bm - macros * Thu Jul 27 2000 Ronan-Yann Lorin 2.5e-1mdk - fix config file - updated to 2.5e * Thu May 04 2000 Lenny Cartier 2.4-2mdk - fix group * Fri Jul 16 1999 Pablo Saratxaga - uploaded to 2.4 - * Mon Jul 12 1999 Pablo Saratxaga - adapted to mandrake the rpm package of Gianpaolo Macario