]> git.pld-linux.org Git - packages/apache-mod_clamav.git/blame_incremental - apache-mod_clamav.spec
- unified
[packages/apache-mod_clamav.git] / apache-mod_clamav.spec
... / ...
CommitLineData
1# TODO
2# - fix build with new apache/apr (apr_off_t)
3%define apxs /usr/sbin/apxs
4%define mod_name clamav
5Summary: An Apache virus scanning filter
6Summary(pl): Filtr skanera antywirusowego dla Apache'a
7Name: apache-mod_%{mod_name}
8Version: 0.21
9Release: 0.1
10License: GPL
11Group: Networking/Daemons
12Source0: http://software.othello.ch/mod_clamav/mod_%{mod_name}-%{version}.tar.gz
13# Source0-md5: 98bd0d8628be8ddeae21da6623e57d20
14Source1: %{name}.conf
15Patch0: %{name}-libtool-tag.patch
16URL: http://software.othello.ch/mod_clamav/
17BuildRequires: %{apxs}
18BuildRequires: apache-devel >= 2.0
19BuildRequires: apr-devel >= 1:1.0
20BuildRequires: apr-util-devel >= 1:1.0
21BuildRequires: autoconf
22BuildRequires: automake
23BuildRequires: clamav-devel
24BuildRequires: libtool
25Requires: apache(modules-api) = %apache_modules_api
26Requires: apache-mod_proxy
27Requires: clamav
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null)
31%define _sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null)
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
38%description -l pl
39