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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   13-Jan-2003 11:26:14
  Branch: HEAD                             Handle: 2003011310261301

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

  Log:
    bail out on error

  Summary:
    Revision    Changes     Path
    1.9         +3  -3      openpkg-src/xalan-c/xalan-c.spec
    1.2683      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xalan-c/xalan-c.spec
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 xalan-c.spec
  --- openpkg-src/xalan-c/xalan-c.spec  11 Jan 2003 17:25:07 -0000      1.8
  +++ openpkg-src/xalan-c/xalan-c.spec  13 Jan 2003 10:26:14 -0000      1.9
  @@ -37,7 +37,7 @@
   Group:        Web
   License:      Apache Software License 1.1
   Version:      %{V_opkg}
  -Release:      20030111
  +Release:      20030113
   
   #   package options
   %option       with_threads  no
  @@ -136,7 +136,7 @@
         ./configure \
           --prefix=%{l_prefix}
         %{l_make} %{l_mflags -O} PLATFORM="$pf"
  -    )
  +    ) <| exit $?
   
   %install
       %{l_shtool} mkdir -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/bin
  @@ -161,7 +161,7 @@
             %{l_shtool} install -c -m 644 \
                 $f $RPM_BUILD_ROOT%{l_prefix}/include/xalan/
         done
  -    )
  +    ) || exit $?
       %{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.2682 -r1.2683 news.txt
  --- openpkg-web/news.txt      13 Jan 2003 09:45:26 -0000      1.2682
  +++ openpkg-web/news.txt      13 Jan 2003 10:26:13 -0000      1.2683
  @@ -1,3 +1,4 @@
  +13-Jan-2003: Upgraded package: P<xalan-c-1.4-20030113>
   13-Jan-2003: Upgraded package: P<postfix-2.0.1-20030113>
   13-Jan-2003: Upgraded package: P<xmame-0.62.2-20030113>
   13-Jan-2003: Upgraded package: P<unrar-3.1.3-20030113>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to