OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jul-2008 19:00:20
Branch: HEAD Handle: 2008071018002000
Modified files:
openpkg-src/privoxy privoxy.spec
Log:
fix path in config
Summary:
Revision Changes Path
1.15 +2 -1 openpkg-src/privoxy/privoxy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/privoxy/privoxy.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 privoxy.spec
--- openpkg-src/privoxy/privoxy.spec 9 Jul 2008 20:01:27 -0000 1.14
+++ openpkg-src/privoxy/privoxy.spec 10 Jul 2008 17:00:20 -0000 1.15
@@ -32,7 +32,7 @@
Group: Web
License: GPL
Version: 3.0.9
-Release: 20080709
+Release: 20080710
# list of sources
Source0:
http://switch.dl.sourceforge.net/ijbswa/privoxy-%{version}-beta-src.tar.gz
@@ -105,6 +105,7 @@
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/privoxy/doc
rm -f $RPM_BUILD_ROOT%{l_prefix}/var/privoxy/log/*
%{l_shtool} subst \
+ -e 's;^\(user-manual\).*;\1
%{l_prefix}/share/privoxy/doc/user-manual/;' \
-e 's;^\(confdir\).*;\1 %{l_prefix}/etc/privoxy;' \
-e 's;^\(logdir\).*;\1 %{l_prefix}/var/privoxy/log;' \
-e 's;logfile logfile;logfile privoxy.log;' \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]