]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- up to rc3 auto/th/clamav-0_90-0_rc3_1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 12 Feb 2007 12:57:32 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.207

clamav.spec

index e4ef8c6b6dde82ec242ac20885ac07ea6832af4e..5e942be78298178d2bc92b38cf54ce0717bf33d4 100644 (file)
@@ -5,8 +5,8 @@
 %bcond_without milter          # build without milter subpackage
 %bcond_with    curl            # enable curl support
 #
-%define                _rc             rc2
-%define                _rel    4
+%define                _rc             rc3
+%define                _rel    1
 Summary:       An anti-virus utility for Unix
 Summary(pl.UTF-8):   Narzędzie antywirusowe dla Uniksów
 Name:          clamav
@@ -16,7 +16,7 @@ Epoch:                0
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/clamav/%{name}-%{version}%{_rc}.tar.gz
-# Source0-md5: 91da47456ed28a7cfbfe17b033e15121
+# Source0-md5: 5af2bdbbb255829dd590609d900c1854
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
@@ -131,11 +131,6 @@ Biblioteki statyczne clamav.
 %patch2 -p1
 %patch3 -p0
 
-# kill old libtool.m4 copy
-head -n 489 acinclude.m4 > acinclude.m4.tmp
-tail -n +4089 acinclude.m4 >> acinclude.m4.tmp
-mv -f acinclude.m4.tmp acinclude.m4
-
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -256,6 +251,8 @@ fi
                s,^ClamukoScanOnOpen$,& yes,
                s,^ClamukoScanOnClose$,& yes,
                s,^ClamukoScanOnExec$,& yes,
+               s,^LogTime$,& yes,
+               s,^ScanPE$,& yes,
 ' /etc/clamd.conf
 %banner -e %{name}-0.90 <<EOF
 ClamAV config was automatically upgraded to 0.90 format. You should review it
This page took 0.09846 seconds and 4 git commands to generate.