2 |
%define name smeserver-clamav |
%define name smeserver-clamav |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.2.0 |
%define version 1.2.0 |
5 |
%define release 16 |
%define release 24 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
21 |
Patch10: smeserver-clamav-1.2.0-update-failed-fullpaths.patch |
Patch10: smeserver-clamav-1.2.0-update-failed-fullpaths.patch |
22 |
Patch11: smeserver-clamav-1.2.0-freshclam_perms.patch |
Patch11: smeserver-clamav-1.2.0-freshclam_perms.patch |
23 |
Patch12: smeserver-clamav-1.2.0-entire.patch |
Patch12: smeserver-clamav-1.2.0-entire.patch |
24 |
|
Patch13: smeserver-clamav-1.2.0-rmWeekly.patch |
25 |
|
Patch14: smeserver-clamav-1.2.0-tags2general.patch |
26 |
|
Patch15: smeserver-clamav-1.2.0-clamver.patch |
27 |
|
Patch16: smeserver-clamav-1.2.0-MoveCronTemplate.patch |
28 |
|
Patch17: smeserver-clamav-1.2.0-clamav93.patch |
29 |
|
Patch18: smeserver-clamav-1.2.0-add2general.patch |
30 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
31 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
Requires: e-smith-lib |
Requires: e-smith-lib |
33 |
Requires: clamav >= 0.90 |
Requires: clamav >= 0.93 |
34 |
Requires: clamd >= 0.90 |
Requires: clamd >= 0.93 |
35 |
Requires: clamav-db |
Requires: clamav-db |
36 |
|
Requires: e-smith-formmagick >= 1.4.0-12 |
37 |
Provides: e-smith-clamav |
Provides: e-smith-clamav |
38 |
Obsoletes: e-smith-clamav |
Obsoletes: e-smith-clamav |
39 |
|
Obsoletes: clamav-es |
40 |
|
Obsoletes: clamav-es-libs |
41 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
42 |
|
|
43 |
%description |
%description |
45 |
freshclam |
freshclam |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
* Mon Jan 07 2007 Stephen Noble <support@dungog.net> 1.2.0-16 |
* Wed Apr 30 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-24 |
49 |
|
- Remove /etc/cron.d/clamav causing second instance of clamav to run [SME: 4266] |
50 |
|
which was caused by a partial migration of the template fragments [SME: 1047] |
51 |
|
|
52 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-23 |
53 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4288] |
54 |
|
|
55 |
|
* Fri Apr 25 2008 Charlie Brady <charlie_brady@mitel.com> 1.2.0-22 |
56 |
|
- Add Obsoletes headers to force removal of clamav-es and |
57 |
|
clamav-es-libs. [SME 4167] |
58 |
|
|
59 |
|
* Fri Apr 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-21 |
60 |
|
- Update defaults for clamav 0.93 [SME: 4223] |
61 |
|
|
62 |
|
* Fri Apr 18 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-20 |
63 |
|
- Move cron template from cron.d to crontab [SME: 1047] |
64 |
|
|
65 |
|
* Tue Mar 18 2008 Shad L. Lords <slords@mail.com> 1.2.0-19 |
66 |
|
- Fix clamav version string [SME: 4060] |
67 |
|
|
68 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-18 |
69 |
|
- Remove <base> tags now in general [SME: 3915] |
70 |
|
|
71 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-17 |
72 |
|
- Remove duplicate <base> entries [SME: 3890] |
73 |
|
|
74 |
|
* Mon Jan 07 2008 Stephen Noble <support@dungog.net> 1.2.0-16 |
75 |
- Cosmetic removal of word entire on panel [SME: 3483] |
- Cosmetic removal of word entire on panel [SME: 3483] |
76 |
|
|
77 |
* Thu Sep 06 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-15 |
* Thu Sep 06 2007 Filippo Carletti <filippo.carletti@gmail.com> 1.2.0-15 |
313 |
%patch10 -p1 |
%patch10 -p1 |
314 |
%patch11 -p1 |
%patch11 -p1 |
315 |
%patch12 -p1 |
%patch12 -p1 |
316 |
|
%patch13 -p1 |
317 |
|
%patch14 -p1 |
318 |
|
%patch15 -p1 |
319 |
|
%patch16 -p1 |
320 |
|
%patch17 -p1 |
321 |
|
%patch18 -p1 |
322 |
|
|
323 |
%build |
%build |
324 |
perl createlinks |
perl createlinks |
331 |
%pre |
%pre |
332 |
|
|
333 |
%post |
%post |
334 |
|
rm -f /etc/cron.d/clamav |
335 |
|
|
336 |
%install |
%install |
337 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |