rpms/clamav/EL-4 clamav.spec,1.31,1.32

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Dec 21 19:57:07 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/clamav/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27489

Modified Files:
	clamav.spec 
Log Message:

disable zlib vcheck



Index: clamav.spec
===================================================================
RCS file: /cvs/pkgs/rpms/clamav/EL-4/clamav.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- clamav.spec	21 Dec 2007 19:42:42 -0000	1.31
+++ clamav.spec	21 Dec 2007 19:56:30 -0000	1.32
@@ -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 @@
 # 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 @@
 %changelog
 * Fri Dec 21 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 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 <tcallawa at redhat.com> - 0.92-4
 - EPEL fixes




More information about the fedora-extras-commits mailing list