[svn] r6380 - trunk/rpms/http-replicator

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Jun 22 22:57:42 CEST 2008


Author: dries
Date: 2008-06-22 21:57:41 +0100 (Sun, 22 Jun 2008)
New Revision: 6380

Modified:
   trunk/rpms/http-replicator/http-replicator.spec
Log:
fix default values in http-replicator.sysconfig, thanks to Izaak Branderhorst

Modified: trunk/rpms/http-replicator/http-replicator.spec
===================================================================
--- trunk/rpms/http-replicator/http-replicator.spec	2008-06-22 19:43:51 UTC (rev 6379)
+++ trunk/rpms/http-replicator/http-replicator.spec	2008-06-22 20:57:41 UTC (rev 6380)
@@ -5,12 +5,12 @@
 Summary: Replicating HTTP proxy server
 Name: http-replicator
 Version: 3.0
-Release: 1
+Release: 2
 License: GPL
 Group: Applications/Internet
-URL: http://gertjan.freezope.org/replicator/
+URL: http://sourceforge.net/projects/http-replicator/
 
-Source: http://gertjan.freezope.org/replicator/http-replicator_%{version}.tar.gz
+Source: http://dl.sf.net/http-replicator/http-replicator_%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch: noarch
@@ -30,7 +30,7 @@
 packages.
 
 %prep
-%setup
+%setup -n http-replicator_%{version}
 
 %{__cat} <<EOF >http-replicator.logrotate
 %{_localstatedir}/log/http-replicator.* {
@@ -58,11 +58,11 @@
 
 ### Enable "static mode": files are known to never change so files that are
 ### present are served from cache directly without contacting the server
-ENABLE_STATIC_MODE="no"
+ENABLE_STATIC_MODE=""
 
 ### Enable "flat mode" for the cache: all files are saved in a single
 ### (cache) directory.
-ENABLE_FLAT_CACHE="no"
+ENABLE_FLAT_CACHE=""
 
 ### Forward requests to an external proxy server, specified as "host:port"
 ### or "username:password at host:port" if the server requires authentication.
@@ -233,5 +233,9 @@
 %{_localstatedir}/cache/http-replicator/
 
 %changelog
+* Sun Jun 22 2008 Dries Verachtert <dries at ulyssis.org> - 3.0-2
+- Fix the default values of the http-replicator.sysconfig, thanks to Izaak Branderhorst.
+- URL and source location changed.
+
 * Fri Oct 12 2007 Dag Wieers <dag at wieers.com> - 3.0-1
 - Initial package. (based on Pascal Bleser's work)



More information about the svn-commits mailing list