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:30:37
Branch: HEAD Handle: 2005072607303700
Modified files:
openpkg-src/infozip infozip.spec
Log:
strip binaries
Summary:
Revision Changes Path
1.41 +2 -1 openpkg-src/infozip/infozip.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 infozip.spec
--- openpkg-src/infozip/infozip.spec 24 Mar 2005 11:19:05 -0000 1.40
+++ openpkg-src/infozip/infozip.spec 26 Jul 2005 06:30:37 -0000 1.41
@@ -39,7 +39,7 @@
Group: Archiver
License: BSD
Version: %{V_zip_here}.%{V_unzip_here}
-Release: 20050311
+Release: 20050726
# list of sources
Source0: ftp://ftp.info-zip.org/pub/infozip/src/zip%{V_zip_real}.tar.gz
@@ -109,6 +109,7 @@
INSTALL_D="%{l_shtool} mkdir -f -p -m 755"
) || exit $?
chmod -R u+w $RPM_BUILD_ROOT%{_prefix}
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]