X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=privoxy-suse.spec;h=67e409d5290c35afd17157b2d57d0c84ba655546;hb=e3c6601044c1d86765716ef3fa14b7e8d2598d57;hp=cdf0808c3fee8050d25062eab5fe9b8f67b4dad3;hpb=c39030e5381369a9cabd2ee15ef34926f11697de;p=privoxy.git diff --git a/privoxy-suse.spec b/privoxy-suse.spec index cdf0808c..67e409d5 100644 --- a/privoxy-suse.spec +++ b/privoxy-suse.spec @@ -1,7 +1,7 @@ -# $Id: privoxy-suse.spec,v 1.1 2002/03/24 11:23:44 swa Exp $ +# $Id: privoxy-suse.spec,v 1.8 2002/03/27 23:46:41 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge -# PRIVOXY team. http://ijbswa.sourceforge.net +# Privoxy team. http://www.privoxy.org/ # # Based on the Internet Junkbuster originally written # by and Copyright (C) 1997 Anonymous Coders and @@ -30,10 +30,10 @@ %define ijbconf %{_sysconfdir}/privoxy Summary: Privoxy - privacy enhancing proxy -Vendor: http://ijbswa.sourceforge.net +Vendor: http://www.privoxy.org Name: privoxy-suse Distribution: defineme -Version: 2.9.11 +Version: 2.9.13 Release: 3 Source: http://www.waldherr.org/%{name}/privoxy-%{version}.tar.gz # not sure if this works @@ -41,7 +41,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Packager: Stefan Waldherr Copyright: GPL Group: Networking/Utilities -URL: http://ijbswa.sourceforge.net/ +URL: http://www.privoxy.org/ Provides: privoxy Obsoletes: privoxy Autoreqprov: on @@ -56,9 +56,8 @@ Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, filtering web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and -can be customized to suit individual needs and tastes. Internet -Privoxy has application for both stand-alone systems and multi-user -networks. +can be customized to suit individual needs and tastes. Privoxy has +application for both stand-alone systems and multi-user networks. Privoxy is based on the code of the Internet Junkbuster. Junkbuster was originally written by JunkBusters Corporation, and was released as @@ -68,7 +67,7 @@ development. Several other developers are now contributing. Authors: -------- - http://ijbswa.sourceforge.net + http://www.privoxy.org/ SuSE series: n @@ -108,7 +107,7 @@ gzip README AUTHORS ChangeLog privoxy.1 || /bin/true install -s -m 744 privoxy $RPM_BUILD_ROOT%{_sbindir}/privoxy cp -f privoxy.1.gz $RPM_BUILD_ROOT%{_mandir}/man8/privoxy.8.gz cp -f *.action $RPM_BUILD_ROOT%{ijbconf}/ -cp -f re_filterfile $RPM_BUILD_ROOT%{ijbconf}/re_filterfile +cp -f default.filter $RPM_BUILD_ROOT%{ijbconf}/default.filter cp -f trust $RPM_BUILD_ROOT%{ijbconf}/trust cp -f templates/* $RPM_BUILD_ROOT%{ijbconf}/templates/ cp -f privoxy.logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/privoxy @@ -121,7 +120,7 @@ ln -sf /etc/init.d/privoxy $RPM_BUILD_ROOT/usr/sbin/rcprivoxy cat config | \ sed 's/^confdir.*/confdir \/etc\/privoxy/g' | \ # sed 's/^permissionsfile.*/permissionsfile \/etc\/privoxy\/permissionsfile/g' | \ -# sed 's/^re_filterfile.*/re_filterfile \/etc\/privoxy\/re_filterfile/g' | \ +# sed 's/^filterfile.*/default.filter \/etc\/privoxy\/default.filter/g' | \ # sed 's/^logfile.*/logfile \/var\/log\/privoxy\/logfile/g' | \ # sed 's/^jarfile.*/jarfile \/var\/log\/privoxy\/jarfile/g' | \ # sed 's/^forward.*/forward \/etc\/privoxy\/forward/g' | \ @@ -199,7 +198,8 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true %doc README.gz AUTHORS.gz ChangeLog.gz %doc doc/webserver/developer-manual doc/webserver/user-manual %doc doc/webserver/user-manual -%doc doc/webserver/ijb_docs.css +%doc doc/webserver/faq +%doc doc/webserver/p_doc.css #%doc privoxy.weekly privoxy.monthly AUTHORS %dir %{ijbconf} %config %{ijbconf}/* @@ -214,6 +214,17 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true # ----------------------------------------------------------------------------- # %changelog +* Wed Mar 27 2002 Hal Burgiss ++ privoxy-2.9.13-3 +- Doc css has changed names. + +* Tue Mar 25 2002 Hal Burgiss ++ privoxy-2.9.13-3 +- Minor fix to description. + +* Sun Mar 24 2002 Hal Burgiss +- added faq to docs. + * Thu Mar 21 2002 Hal Burgiss - added ijb_docs.css to docs. @@ -283,6 +294,27 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true - new package: version 2.0 # $Log: privoxy-suse.spec,v $ +# Revision 1.8 2002/03/27 23:46:41 hal9 +# ijb_docs.css to p_doc.css +# +# Revision 1.7 2002/03/27 00:49:39 hal9 +# Minor fix to description. +# +# Revision 1.6 2002/03/26 22:29:55 swa +# we have a new homepage! +# +# Revision 1.5 2002/03/25 03:10:50 hal9 +# Added faq to docs. +# +# Revision 1.4 2002/03/24 12:56:21 swa +# name change related issues. +# +# Revision 1.3 2002/03/24 12:44:31 swa +# new version string +# +# Revision 1.2 2002/03/24 11:40:14 swa +# name change +# # Revision 1.1 2002/03/24 11:23:44 swa # name change #