1 |
# $Id: smeserver-clamav.spec,v 1.17 2008/10/07 15:36:01 slords Exp $ |
# $Id: smeserver-clamav.spec,v 1.21 2009/11/06 10:26:47 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.0.0 |
%define version 2.0.0 |
7 |
%define release 2 |
%define release 6 |
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.0.0-HeuristicScanPrecedence.patch |
14 |
|
Patch1: smeserver-clamav-2.0.0-fixperm.patch |
15 |
|
Patch2: smeserver-clamav-2.0.0-logrotate.patch |
16 |
|
Patch3: smeserver-clamav-2.0.0-nocreate.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
Requires: e-smith-lib |
Requires: e-smith-lib |
20 |
Requires: e-smith-base |
Requires: e-smith-base |
21 |
Requires: clamav >= 0.93 |
Requires: clamav >= 0.94 |
22 |
Requires: clamd >= 0.93 |
Requires: clamd >= 0.94 |
23 |
Requires: clamav-db |
Requires: clamav-db |
24 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
25 |
Provides: e-smith-clamav |
Provides: e-smith-clamav |
33 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.0.0-2 |
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-6.sme |
37 |
|
- Remove create option from logrotate configuration [SME: 5287] |
38 |
|
|
39 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-5.sme |
40 |
|
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5287] |
41 |
|
- Minor changelog fixes in version number |
42 |
|
|
43 |
|
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.0.0-4.sme |
44 |
|
- Fix permissions on freshclam.conf file [SME: 5320] |
45 |
|
|
46 |
|
* Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-3.sme |
47 |
|
- Add HeuristicScanPrecedence option, default disabled [SME: 4598] |
48 |
|
|
49 |
|
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.0.0-2.sme |
50 |
- Obsolete e-smith-antivirus [SME: 4786] |
- Obsolete e-smith-antivirus [SME: 4786] |
51 |
|
|
52 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
315 |
|
|
316 |
%prep |
%prep |
317 |
%setup |
%setup |
318 |
|
%patch0 -p1 |
319 |
|
%patch1 -p1 |
320 |
|
%patch2 -p1 |
321 |
|
%patch3 -p1 |
322 |
|
|
323 |
%build |
%build |
324 |
perl createlinks |
perl createlinks |