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:   11-Jan-2006 19:54:17
  Branch: HEAD                             Handle: 2006011118541700

  Modified files:
    openpkg-src/cpio        cpio.spec

  Log:
    strip libexec binaries

  Summary:
    Revision    Changes     Path
    1.31        +2  -1      openpkg-src/cpio/cpio.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/cpio/cpio.spec
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 cpio.spec
  --- openpkg-src/cpio/cpio.spec        1 Jan 2006 13:12:43 -0000       1.30
  +++ openpkg-src/cpio/cpio.spec        11 Jan 2006 18:54:17 -0000      1.31
  @@ -33,7 +33,7 @@
   Group:        Archiver
   License:      GPL
   Version:      2.6
  -Release:      20050206
  +Release:      20060111
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/pub/gnu/cpio/cpio-%{version}.tar.gz
  @@ -80,6 +80,7 @@
       mv $RPM_BUILD_ROOT%{l_prefix}/man/man1/mt.1 \
          $RPM_BUILD_ROOT%{l_prefix}/man/man1/rmt.1
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +    strip $RPM_BUILD_ROOT%{l_prefix}/libexec/cpio/* 2>/dev/null || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to