]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- added nolibs patch, fix libtool to link libclamav properly on amd64; release 3 auto/ac/clamav-0_75_1-3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Aug 2004 22:33:52 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.114

clamav.spec

index 7d844c359a70f78dfde55b5f30092ff5b6cd9784..0db0a77f6767ba8438cde9fde79a78d46cb4984f 100644 (file)
@@ -8,7 +8,7 @@ Summary:        An anti-virus utility for Unix
 Summary(pl):   Antywirusowe narzêdzie dla Uniksów
 Name:          clamav
 Version:       0.75.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
@@ -28,6 +28,7 @@ Source8:      %{name}-post-updatedb
 Source9:       %{name}-milter.sysconfig
 Patch0:                %{name}-pld_config.patch
 Patch1:                %{name}-no_auto_libwrap.patch
+Patch2:                %{name}-nolibs.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -65,7 +66,6 @@ Shared libraries for clamav.
 %description libs -l pl
 Biblioteki dzielone clamav.
 
-%if %{with milter}
 %package milter
 Summary:       ClamAV filter using milter interface
 Summary(pl):   Filtr ClamAV korzystaj±cy z interfejsu milter
@@ -79,7 +79,6 @@ ClamAV sendmail filter using MILTER interface.
 
 %description -l pl milter
 Filtr ClamAV dla sendmaila korzystaj±cy z interfejsu MILTER.
-%endif
 
 %package devel
 Summary:       clamav - Development header files and libraries
@@ -124,10 +123,18 @@ Bazy wirus
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+# kill old libtool.m4 copy
+head -n 489 acinclude.m4 > acinclude.m4.tmp
+tail -n +4064 acinclude.m4 >> acinclude.m4.tmp
+mv -f acinclude.m4.tmp acinclude.m4
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --disable-clamav \
This page took 0.161088 seconds and 4 git commands to generate.