From: hal9 <hal9@users.sourceforge.net>
Date: Tue, 28 Nov 2006 11:34:35 +0000 (+0000)
Subject: Fix the prep section per Support request so it actually builds.
X-Git-Tag: v_3_0_7~483
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/@default-cgi@show-url-info?a=commitdiff_plain;h=7114d5f6a80a27deeaae9e1c2c616a13effe4235;p=privoxy.git

Fix the prep section per Support request so it actually builds.
---

diff --git a/privoxy-rh.spec b/privoxy-rh.spec
index 1016e53b..fbe75538 100644
--- a/privoxy-rh.spec
+++ b/privoxy-rh.spec
@@ -1,4 +1,4 @@
-# $Id: privoxy-rh.spec,v 1.51 2006/11/18 14:37:12 fabiankeil Exp $
+# $Id: privoxy-rh.spec,v 1.52 2006/11/18 17:36:53 hal9 Exp $
 #
 # Written by and Copyright (C) 2001-2006 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -41,7 +41,7 @@ Version: 3.0.6
 Release: 1
 Summary: Privoxy - privacy enhancing proxy
 License: GPL
-Source0: http://www.waldherr.org/%{name}/%{name}-%{version}.tar.gz
+Source0: http://dl.sf.net/ijbswa/%{name}-%{version}-stable-src.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Group: System Environment/Daemons
 URL: http://www.privoxy.org/
@@ -62,7 +62,8 @@ for both stand-alone systems and multi-user networks.
 Privoxy is based on the Internet Junkbuster.
 
 %prep
-%setup -q -c
+#%setup -q -c
+%setup -q -n "%{name}-%{version}-stable"
 
 %build
 
@@ -759,6 +760,9 @@ fi
 	additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
+# Revision 1.52  2006/11/18 17:36:53  hal9
+# Ooops, bumping version to 3.0.6
+#
 # Revision 1.51  2006/11/18 14:37:12  fabiankeil
 # Bump version to 3.0.6.
 #