1 |
# $Id: smeserver-clamav.spec,v 1.17 2008/10/07 15:36:02 slords Exp $ |
# $Id: smeserver-clamav.spec,v 1.20 2009/04/13 15:18:12 snetram Exp $ |
2 |
|
|
3 |
Summary: SME Server module to configure clamav |
Summary: SME Server module to configure clamav |
4 |
%define name smeserver-clamav |
%define name smeserver-clamav |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 2 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: smeserver-clamav-2.2.0-HeuristicScanPrecedence.patch |
14 |
|
Patch1: smeserver-clamav-2.2.0-fixperm.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-lib |
Requires: e-smith-lib |
18 |
Requires: e-smith-base |
Requires: e-smith-base |
19 |
Requires: clamav >= 0.93 |
Requires: clamav >= 0.94 |
20 |
Requires: clamd >= 0.93 |
Requires: clamd >= 0.94 |
21 |
Requires: clamav-db |
Requires: clamav-db |
22 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
23 |
Provides: e-smith-clamav |
Provides: e-smith-clamav |
31 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
* Mon Sep 22 2008 Stephen Noble <support@dungog.net> 2.2.0-2 |
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
35 |
|
- Fix permissions on freshclam.conf file [SME: 5319] |
36 |
|
|
37 |
|
* Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3 |
38 |
|
- Add HeuristicScanPrecedence option, default disabled [SME: 4598] |
39 |
|
|
40 |
|
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.2.0-2 |
41 |
- Obsolete e-smith-antivirus [SME: 4786] |
- Obsolete e-smith-antivirus [SME: 4786] |
42 |
|
|
43 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
306 |
|
|
307 |
%prep |
%prep |
308 |
%setup |
%setup |
309 |
|
%patch0 -p1 |
310 |
|
%patch1 -p1 |
311 |
|
|
312 |
%build |
%build |
313 |
perl createlinks |
perl createlinks |