[CVS] OpenPKG: openpkg-src/netcat/ netcat.spec openpkg-web/ news.txt

2004-02-05 Thread Christoph Schug
  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:
RevisionChanges 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.spec3 Feb 2004 20:04:20 -   1.30
  +++ openpkg-src/netcat/netcat.spec5 Feb 2004 08:17:49 -   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 -   1.8428
  +++ openpkg-web/news.txt  5 Feb 2004 08:17:47 -   1.8429
  @@ -1,3 +1,4 @@
  +05-Feb-2004: Upgraded package: P
   04-Feb-2004: Upgraded package: P
   04-Feb-2004: Upgraded package: P
   04-Feb-2004: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/netcat/ netcat.spec openpkg-web/ news.txt

2003-09-17 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   17-Sep-2003 12:05:56
  Branch: HEAD Handle: 2003091711055401

  Modified files:
openpkg-src/netcat  netcat.spec
openpkg-web news.txt

  Log:
Adjust platform test according to new OpenPKG macro standard

  Summary:
RevisionChanges Path
1.27+3  -3  openpkg-src/netcat/netcat.spec
1.6594  +1  -0  openpkg-web/news.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/netcat/netcat.spec
  
  $ cvs diff -u -r1.26 -r1.27 netcat.spec
  --- openpkg-src/netcat/netcat.spec8 Jul 2003 14:41:12 -   1.26
  +++ openpkg-src/netcat/netcat.spec17 Sep 2003 10:05:55 -  1.27
  @@ -33,7 +33,7 @@
   Group:Network
   License:  no restrictions
   Version:  1.10
  -Release:  20030707
  +Release:  20030917
   
   #   list of sources
   Source0:  http://www.atstake.com/research/tools/nc110.tgz
  @@ -62,8 +62,8 @@
   
   %build
   os=generic
  -case "%{l_target}" in
  -*-solaris* ) os=solaris ;;
  +case "%{l_platform -t}" in
  +*-sunos*   ) os=solaris ;;
   *-linux*   ) os=linux   ;;
   *-freebsd* ) os=freebsd ;;
   esac
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6593 -r1.6594 news.txt
  --- openpkg-web/news.txt  17 Sep 2003 07:55:28 -  1.6593
  +++ openpkg-web/news.txt  17 Sep 2003 10:05:54 -  1.6594
  @@ -1,3 +1,4 @@
  +17-Sep-2003: Upgraded package: P
   17-Sep-2003: Upgraded package: P
   17-Sep-2003: Upgraded package: P
   17-Sep-2003: Upgraded package: P
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/netcat netcat.spec openpkg-web news.txt

2002-08-15 Thread Thomas Lotterer

  OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-web, openpkg-src Date:   15-Aug-2002 19:39:33
  Branch: HEAD Handle: 2002081518393200

  Modified files:
openpkg-src/netcat  netcat.spec
openpkg-web news.txt

  Log:
requires gcc

  Summary:
RevisionChanges Path
1.19+2  -2  openpkg-src/netcat/netcat.spec
1.1200  +1  -0  openpkg-web/news.txt
  

  Index: openpkg-src/netcat/netcat.spec
  
  $ cvs diff -u -r1.18 -r1.19 netcat.spec
  --- openpkg-src/netcat/netcat.spec13 Aug 2002 12:49:02 -  1.18
  +++ openpkg-src/netcat/netcat.spec15 Aug 2002 17:39:32 -  1.19
  @@ -33,7 +33,7 @@
   Group:Network
   License:  no restrictions
   Version:  1.10
  -Release:  20020405
  +Release:  20020815
   
   #   list of sources
   Source0:  http://www.atstake.com/research/tools/nc110.tgz
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, gcc
   PreReq:   OpenPKG, openpkg >= 20020206
   AutoReq:  no
   AutoReqProv:  no
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.1199 -r1.1200 news.txt
  --- openpkg-web/news.txt  15 Aug 2002 17:29:44 -  1.1199
  +++ openpkg-web/news.txt  15 Aug 2002 17:39:32 -  1.1200
  @@ -1,3 +1,4 @@
  +15-Aug-2002: Upgraded package: P
   15-Aug-2002: Upgraded package: P
   15-Aug-2002: Upgraded package: P
   15-Aug-2002: Upgraded package: P
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]