diff --git a/clamav.spec b/clamav.spec index be432a6..f148d70 100644 --- a/clamav.spec +++ b/clamav.spec @@ -1,4 +1,4 @@ -## $Id: clamav.spec,v 1.30 2007/12/21 19:23:13 spot Exp $ +## $Id: clamav.spec,v 1.31 2007/12/21 19:42:42 spot Exp $ ## Fedora Extras specific customization below... # %bcond_without fedora @@ -13,12 +13,10 @@ %global pkgdatadir %_datadir/%name -%{!?release_func:%global release_func() %1%{?dist}} - Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.92 -Release: %release_func 4.1 +Release: 4.%{?dist}.2 License: GPLv2 Group: Applications/File @@ -253,7 +251,7 @@ export LDFLAGS='-Wl,--as-needed' # HACK: remove me, when configure uses $LIBS instead of $LDFLAGS for milter check export LIBS='-lmilter -lpthread' %configure --disable-clamav --with-dbdir=/var/lib/clamav \ - --enable-milter --disable-static --disable-unrar + --enable-milter --disable-static --disable-unrar --disable-zlib-vcheck sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool # No rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -513,6 +511,7 @@ test "$1" = 0 || %_initrddir/clamav-milter condrestart >/dev/null || : %changelog * Fri Dec 21 2007 Tom "spot" Callaway - 0.92-4.2 - EL-4 not using fedora-account style due to missing deps +- disable zlib-vcheck * Fri Dec 21 2007 Tom "spot" Callaway - 0.92-4 - EPEL fixes