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

  Server: cvs.openpkg.org                  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-Jul-2004 13:04:04
  Branch: HEAD                             Handle: 2004072112040300

  Modified files:
    openpkg-src/squid       squid.spec

  Log:
    added runtime dependencies and fixes for a perl script

  Summary:
    Revision    Changes     Path
    1.65        +10 -1      openpkg-src/squid/squid.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/squid/squid.spec
  ============================================================================
  $ cvs diff -u -r1.64 -r1.65 squid.spec
  --- openpkg-src/squid/squid.spec      20 Jul 2004 13:07:39 -0000      1.64
  +++ openpkg-src/squid/squid.spec      21 Jul 2004 11:04:03 -0000      1.65
  @@ -39,7 +39,7 @@
   Group:        Web
   License:      GPL
   Version:      %{V_maj}.%{V_min}.%{V_rev}
  -Release:      20040720
  +Release:      20040721
   
   #   package options
   %option       with_fsl   yes
  @@ -79,6 +79,9 @@
   BuildPreReq:  openssl
   PreReq:       openssl
   %endif
  +%if "%{with_ntlm}" == "yes"
  +PreReq:       samba
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -102,6 +105,12 @@
       %patch -p0 -P 0
       find . -name "*.orig" -print | xargs rm -f
   %endif
  +%if "%{with_ntlm}" == "yes"
  +    %{l_shtool} subst \
  +        -e 's;/usr/bin/perl;%{l_prefix}/bin/perl;' \
  +        -e 's;wbinfo;%{l_prefix}/bin/wbinfo;' \
  +        helpers/external_acl/wbinfo_group/wbinfo_group.pl
  +%endif
   
   %build
       #   configure package
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to