1 |
# $Id: smeserver-clamav.spec,v 1.23 2009/11/04 13:10:15 snetram Exp $ |
# $Id: smeserver-clamav.spec,v 1.28 2010/04/18 17:22:57 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 6 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
14 |
Patch1: smeserver-clamav-2.2.0-fixperm.patch |
Patch1: smeserver-clamav-2.2.0-fixperm.patch |
15 |
Patch2: smeserver-clamav-2.2.0-defaultHeuristicScanPrecedence2yes.patch |
Patch2: smeserver-clamav-2.2.0-defaultHeuristicScanPrecedence2yes.patch |
16 |
Patch3: smeserver-clamav-2.2.0-logrotate.patch |
Patch3: smeserver-clamav-2.2.0-logrotate.patch |
17 |
|
Patch4: smeserver-clamav-2.2.0-nocreate.patch |
18 |
|
Patch5: smeserver-clamav-2.2.0-logrotate.patch2 |
19 |
|
Patch6: smeserver-clamav-2.2.0-MemLimit-0.96.patch |
20 |
|
Patch7: smeserver-clamav-2.2.0-MemLimit2.patch |
21 |
|
Patch8: smeserver-clamav-2.2.0-crondaily.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
24 |
Requires: e-smith-lib |
Requires: e-smith-lib |
38 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.0.0-6.sme |
* Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-11.sme |
42 |
|
- template /etc/cron.daily/freshclam, and make it a NO-OP [SME: 6011] |
43 |
|
|
44 |
|
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-10.sme |
45 |
|
- Increase MemLimit to 600M for clamav-0.96 [SME: 5868] |
46 |
|
|
47 |
|
* Fri Apr 02 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-9.sme |
48 |
|
- Increase MemLimit to 300M for clamav-0.96 [SME: 5868] |
49 |
|
|
50 |
|
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.2.0-8.sme |
51 |
|
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5570] |
52 |
|
|
53 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme |
54 |
|
- Remove create option from logrotate configuration [SME: 5570] |
55 |
|
- Fix version number in previous changelog entry |
56 |
|
|
57 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
58 |
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5570] |
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5570] |
59 |
- Minor changelog fixes in version number |
- Minor changelog fixes in version number |
60 |
|
|
340 |
%patch1 -p1 |
%patch1 -p1 |
341 |
%patch2 -p1 |
%patch2 -p1 |
342 |
%patch3 -p1 |
%patch3 -p1 |
343 |
|
%patch4 -p1 |
344 |
|
%patch5 -p1 |
345 |
|
%patch6 -p1 |
346 |
|
%patch7 -p1 |
347 |
|
%patch8 -p1 |
348 |
|
|
349 |
%build |
%build |
350 |
perl createlinks |
perl createlinks |