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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   01-Jul-2003 15:40:03
  Branch: HEAD                             Handle: 2003070114400201

  Modified files:
    openpkg-src/cadaver     cadaver.spec
    openpkg-web             news.txt

  Log:
    fix neon and getopt issues; upgrade again to EVAL

  Summary:
    Revision    Changes     Path
    1.16        +10 -10     openpkg-src/cadaver/cadaver.spec
    1.5122      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/cadaver/cadaver.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 cadaver.spec
  --- openpkg-src/cadaver/cadaver.spec  28 Jun 2003 12:22:25 -0000      1.15
  +++ openpkg-src/cadaver/cadaver.spec  1 Jul 2003 13:40:03 -0000       1.16
  @@ -23,19 +23,17 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   FIXME mlelstv - JUNK because of neon API changes
  -
   #   package information
   Name:         cadaver
   Summary:      Command-Line WebDAV client
   URL:          http://www.webdav.org/cadaver/
   Vendor:       Joe Orton
   Packager:     The OpenPKG Project
  -Distribution: OpenPKG [JUNK]
  +Distribution: OpenPKG [EVAL]
   Group:        Web
   License:      GPL
   Version:      0.21.0
  -Release:      20030628
  +Release:      20030701
   
   #   list of sources
   Source0:      http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
  @@ -44,9 +42,9 @@
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20021230
  -BuildPreReq:  ncurses, libxml, neon, zlib, openssl, libiconv, readline
  +BuildPreReq:  ncurses, libxml, zlib, openssl, libiconv, readline, getopt
   PreReq:       OpenPKG, openpkg >= 20021230
  -PreReq:       ncurses, libxml, neon, zlib, openssl, libiconv, readline
  +PreReq:       ncurses, libxml, zlib, openssl, libiconv, readline, getopt
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -60,15 +58,17 @@
       %setup -q
   
   %build
  +    echo 'ac_cv_func_getopt_long=yes' >config.cache
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
  -    CPPFLAGS="-I%{l_prefix}/include" \
  -    LDFLAGS="-L%{l_prefix}/lib" \
  +    CPPFLAGS="%{l_cppflags}" \
  +    LDFLAGS="%{l_ldflags}" \
  +    LIBS="-lgetopt" \
       XML2_CONFIG="%{l_prefix}/bin/xml2-config" \
       ./configure \
  +        --cache-file=./config.cache \
           --prefix=%{l_prefix} \
  -        --without-included-neon \
  -        --with-neon=%{l_prefix} \
  +        --with-included-neon \
           --with-ssl=%{l_prefix}
       %{l_shtool} subst -e 's;lib/getopt1;lib/getopt1.o lib/getopt;' Makefile
       %{l_make} %{l_mflags -O}
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5121 -r1.5122 news.txt
  --- openpkg-web/news.txt      1 Jul 2003 13:34:12 -0000       1.5121
  +++ openpkg-web/news.txt      1 Jul 2003 13:40:02 -0000       1.5122
  @@ -1,3 +1,4 @@
  +01-Jul-2003: Upgraded package: P<cadaver-0.21.0-20030701>
   01-Jul-2003: Upgraded package: P<gcc32-3.2.3-20030701>
   01-Jul-2003: Upgraded package: P<gcc-3.3-20030701>
   01-Jul-2003: Upgraded package: P<gcc33-3.3.1s20030630-20030701>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to