]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blame - apache-mod_clamav.spec
- added Date tag, removed COPYING (just GPL) and INSTALL (generic) from doc
[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}
6Version: 0.12
7Release: 1
8License: GPL
9Group: Networking/Daemons
10Source0: http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
11Source1: %{name}.conf
12Patch0: %{name}-libtool-tag.patch
13URL: http://software.othello.ch/mod_clamav/
14BuildRequires: %{apxs}
ecf6a5d2 15BuildRequires: apache-devel >= 2.0
d418d050 16BuildRequires: apr-devel
17BuildRequires: apr-util-devel
c95298f0
JB
18BuildRequires: autoconf
19BuildRequires: automake
d418d050 20Requires: apache >= 2
21Requires: apache-mod_proxy
22Requires: clamav
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%define _pkglibdir %(%{apxs} -q LIBEXECDIR)
98557b57 26%define _sysconfdir /etc/httpd
27%define _libexecdir %{_libdir}/apache
d418d050 28
29%description
30mod_clamav is an Apache 2 filter which scans the content delivered by
31the proxy module (mod_proxy) for viruses using the Clamav virus
32scanning engine.
33
c95298f0
JB
34%description -l pl
35