]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- lib64 safe; rel 2 auto/ac/clamav-0_95-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Mar 2009 14:52:47 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.262

clamav.spec

index e9472c9addf02657420975589b51f084fb5434c7..7eb85155013c9f22fe6a32a4a2dcd278dc510d0f 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 # - Make freshclam package (script and daemon)
-# - user system libltdl
 # - restart amavis in triggers if group membership was modified?
 #
 # Conditional build:
@@ -10,7 +9,7 @@ Summary:       An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
 Version:       0.95
-Release:       1
+Release:       2
 Epoch:         0
 License:       GPL v2+
 Group:         Applications
@@ -157,9 +156,11 @@ Biblioteki statyczne clamav.
        %{?with_milter:--enable-milter} \
        --with-dbdir=/var/lib/%{name} \
        --with-no-cache \
-       --with-ltdl-include=/usr/include/ \
-       --with-ltdl-lib=/usr/lib/
-%{__make} LIBTOOL=/usr/bin/libtool
+       --with-ltdl-include=/usr/include \
+       --with-ltdl-lib=%{_libdir}
+
+%{__make} \
+       LIBTOOL=/usr/bin/libtool
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.161927 seconds and 4 git commands to generate.