diff --git a/.cvsignore b/.cvsignore index 7fec6ca..564e2f8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -privoxy-3.0.3-beta.tar.gz +privoxy-3.0.3-stable-src.tar.gz diff --git a/privoxy.spec b/privoxy.spec index e5ca92f..08c1ae3 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -1,4 +1,4 @@ -# $Id: privoxy.spec,v 1.25 2004/01/22 16:33:29 karsten Exp $ +# $Id: privoxy.spec,v 1.33 2004/02/23 12:58:39 karsten Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -38,13 +38,11 @@ Name: privoxy # Version and release should be updated acordingly on configure.in and # configure. Otherwise, the package can be build with the wrong value Version: 3.0.3 -Release: 0.1 +Release: 3 Summary: Privoxy - privacy enhancing proxy License: GPL -#Source0: http://www.waldherr.org/%{name}/%{name}-%{version}.tar.gz -Source0: http://www.waldherr.org/%{name}/%{name}-%{version}-beta.tar.gz -Source1: http://unc.dl.sourceforge.net/sourceforge/ijbswa/default.action -Patch0: privoxy-3.0.2-hal9.patch +Source0: http://www.waldherr.org/%{name}/%{name}-%{version}-stable-src.tar.gz +#Source1: http://unc.dl.sourceforge.net/sourceforge/ijbswa/default.action BuildRoot: %{_tmppath}/%{name}-%{version}-root Group: System Environment/Daemons URL: http://www.privoxy.org/ @@ -65,10 +63,10 @@ for both stand-alone systems and multi-user networks. Privoxy is based on the Internet Junkbuster. %prep -%setup -q -n privoxy-3.0.3-beta -%patch0 -p1 -b .hal9 +%setup -q -n privoxy-3.0.3-stable %build +rm -rf autom4te.cache autoheader autoconf @@ -84,8 +82,7 @@ if [ "%{version}" != "${CONFIG_VERSION}" ]; then echo "be interrupted now, so you can fix it." exit 1 fi -autoheader -autoconf + %configure --disable-dynamic-pcre make # Docs are in CVS and tarball now. @@ -151,8 +148,8 @@ cat config | \ sed 's@^logdir.*@logdir %{_localstatedir}/log/%{name}@g' | \ sed -e 's/[[:cntrl:]]*$//' > \ %{buildroot}%{privoxyconf}/config - -install -s -m 744 %{SOURCE1} %{buildroot}%{privoxyconf}/default.action +perl -pe 's/{-no-cookies}/{-no-cookies}\n\.redhat.com/' default.action >\ + %{buildroot}%{privoxyconf}/default.action ## Macros are expanded even on commentaries. So, we have to use %% ## -- morcego @@ -253,8 +250,9 @@ fi %doc doc/webserver/developer-manual %doc doc/webserver/user-manual %doc doc/webserver/faq -#%doc doc/webserver/p_doc.css doc/webserver/p_web.css -#%doc /webserver/privoxy-index.html +%doc doc/webserver/p_doc.css +#%doc/webserver/p_web.css +%doc doc/webserver/privoxy-index.html %doc doc/webserver/images %doc doc/webserver/man-page @@ -323,6 +321,18 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Mon Feb 23 2004 Karsten Hopp 3.0.3-3 +- rebuild with sane release number + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Sun Feb 01 2004 Karsten Hopp 3.0.3-0.6x +- build for upstream + +* Sat Jan 31 2004 Karsten Hopp 3.0.3-0.9 +- build for upstream + * Thu Jan 22 2004 Karsten Hopp 3.0.3-0.1 - privoxy 3.0.3 beta diff --git a/sources b/sources index 50e0597..24c74e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f107fa5164c7b364b620ecfc2c1f3d4b privoxy-3.0.3-beta.tar.gz +b0710be8af09409bfb03f52523a17010 privoxy-3.0.3-stable-src.tar.gz