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: 01-Jan-2006 14:22:10
Branch: HEAD Handle: 2006010113221000
Modified files:
openpkg-src/cadaver cadaver.spec
Log:
upgrading package: cadaver 0.22.2 -> 0.22.3
Summary:
Revision Changes Path
1.30 +9 -7 openpkg-src/cadaver/cadaver.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cadaver/cadaver.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 cadaver.spec
--- openpkg-src/cadaver/cadaver.spec 1 Jan 2006 13:12:29 -0000 1.29
+++ openpkg-src/cadaver/cadaver.spec 1 Jan 2006 13:22:10 -0000 1.30
@@ -32,8 +32,8 @@
Class: PLUS
Group: Web
License: GPL
-Version: 0.22.2
-Release: 20050815
+Version: 0.22.3
+Release: 20060101
# list of sources
Source0: http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
@@ -44,8 +44,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: ncurses, libxml, zlib, openssl, libiconv, readline, getopt
-PreReq: ncurses, libxml, zlib, openssl, libiconv, readline, getopt
+BuildPreReq: ncurses, libxml, zlib, openssl, libiconv, readline, getopt,
neon
+PreReq: ncurses, libxml, zlib, openssl, libiconv, readline, getopt,
neon
AutoReq: no
AutoReqProv: no
@@ -71,14 +71,16 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
- LDFLAGS="-Llibneon %{l_ldflags}" \
+ LDFLAGS="%{l_ldflags}" \
LIBS="-lgetopt -lssl -lcrypto" \
XML2_CONFIG="%{l_prefix}/bin/xml2-config" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
- --with-included-neon \
- --with-ssl=%{l_prefix}
+ --with-libxml2 \
+ --with-neon=%{l_prefix} \
+ --with-libs=%{l_prefix} \
+ --with-ssl
%{l_shtool} subst -e 's;lib/getopt1;lib/getopt1.o lib/getopt;' Makefile
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]