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:25:54
Branch: HEAD Handle: 2005072607255400
Modified files:
openpkg-src/tetex tetex.spec
Log:
strip binaries
Summary:
Revision Changes Path
1.66 +2 -1 openpkg-src/tetex/tetex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.spec
============================================================================
$ cvs diff -u -r1.65 -r1.66 tetex.spec
--- openpkg-src/tetex/tetex.spec 17 Jul 2005 10:05:14 -0000 1.65
+++ openpkg-src/tetex/tetex.spec 26 Jul 2005 06:25:54 -0000 1.66
@@ -38,7 +38,7 @@
Group: Text
License: GPL
Version: %{V_src}
-Release: 20050717
+Release: 20050726
# package options
%option with_x11 no
@@ -230,6 +230,7 @@
# cleanup the installation
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
+ 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]