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:   23-Jan-2006 14:34:12
  Branch: HEAD                             Handle: 2006012313341100

  Modified files:
    openpkg-src/nagios      nagios.spec

  Log:
    fix indentation, dependency style and dependency for libraries

  Summary:
    Revision    Changes     Path
    1.43        +5  -5      openpkg-src/nagios/nagios.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/nagios/nagios.spec
  ============================================================================
  $ cvs diff -u -r1.42 -r1.43 nagios.spec
  --- openpkg-src/nagios/nagios.spec    23 Jan 2006 13:31:15 -0000      1.42
  +++ openpkg-src/nagios/nagios.spec    23 Jan 2006 13:34:11 -0000      1.43
  @@ -42,7 +42,7 @@
   #   package options
   %option       with_eperl  yes
   %option       with_fsl    yes
  -%option       with_ldap    yes
  +%option       with_ldap   yes
   
   #   list of sources
   Source0:      
http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-%{V_nagios}.tar.gz
  @@ -55,16 +55,16 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -%if "%{with_ldap}" == "yes"
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, traceroute, gcc, openldap
  -%else
   BuildPreReq:  OpenPKG, openpkg >= 20040130, traceroute, gcc
  -%endif
   PreReq:       OpenPKG, openpkg >= 20040130, traceroute, apache, MTA
   BuildPreReq:  zlib, jpeg, png, gd
   PreReq:       zlib, jpeg, png, gd
   BuildPreReq:  openssl, openssh, coreutils, inetutils, fping
   PreReq:       openssl, openssh, coreutils, inetutils, fping
  +%if "%{with_ldap}" == "yes"
  +BuildPreReq:  openldap
  +PreReq:       openldap
  +%endif
   %if "%{with_fsl}" == "yes"
   BuildPreReq:  fsl >= 1.3.0
   PreReq:       fsl >= 1.3.0
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to