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: 14-Feb-2007 19:58:39
Branch: HEAD Handle: 2007021418583900
Modified files:
openpkg-src/clamav clamav.spec
Log:
add additional dependencies and fix substitution in clamd.conf (syntax
has changed in 0.90)
Summary:
Revision Changes Path
1.81 +3 -3 openpkg-src/clamav/clamav.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/clamav/clamav.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 clamav.spec
--- openpkg-src/clamav/clamav.spec 14 Feb 2007 18:51:59 -0000 1.80
+++ openpkg-src/clamav/clamav.spec 14 Feb 2007 18:58:39 -0000 1.81
@@ -46,10 +46,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, bzip2
+BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, bzip2, pkgconfig, bc
PreReq: OpenPKG, openpkg >= 20060823
-BuildPreReq: zlib, bzip2, curl, gmp, libiconv
-PreReq: zlib, bzip2, curl, gmp, libiconv
+BuildPreReq: zlib, bzip2, curl, gmp, libiconv, openssl
+PreReq: zlib, bzip2, curl, gmp, libiconv, openssl
%if "%{with_milter}" == "yes"
BuildPreReq: milter
PreReq: milter
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]