OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 11-Nov-2002 21:07:07
Branch: HEAD Handle: 2002111120070601
Modified files:
openpkg-src/minicom minicom.spec
openpkg-web news.txt
Log:
strip binaries
Summary:
Revision Changes Path
1.27 +4 -1 openpkg-src/minicom/minicom.spec
1.1995 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/minicom/minicom.spec
============================================================
$ cvs diff -u -r1.26 -r1.27 minicom.spec
--- openpkg-src/minicom/minicom.spec 26 Aug 2002 09:52:31 -0000 1.26
+++ openpkg-src/minicom/minicom.spec 11 Nov 2002 20:07:07 -0000 1.27
@@ -32,7 +32,7 @@
Group: Communication
License: BSD
Version: 2.00.0
-Release: 20020622
+Release: 20021111
# list of sources
Source0: http://www.netsonic.fi/~walker/minicom-%{version}.src.tar.gz
@@ -105,6 +105,9 @@
echo "root" >>$RPM_BUILD_ROOT%{l_prefix}/etc/minicom/minicom.users
%{l_shtool} install -c -m 644 \
doc/minirc.dfl $RPM_BUILD_ROOT%{l_prefix}/etc/minicom/
+
+ # strip binaries
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
# determine installation files
attr="4755,uucp,%{l_mgrp}"
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1994 -r1.1995 news.txt
--- openpkg-web/news.txt 11 Nov 2002 20:06:03 -0000 1.1994
+++ openpkg-web/news.txt 11 Nov 2002 20:07:06 -0000 1.1995
@@ -1,3 +1,4 @@
+11-Nov-2002: Upgraded package: P<minicom-2.00.0-20021111>
11-Nov-2002: Upgraded package: P<glimpse-4.17.1-20021111>
11-Nov-2002: Upgraded package: P<amd-6.0.8-20021111>
11-Nov-2002: Upgraded package: P<openssh-3.4p1-20021111>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]