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:   15-Jan-2006 19:52:21
  Branch: HEAD                             Handle: 2006011518522100

  Modified files:
    openpkg-src/uuid        uuid.spec

  Log:
    upgrading package: uuid 1.3.2 -> 1.4.0

  Summary:
    Revision    Changes     Path
    1.31        +14 -6      openpkg-src/uuid/uuid.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/uuid/uuid.spec
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 uuid.spec
  --- openpkg-src/uuid/uuid.spec        1 Jan 2006 13:23:41 -0000       1.30
  +++ openpkg-src/uuid/uuid.spec        15 Jan 2006 18:52:21 -0000      1.31
  @@ -32,14 +32,15 @@
   Class:        BASE
   Group:        System
   License:      MIT/X11-style
  -Version:      1.3.2
  -Release:      20051206
  +Version:      1.4.0
  +Release:      20060115
   
   #   package options
  -%option       with_dce  no
  -%option       with_cxx  no
  -%option       with_perl no
  -%option       with_php  no
  +%option       with_dce   no
  +%option       with_cxx   no
  +%option       with_perl  no
  +%option       with_php   no
  +%option       with_pgsql no
   
   #   list of sources
   Source0:      ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
  @@ -60,6 +61,10 @@
   BuildPreReq:  php, autoconf, libtool
   PreReq:       php
   %endif
  +%if "%{with_pgsql}" == "yes"
  +BuildPreReq:  postgresql
  +PreReq:       postgresql
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -106,6 +111,9 @@
   %if "%{with_php}" == "yes"
           --with-php \
   %endif
  +%if "%{with_pgsql}" == "yes"
  +        --with-pgsql \
  +%endif
           --disable-shared
       %{l_make} %{l_mflags -O}
   %if "%{with_perl}" == "yes"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to