OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   07-Sep-2004 15:04:39
  Branch: HEAD                             Handle: 2004090714043800

  Modified files:
    openpkg-src/tcpreplay   tcpreplay.spec

  Log:
    replace substitution expression with improved expression as suggested
    by Ralf

  Summary:
    Revision    Changes     Path
    1.27        +2  -2      openpkg-src/tcpreplay/tcpreplay.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/tcpreplay/tcpreplay.spec
  ============================================================================
  $ cvs diff -u -r1.26 -r1.27 tcpreplay.spec
  --- openpkg-src/tcpreplay/tcpreplay.spec      6 Sep 2004 12:48:32 -0000       1.26
  +++ openpkg-src/tcpreplay/tcpreplay.spec      7 Sep 2004 13:04:38 -0000       1.27
  @@ -34,7 +34,7 @@
   Group:        Network
   License:      BSD-style
   Version:      2.3.0
  -Release:      20040906
  +Release:      20040907
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/tcpreplay/tcpreplay-%{version}.tar.gz
  @@ -63,7 +63,7 @@
   %prep
       %setup -q
       %{l_shtool} subst \
  -        -e 's/#include "fakepcap.h";/#include "fakepcap.h"/' \
  +        -e 's/\(#include "fakepcap\.h"\);/\1/' \
           tcpprep.c
   
   %build
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to