]> git.pld-linux.org Git - packages/apache-mod_clamav.git/commitdiff
- spaces -> tabs
authorankry <ankry@pld-linux.org>
Tue, 30 Dec 2003 14:00:09 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_clamav.spec -> 1.3

apache-mod_clamav.spec

index 872e7bd0e5250e73430223e5823cb497f0521496..a0ec72ab41d675b4d944f62f93c1567d33fa0f68 100644 (file)
@@ -1,6 +1,6 @@
-# $Revision: 1.2 $
-%define        apxs    /usr/sbin/apxs
-%define         mod_name        clamav
+# $Revision: 1.3 $
+%define        apxs            /usr/sbin/apxs
+%define                mod_name        clamav
 Summary:       An Apache virus scanning filter
 Summary(pl):   Filtr skanera antywirusowego dla Apache'a
 Name:          apache-mod_%{mod_name}
@@ -24,8 +24,8 @@ Requires:     clamav
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
-%define         _sysconfdir     /etc/httpd
-%define         _libexecdir     %{_libdir}/apache
+%define                _sysconfdir     /etc/httpd
+%define                _libexecdir     %{_libdir}/apache
 
 %description
 mod_clamav is an Apache 2 filter which scans the content delivered by
@@ -50,7 +50,7 @@ CPPFLAGS="-I `/usr/bin/apr-config --includedir` -I `/usr/bin/apu-config --includ
 export CPPFLAGS
 
 %configure \
-        --with-apxs=%{apxs}
+       --with-apxs=%{apxs}
 
 %{__make}
 
@@ -61,7 +61,7 @@ install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf}
 install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 
 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf"
-install %{SOURCE1}  ${CFG}/32_mod_clamav.conf
+install %{SOURCE1} ${CFG}/32_mod_clamav.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.139405 seconds and 4 git commands to generate.