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-Sep-2005 11:08:37
Branch: HEAD Handle: 2005090310083700
Modified files:
openpkg-src/ircii ircii.spec
Log:
strip all binaries
Summary:
Revision Changes Path
1.59 +2 -2 openpkg-src/ircii/ircii.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ircii/ircii.spec
============================================================================
$ cvs diff -u -r1.58 -r1.59 ircii.spec
--- openpkg-src/ircii/ircii.spec 6 Jun 2005 19:30:24 -0000 1.58
+++ openpkg-src/ircii/ircii.spec 3 Sep 2005 09:08:37 -0000 1.59
@@ -33,7 +33,7 @@
Group: Network
License: BSD
Version: 20040820
-Release: 20050606
+Release: 20050903
# list of sources
Source0: ftp://ircii.warped.com/pub/ircII/ircii-%{version}.tar.gz
@@ -87,7 +87,7 @@
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
# post-adjust installation installation
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/irc-%{version}
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/irc
mv $RPM_BUILD_ROOT%{l_prefix}/man/man1/ircII.1 \
$RPM_BUILD_ROOT%{l_prefix}/man/man1/irc.1
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]