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: 26-Jul-2005 08:31:59
Branch: HEAD Handle: 2005072607315900
Modified files:
openpkg-src/privoxy privoxy.spec
Log:
strip sbin/ binaries (there are no binaries under bin/ for this
package)
Summary:
Revision Changes Path
1.2 +2 -2 openpkg-src/privoxy/privoxy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/privoxy/privoxy.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 privoxy.spec
--- openpkg-src/privoxy/privoxy.spec 25 Jul 2005 07:59:46 -0000 1.1
+++ openpkg-src/privoxy/privoxy.spec 26 Jul 2005 06:31:59 -0000 1.2
@@ -33,7 +33,7 @@
Group: Web
License: GPL
Version: 3.0.3
-Release: 20050725
+Release: 20050726
# list of sources
Source0:
http://osdn.dl.sourceforge.net/ijbswa/privoxy-%{version}-stable-src.tar.gz
@@ -94,7 +94,7 @@
SHARE_DEST=$RPM_BUILD_ROOT%{l_prefix}/share/privoxy \
VAR_DEST=$RPM_BUILD_ROOT%{l_prefix}/var/privoxy
chmod a+r $RPM_BUILD_ROOT%{l_prefix}/etc/privoxy/*
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/privoxy/doc
rm -f $RPM_BUILD_ROOT%{l_prefix}/var/privoxy/log/*
%{l_shtool} subst \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]