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