]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blame - apache-mod_clamav.spec
- up to 0.13, more BR:'s, md5sum
[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}
9c2e6dce 6Version: 0.13
d418d050 7Release: 1
8License: GPL
9Group: Networking/Daemons
10Source0: http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
9c2e6dce 11# Source0-md5: e6cc9a4d7a1b29a38ca4c42d85fe8ef6
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: bzip2-devel
22BuildRequires: clamav-devel
23BuildRequires: gmp-devel
d418d050 24Requires: apache >= 2
25Requires: apache-mod_proxy
26Requires: clamav
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
98557b57 30%define _sysconfdir /etc/httpd
31%define _libexecdir %{_libdir}/apache
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