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:   22-Oct-2006 12:32:25
  Branch: HEAD                             Handle: 2006102211322400

  Modified files:
    openpkg-src/elm         elm.spec

  Log:
    fix permissions of executables and provide empty lib subdirs for
    correct run-time

  Summary:
    Revision    Changes     Path
    1.43        +3  -3      openpkg-src/elm/elm.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/elm/elm.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 elm.spec
  --- openpkg-src/elm/elm.spec  13 Oct 2006 17:27:54 -0000      1.42
  +++ openpkg-src/elm/elm.spec  22 Oct 2006 10:32:24 -0000      1.43
  @@ -38,7 +38,7 @@
   Group:        Mail
   License:      ELM License
   Version:      %{V_base}.%{V_me}%{V_pl}
  -Release:      20061013
  +Release:      20061022
   
   #   list of sources
   Source0:      http://www.elmme-mailer.org/elm-%{V_base}ME+%{V_me}.tar.gz
  @@ -116,8 +116,8 @@
       %{l_make} %{l_mflags} install
   
       #   strip down installation
  -    rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/elm/elm.filelist
  -    rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/elm/elm.map.*
  +    chmod 775 $RPM_BUILD_ROOT%{l_prefix}/bin/*
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/elm.filelist
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/cat1
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       strip $RPM_BUILD_ROOT%{l_prefix}/lib/elm/* >/dev/null 2>&1 || true
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to