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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-Mar-2005 15:43:28
  Branch: HEAD                             Handle: 2005030214432800

  Modified files:
    openpkg-src/sqlite      sqlite.spec

  Log:
    conditionally add dependency to gawk, because version 3.1.3 uses
    awk(1) gsub method which is not portable

  Summary:
    Revision    Changes     Path
    1.82        +4  -1      openpkg-src/sqlite/sqlite.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  ============================================================================
  $ cvs diff -u -r1.81 -r1.82 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec    20 Feb 2005 09:00:41 -0000      1.81
  +++ openpkg-src/sqlite/sqlite.spec    2 Mar 2005 14:43:28 -0000       1.82
  @@ -38,7 +38,7 @@
   Group:        Database
   License:      PD
   Version:      %{V_v2}
  -Release:      20050220
  +Release:      20050302
   
   #   package options
   %option       with_utf8            no
  @@ -61,6 +61,9 @@
   BuildPreReq:  readline
   PreReq:       readline
   %endif
  +%if "%{with_v3}" == "yes"
  +BuildPreReq:  gawk
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to