]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blame - apache-mod_clamav.spec
- unified files
[packages/apache-mod_clamav.git] / apache-mod_clamav.spec
CommitLineData
2488ddd4
ER
1# TODO
2# - fix build with new apache/apr (apr_off_t)
98557b57 3%define apxs /usr/sbin/apxs
4%define mod_name clamav
c95298f0
JB
5Summary: An Apache virus scanning filter
6Summary(pl): Filtr skanera antywirusowego dla Apache'a
d418d050 7Name: apache-mod_%{mod_name}
549a221a 8Version: 0.21
2488ddd4 9Release: 0.1
d418d050 10License: GPL
11Group: Networking/Daemons
12Source0: http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
549a221a 13# Source0-md5: 98bd0d8628be8ddeae21da6623e57d20
d418d050 14Source1: %{name}.conf
15Patch0: %{name}-libtool-tag.patch
16URL: http://software.othello.ch/mod_clamav/
17BuildRequires: %{apxs}
ecf6a5d2 18BuildRequires: apache-devel >= 2.0
2488ddd4
ER
19BuildRequires: apr-devel >= 1:1.0
20BuildRequires: apr-util-devel >= 1:1.0
c95298f0
JB
21BuildRequires: autoconf
22BuildRequires: automake
9c2e6dce 23BuildRequires: clamav-devel
0aa5d0e9 24BuildRequires: libtool
2488ddd4 25Requires: apache(modules-api) = %apache_modules_api
d418d050 26Requires: apache-mod_proxy
27Requires: clamav
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
2488ddd4
ER
30%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
31%define _sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)
d418d050 32
33%description
34mod_clamav is an Apache 2 filter which scans the content delivered by
35the proxy module (mod_proxy) for viruses using the Clamav virus
36scanning engine.
37
c95298f0
JB
38%description -l pl
39