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: 11-Jan-2006 19:52:21
Branch: HEAD Handle: 2006011118522100
Modified files:
openpkg-src/wx wx.spec
Log:
strip binary
Summary:
Revision Changes Path
1.24 +2 -1 openpkg-src/wx/wx.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wx/wx.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 wx.spec
--- openpkg-src/wx/wx.spec 1 Jan 2006 13:24:05 -0000 1.23
+++ openpkg-src/wx/wx.spec 11 Jan 2006 18:52:21 -0000 1.24
@@ -33,7 +33,7 @@
Group: XWindow
License: LGPL
Version: 2.6.2
-Release: 20051106
+Release: 20060111
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/wxwindows/wxGTK-%{version}.tar.bz2
@@ -114,6 +114,7 @@
# strip down installation
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]