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: 08-Jul-2005 09:49:37
Branch: HEAD Handle: 2005070808493600
Modified files:
openpkg-src/citadel citadel.spec
Log:
upgrading package: citadel 6.52 -> 6.53
Summary:
Revision Changes Path
1.22 +6 -3 openpkg-src/citadel/citadel.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/citadel/citadel.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 citadel.spec
--- openpkg-src/citadel/citadel.spec 6 Jul 2005 17:47:26 -0000 1.21
+++ openpkg-src/citadel/citadel.spec 8 Jul 2005 07:49:36 -0000 1.22
@@ -32,8 +32,8 @@
Class: EVAL
Group: Mail
License: GNU
-Version: 6.52
-Release: 20050706
+Version: 6.53
+Release: 20050708
# package options
%option with_ical no
@@ -45,8 +45,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, db >= 4.1, make, gcc, zlib,
ncurses, openssl
+BuildPreReq: OpenPKG, openpkg >= 20040130, db >= 4.1, make, gcc
PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: zlib, ncurses, openssl
+PreReq: zlib, ncurses, openssl
%if "%{with_ical}" == "yes"
PreReq: libical
%endif
@@ -81,6 +83,7 @@
CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
+ LIBS="-lz" \
./configure \
--prefix=%{l_prefix} \
--with-db=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]