From 6615666265a7e8e1941f8a6cedd09e228b409126 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Nov 28 2006 12:52:40 +0000 Subject: - fix download URL - cleanups --- diff --git a/privoxy.spec b/privoxy.spec index c919e7c..043b11f 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -38,10 +38,10 @@ 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.6 -Release: 1 +Release: 2 Summary: Privoxy - privacy enhancing proxy License: GPL -Source0: http://www.waldherr.org/%{name}/%{name}-%{version}-stable-src.tar.gz +Source0: http://dl.sf.net/ijbswa/%{name}/%{name}-%{version}-stable-src.tar.gz #Source1: http://unc.dl.sourceforge.net/sourceforge/ijbswa/default.action Patch: privoxy-3.0.3-service.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -64,7 +64,7 @@ for both stand-alone systems and multi-user networks. Privoxy is based on the Internet Junkbuster. %prep -%setup -q -n privoxy-%{version}-stable +%setup -q -n %{name}-%{version}-stable %patch -p1 -b .rh1 iconv -f iso-8859-1 -t utf-8 < privoxy.1 > privoxy.1_ @@ -78,7 +78,7 @@ autoconf # We check to see if versions match VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=3 +VERSION_POINT=6 CONFIG_VERSION=`cat configure.in | sed -n -e 's/^VERSION_MAJOR=\([0-9]*\)/\1./p' -e 's/^VERSION_MINOR=\([0-9]*\)/\1./p' -e 's/^VERSION_POINT=\([0-9]*\)/\1/p' | awk '{printf $1}'` if [ "%{version}" != "${CONFIG_VERSION}" ]; then @@ -326,6 +326,10 @@ fi %{_mandir}/man1/%{name}.* %changelog +* Tue Nov 28 2006 Karsten Hopp 3.0.6-2 +- fix download URL +- cleanups + * Tue Nov 21 2006 Karsten Hopp 3.0.6-1 - privoxy-3.0.6