13 |
|
|
14 |
Summary: Anti-virus software |
Summary: Anti-virus software |
15 |
Name: clamav |
Name: clamav |
16 |
Version: 0.98.1 |
Version: 0.98.7 |
17 |
Release: 4%{?dist} |
Release: 1%{?dist} |
18 |
License: GPL |
License: GPL |
19 |
Group: Applications/System |
Group: Applications/System |
20 |
URL: http://www.clamav.net/ |
URL: http://www.clamav.net/ |
33 |
BuildRequires: zlib-devel |
BuildRequires: zlib-devel |
34 |
%{!?_without_milter:BuildRequires: sendmail-devel >= 8.12} |
%{!?_without_milter:BuildRequires: sendmail-devel >= 8.12} |
35 |
BuildRequires: check-devel |
BuildRequires: check-devel |
36 |
|
BuildRequires: openssl-devel |
37 |
|
BuildRequires: libxml2-devel |
38 |
|
|
39 |
|
|
40 |
### Do not require the latest release of clamav-db specifically (people may use freshclam onward) |
### Do not require the latest release of clamav-db specifically (people may use freshclam onward) |
41 |
#Requires: clamav-db = %{version}-%{release} |
#Requires: clamav-db = %{version}-%{release} |
223 |
%{!?_without_milter:--enable-milter} \ |
%{!?_without_milter:--enable-milter} \ |
224 |
--with-dbdir="%{_localstatedir}/clamav" \ |
--with-dbdir="%{_localstatedir}/clamav" \ |
225 |
--with-group="clamav" \ |
--with-group="clamav" \ |
226 |
--with-libcurl \ |
--with-libcurl=%{_prefix} \ |
227 |
--with-user="clamav" |
--with-user="clamav" |
228 |
### Disable JIT until it is implemented securely (RHbz #573191) |
### Disable JIT until it is implemented securely (RHbz #573191) |
229 |
# --enable-llvm \ |
# --enable-llvm \ |
328 |
%doc %{_mandir}/man1/sigtool.1* |
%doc %{_mandir}/man1/sigtool.1* |
329 |
%doc %{_mandir}/man1/clambc.1* |
%doc %{_mandir}/man1/clambc.1* |
330 |
%doc %{_mandir}/man1/clamscan.1* |
%doc %{_mandir}/man1/clamscan.1* |
331 |
|
%doc %{_mandir}/man1/clamsubmit.1* |
332 |
%doc %{_mandir}/man1/freshclam.1* |
%doc %{_mandir}/man1/freshclam.1* |
333 |
%doc %{_mandir}/man5/freshclam.conf.5* |
%doc %{_mandir}/man5/freshclam.conf.5* |
334 |
%config(noreplace) %{_sysconfdir}/freshclam.conf |
%config(noreplace) %{_sysconfdir}/freshclam.conf |
336 |
%{_bindir}/clamscan |
%{_bindir}/clamscan |
337 |
%{_bindir}/freshclam |
%{_bindir}/freshclam |
338 |
%{_bindir}/sigtool |
%{_bindir}/sigtool |
339 |
|
%{_bindir}/clamsubmit |
340 |
%{_libdir}/libclamav.so.* |
%{_libdir}/libclamav.so.* |
341 |
%{_libdir}/libclamunrar.so.* |
%{_libdir}/libclamunrar.so.* |
342 |
%{_libdir}/libclamunrar_iface.so.* |
%{_libdir}/libclamunrar_iface.so.* |
407 |
%exclude %{_libdir}/libclamunrar_iface.la |
%exclude %{_libdir}/libclamunrar_iface.la |
408 |
|
|
409 |
%changelog |
%changelog |
410 |
* Sat Feb 1 2014 Ian Wells <esmith@wellsi.com> - 0.98.1-4.sme |
* Wed May 13 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.7-1.sme |
411 |
- Remove Packager and Vendor from spec file. [SME: 8163] |
- Updated to release 0.98.7 [SME: 8922] |
412 |
|
|
413 |
|
* Thu Jan 29 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.6-1.sme |
414 |
|
- Updated to release 0.98.6 [SME: 8822] |
415 |
|
|
416 |
|
* Tue Dec 16 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.98.5-1.sme |
417 |
|
- Updated to release 0.98.5 [SME: 8729] |
418 |
|
|
419 |
|
* Sat Jun 21 2014 Ian Wells <esmith@wellsi.com> - 0.98.4-2.sme |
420 |
|
- Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457] |
421 |
|
- Remove Packager and Vendor from spec file. |
422 |
|
|
423 |
* Fri Jan 31 2014 Ian Wells <esmith@wellsi.com> - 0.98.1-3.sme |
* Thu Jun 17 2014 David Beveridge <dave@bevhost.com> - 0.98.4-1 |
424 |
- Revert last change. [SME: 8163] |
- Updates to release 0.98.4. |
425 |
|
|
426 |
* Fri Jan 31 2014 Ian Wells <esmith@wellsi.com> - 0.98.1-2.sme |
* Thu May 8 2014 David Beveridge <dave@bevhost.com> - 0.98.3-1 |
427 |
- Sources are local, do not download them. [SME: 8163] |
- Updated to release 0.98.3. |
428 |
|
|
429 |
* Sun Jan 26 2014 David Beveridge <dave@bevhost.com.> - 0.98.1-1.sme |
* Sun Jan 26 2014 David Beveridge <dave@bevhost.com> - 0.98.1-1 |
430 |
- Updates to release 0.98.1 [SME: 8163] |
- Updates to release 0.98.1. |
431 |
|
|
432 |
* Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1 |
* Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1 |
433 |
- Updated to release 0.98. |
- Updated to release 0.98. |
434 |
|
|
435 |
* Tue May 07 2013 David Hrbá? <david@hrbac.cz> - 0.97.8-1 |
* Tue May 07 2013 David Hrbáč <david@hrbac.cz> - 0.97.8-1 |
436 |
- Updated to release 0.97.8. |
- Updated to release 0.97.8. |
437 |
|
|
438 |
* Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.97.7-1 |
* Wed Mar 20 2013 Dag Wieers <dag@wieers.com> - 0.97.7-1 |
441 |
* Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.97.6-1 |
* Sun Sep 23 2012 Dag Wieers <dag@wieers.com> - 0.97.6-1 |
442 |
- Updated to release 0.97.6. |
- Updated to release 0.97.6. |
443 |
|
|
444 |
* Mon Jun 25 2012 David Hrbá? <david@hrbac.cz> - 0.97.5-2 |
* Mon Jun 25 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-2 |
445 |
- removed missing *.cld files (#183) |
- removed missing *.cld files (#183) |
446 |
|
|
447 |
* Thu Jun 21 2012 David Hrbá? <david@hrbac.cz> - 0.97.5-1 |
* Thu Jun 21 2012 David Hrbáč <david@hrbac.cz> - 0.97.5-1 |
448 |
- corrected missing DBs |
- corrected missing DBs |
449 |
- new upstream release |
- new upstream release |
450 |
|
|
475 |
* Mon Oct 25 2010 Dag Wieers <dag@wieers.com> - 0.96.4-1 |
* Mon Oct 25 2010 Dag Wieers <dag@wieers.com> - 0.96.4-1 |
476 |
- Updated to release 0.96.4. |
- Updated to release 0.96.4. |
477 |
|
|
478 |
* Tue Sep 21 2010 David Hrbá? <david@hrbac.cz> - 0.96.3-2 |
* Tue Sep 21 2010 David Hrbáč <david@hrbac.cz> - 0.96.3-2 |
479 |
- Added buildrequires check-devel. |
- Added buildrequires check-devel. |
480 |
|
|
481 |
* Tue Sep 21 2010 Dag Wieers <dag@wieers.com> - 0.96.3-1 |
* Tue Sep 21 2010 Dag Wieers <dag@wieers.com> - 0.96.3-1 |