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: 15-May-2007 21:45:06
Branch: HEAD Handle: 2007051520450500
Modified files:
openpkg-src/squid squid.spec
Log:
strip more binaries
Summary:
Revision Changes Path
1.111 +4 -3 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.110 -r1.111 squid.spec
--- openpkg-src/squid/squid.spec 11 May 2007 05:51:10 -0000 1.110
+++ openpkg-src/squid/squid.spec 15 May 2007 19:45:05 -0000 1.111
@@ -38,7 +38,7 @@
Group: Web
License: GPL
Version: %{V_maj}.%{V_min}.%{V_rev}
-Release: 20070511
+Release: 20070515
# package options
%option with_fsl yes
@@ -186,8 +186,9 @@
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
# strip executables
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
- strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/libexec/squid/* >/dev/null 2>&1 || true
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]