OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 05-Feb-2004 09:17:50
Branch: HEAD Handle: 2004020508174702
Modified files:
openpkg-src/netcat netcat.spec
openpkg-web news.txt
Log:
cosmetics
Summary:
Revision Changes Path
1.31 +13 -11 openpkg-src/netcat/netcat.spec
1.8429 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/netcat/netcat.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 netcat.spec
--- openpkg-src/netcat/netcat.spec 3 Feb 2004 20:04:20 -0000 1.30
+++ openpkg-src/netcat/netcat.spec 5 Feb 2004 08:17:49 -0000 1.31
@@ -34,7 +34,7 @@
Group: Network
License: no restrictions
Version: 1.10
-Release: 20040203
+Release: 20040205
# list of sources
Source0: http://www.atstake.com/research/tools/nc110.tgz
@@ -50,12 +50,12 @@
%description
A simple Unix utility which reads and writes data across network
- connections using TCP or UDP protocol. It is designed to be a reliable
- "back-end" tool that can be used directly or easily driven by other
- programs and scripts. At the same time it is a feature-rich network
- debugging and exploration tool, since it can create almost any kind of
- connection you would need and has several interesting built-in
- capabilities.
+ connections using TCP or UDP protocol. It is designed to be a
+ reliable "back-end" tool that can be used directly or easily driven
+ by other programs and scripts. At the same time it is a feature-rich
+ network debugging and exploration tool, since it can create almost
+ any kind of connection you would need and has several interesting
+ built-in capabilities.
%track
prog netcat = {
@@ -78,11 +78,13 @@
%{l_make} %{l_mflags} $os
%install
- test -d $RPM_BUILD_ROOT && rm -rf $RPM_BUILD_ROOT
- %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
- %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/man/man1
+ rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/bin \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -s -m 755 nc $RPM_BUILD_ROOT%{l_prefix}/bin/
- %{l_shtool} install -c -m 644 %{SOURCE nc.1}
$RPM_BUILD_ROOT%{l_prefix}/man/man1/
+ %{l_shtool} install -c -m 644 %{SOURCE nc.1} \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8428 -r1.8429 news.txt
--- openpkg-web/news.txt 4 Feb 2004 19:14:48 -0000 1.8428
+++ openpkg-web/news.txt 5 Feb 2004 08:17:47 -0000 1.8429
@@ -1,3 +1,4 @@
+05-Feb-2004: Upgraded package: P<netcat-1.10-20040205>
04-Feb-2004: Upgraded package: P<mutt15-1.5.6i-20040204>
04-Feb-2004: Upgraded package: P<mplayer-1.0pre3-20040204>
04-Feb-2004: Upgraded package: P<blender-2.32-20040204>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]