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

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-Aug-2005 10:22:26
  Branch: HEAD                             Handle: 2005080909222600

  Modified files:
    openpkg-src/vim         vim.spec

  Log:
    remove dependency to binutils tool strip(1)

  Summary:
    Revision    Changes     Path
    1.388       +2  -2      openpkg-src/vim/vim.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  ============================================================================
  $ cvs diff -u -r1.387 -r1.388 vim.spec
  --- openpkg-src/vim/vim.spec  1 Aug 2005 09:39:11 -0000       1.387
  +++ openpkg-src/vim/vim.spec  9 Aug 2005 08:22:26 -0000       1.388
  @@ -38,7 +38,7 @@
   Group:        Editor
   License:      Charityware
   Version:      %{V_vl}.%{V_pl}
  -Release:      20050801
  +Release:      20050809
   
   #   package options
   %option       with_x11        no
  @@ -306,7 +306,7 @@
       ) || exit $?
   
       #   strip down installation hierarchy
  -    strip $RPM_BUILD_ROOT%{l_prefix}/bin/vim
  +    strip $RPM_BUILD_ROOT%{l_prefix}/bin/vim >/dev/null 2>&1 || true
       rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/xxd
       rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/xxd.1
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/vim/tools
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to