]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blame - apache-mod_clamav.spec
- spaces -> tabs
[packages/apache-mod_clamav.git] / apache-mod_clamav.spec
CommitLineData
98557b57 1# $Revision: 1.3 $
2%define apxs /usr/sbin/apxs
3%define mod_name clamav
c95298f0
JB
4Summary: An Apache virus scanning filter
5Summary(pl): Filtr skanera antywirusowego dla Apache'a
d418d050 6Name: apache-mod_%{mod_name}
7Version: 0.12
8Release: 1
9License: GPL
10Group: Networking/Daemons
11Source0: http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
12Source1: %{name}.conf
13Patch0: %{name}-libtool-tag.patch
14URL: http://software.othello.ch/mod_clamav/
15BuildRequires: %{apxs}
d418d050 16BuildRequires: apache-devel
17BuildRequires: apr-devel
18BuildRequires: apr-util-devel
c95298f0
JB
19BuildRequires: autoconf
20BuildRequires: automake
d418d050 21Requires: apache >= 2
22Requires: apache-mod_proxy
23Requires: clamav
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
98557b57 27%define _sysconfdir /etc/httpd
28%define _libexecdir %{_libdir}/apache
d418d050 29
30%description
31mod_clamav is an Apache 2 filter which scans the content delivered by
32the proxy module (mod_proxy) for viruses using the Clamav virus
33scanning engine.
34
c95298f0
JB
35%description -l pl
36