1 |
# $Id: smeserver-clamav.spec,v 1.18 2008/11/26 21:18:33 dungog Exp $ |
# $Id: smeserver-clamav.spec,v 1.27 2010/04/02 11:04:52 filippocarletti 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 10 |
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 |
|
Patch2: smeserver-clamav-2.2.0-defaultHeuristicScanPrecedence2yes.patch |
16 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: e-smith-lib |
Requires: e-smith-lib |
24 |
Requires: e-smith-base |
Requires: e-smith-base |
25 |
Requires: clamav >= 0.93 |
Requires: clamav >= 0.94 |
26 |
Requires: clamd >= 0.93 |
Requires: clamd >= 0.94 |
27 |
Requires: clamav-db |
Requires: clamav-db |
28 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
29 |
Provides: e-smith-clamav |
Provides: e-smith-clamav |
37 |
SME Server enhancement to configure and run clamd and freshclam |
SME Server enhancement to configure and run clamd and freshclam |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.2.0-2 |
* Sun Apr 18 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-10.sme |
41 |
|
- Increase MemLimit to 600M for clamav-0.96 [SME: 5868] |
42 |
|
|
43 |
|
* Fri Apr 02 2010 Filippo Carletti <filippo.carletti@gmail.com> 2.2.0-9.sme |
44 |
|
- Increase MemLimit to 300M for clamav-0.96 [SME: 5868] |
45 |
|
|
46 |
|
* Sat Feb 6 2010 Stephen Noble <support@dungog.net> 2.2.0-8.sme |
47 |
|
- Setup logrotate for /var/log/clamd/clamscan.log [SME: 5570] |
48 |
|
|
49 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-7.sme |
50 |
|
- Remove create option from logrotate configuration [SME: 5570] |
51 |
|
- Fix version number in previous changelog entry |
52 |
|
|
53 |
|
* Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme |
54 |
|
- Setup logrotate for /var/log/clamd/smeserver-clamscan.log [SME: 5570] |
55 |
|
- Minor changelog fixes in version number |
56 |
|
|
57 |
|
* Wed Nov 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme |
58 |
|
- Change default value for HeuristicScanPrecedence to yes [SME: 5204] |
59 |
|
|
60 |
|
* Tue Jun 2 2009 Shad L. Lords <slords@mail.com> 2.2.0-4.sme |
61 |
|
- Fix permissions on freshclam.conf file [SME: 5319] |
62 |
|
|
63 |
|
* Mon Apr 13 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-3.sme |
64 |
|
- Add HeuristicScanPrecedence option, default disabled [SME: 4598] |
65 |
|
|
66 |
|
* Thu Nov 27 2008 Stephen Noble <support@dungog.net> 2.2.0-2.sme |
67 |
- Obsolete e-smith-antivirus [SME: 4786] |
- Obsolete e-smith-antivirus [SME: 4786] |
68 |
|
|
69 |
* 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 |
332 |
|
|
333 |
%prep |
%prep |
334 |
%setup |
%setup |
335 |
|
%patch0 -p1 |
336 |
|
%patch1 -p1 |
337 |
|
%patch2 -p1 |
338 |
|
%patch3 -p1 |
339 |
|
%patch4 -p1 |
340 |
|
%patch5 -p1 |
341 |
|
%patch6 -p1 |
342 |
|
%patch7 -p1 |
343 |
|
|
344 |
%build |
%build |
345 |
perl createlinks |
perl createlinks |