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: 03-Oct-2006 09:33:47
Branch: HEAD Handle: 2006100308334600
Modified files:
openpkg-src/lsof lsof.spec
Log:
workaround some strip problems under AIX by doing an explicit strip
whos results we just intentionally ignore
Summary:
Revision Changes Path
1.62 +3 -2 openpkg-src/lsof/lsof.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 lsof.spec
--- openpkg-src/lsof/lsof.spec 24 Sep 2006 08:34:31 -0000 1.61
+++ openpkg-src/lsof/lsof.spec 3 Oct 2006 07:33:46 -0000 1.62
@@ -33,7 +33,7 @@
Group: Debugging
License: BSD
Version: 4.77
-Release: 20060924
+Release: 20061003
# list of sources
Source0:
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
@@ -84,9 +84,10 @@
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/man/man8
( cd lsof_%{version}_src
- %{l_shtool} install -c -s lsof $RPM_BUILD_ROOT%{l_prefix}/bin/
+ %{l_shtool} install -c lsof $RPM_BUILD_ROOT%{l_prefix}/bin/
%{l_shtool} install -c lsof.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
) || exit $?
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/lsof >/dev/null 2>&1 || true
setgid=""
case "%{l_platform -t}" in
*-freebsd* ) setgid="kmem" ;;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]