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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Apr-2004 10:00:10
  Branch: HEAD                             Handle: 2004042209000900

  Modified files:
    openpkg-src/rekall      rekall.spec

  Log:
    added options' dependencies

  Summary:
    Revision    Changes     Path
    1.2         +8  -0      openpkg-src/rekall/rekall.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rekall/rekall.spec
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 rekall.spec
  --- openpkg-src/rekall/rekall.spec    22 Apr 2004 07:32:21 -0000      1.1
  +++ openpkg-src/rekall/rekall.spec    22 Apr 2004 08:00:09 -0000      1.2
  @@ -54,6 +54,14 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, X11, qt, python
   PreReq:       OpenPKG, openpkg >= 20040130, X11, qt, python
  +%if "%{with_mysql}" == "yes"
  +BuildPreReq:  mysql
  +PreReq:       mysql
  +%endif
  +%if "%{with_pgsql}" == "yes"
  +BuildPreReq:  postgresql
  +PreReq:       postgresql
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to