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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   24-Jan-2004 21:14:37
  Branch: HEAD                             Handle: 2004012420143501

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

  Log:
    try to workaround 'argument list to long' problem the build farm is
    confronted with

  Summary:
    Revision    Changes     Path
    1.15        +4  -3      openpkg-src/icon/icon.spec
    1.8215      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/icon/icon.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 icon.spec
  --- openpkg-src/icon/icon.spec        23 Jan 2004 13:09:42 -0000      1.14
  +++ openpkg-src/icon/icon.spec        24 Jan 2004 20:14:36 -0000      1.15
  @@ -37,7 +37,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_here}
  -Release:      20031019
  +Release:      20040124
   
   #   list of sources
   Source0:      ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz
  @@ -84,8 +84,9 @@
           $RPM_BUILD_ROOT%{l_prefix}/share/icon
       mv $RPM_BUILD_ROOT%{l_prefix}/bin/libcfunc.so \
          $RPM_BUILD_ROOT%{l_prefix}/share/icon/
  -    mv $RPM_BUILD_ROOT%{l_prefix}/lib/* \
  -       $RPM_BUILD_ROOT%{l_prefix}/share/icon/
  +    for file in $RPM_BUILD_ROOT%{l_prefix}/lib/*; do
  +       mv $file $RPM_BUILD_ROOT%{l_prefix}/share/icon/
  +    done
       %{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.8214 -r1.8215 news.txt
  --- openpkg-web/news.txt      24 Jan 2004 20:11:57 -0000      1.8214
  +++ openpkg-web/news.txt      24 Jan 2004 20:14:35 -0000      1.8215
  @@ -1,3 +1,4 @@
  +24-Jan-2004: Upgraded package: P<icon-9.4.2-20040124>
   24-Jan-2004: Upgraded package: P<libffi-20040124-20040124>
   24-Jan-2004: Upgraded package: P<ldapvi-1.0-20040124>
   24-Jan-2004: Upgraded package: P<kaffe-1.1.3-20040124>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to