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:33:41
Branch: HEAD Handle: 2005072607334000
Modified files:
openpkg-src/apg apg.spec
Log:
strip binaries
Summary:
Revision Changes Path
1.44 +3 -1 openpkg-src/apg/apg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apg/apg.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 apg.spec
--- openpkg-src/apg/apg.spec 24 Mar 2005 11:18:25 -0000 1.43
+++ openpkg-src/apg/apg.spec 26 Jul 2005 06:33:40 -0000 1.44
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 2.2.3
-Release: 20040701
+Release: 20050726
# list of sources
Source0: http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
@@ -91,6 +91,8 @@
CHOWNPROG=true \
CHGRPPROG=true \
%{l_make} ${l_mflags} install INSTALL_PREFIX=$RPM_BUILD_ROOT%{l_prefix}
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/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]