13 |
|
|
14 |
Summary: Anti-virus software |
Summary: Anti-virus software |
15 |
Name: clamav |
Name: clamav |
16 |
Version: 0.98.1 |
Version: 0.100.2 |
17 |
Release: 2%{?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/ |
21 |
|
|
22 |
Packager: Dag Wieers <dag@wieers.com> |
Source: http://downloads.sourceforge.net/project/clamav/clamav/%{version}/clamav-%{version}.tar.gz |
|
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/ |
|
|
|
|
|
Source: clamav-%{version}.tar.gz |
|
23 |
Source1: clamav.init |
Source1: clamav.init |
24 |
Source2: clamav-milter.init |
Source2: clamav-milter.init |
25 |
Source10: main.cvd |
Source10: http://db.local.clamav.net/main.cvd |
26 |
Source11: daily.cvd |
Source11: http://db.local.clamav.net/daily.cvd |
27 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
28 |
|
|
29 |
BuildRequires: bzip2-devel |
BuildRequires: bzip2-devel |
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 |
|
BuildRequires: pcre-devel |
39 |
|
|
40 |
|
|
41 |
### 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) |
42 |
#Requires: clamav-db = %{version}-%{release} |
#Requires: clamav-db = %{version}-%{release} |
224 |
%{!?_without_milter:--enable-milter} \ |
%{!?_without_milter:--enable-milter} \ |
225 |
--with-dbdir="%{_localstatedir}/clamav" \ |
--with-dbdir="%{_localstatedir}/clamav" \ |
226 |
--with-group="clamav" \ |
--with-group="clamav" \ |
227 |
--with-libcurl \ |
--with-libcurl=%{_prefix} \ |
228 |
--with-user="clamav" |
--with-user="clamav" |
229 |
### Disable JIT until it is implemented securely (RHbz #573191) |
### Disable JIT until it is implemented securely (RHbz #573191) |
230 |
# --enable-llvm \ |
# --enable-llvm \ |
321 |
|
|
322 |
%files |
%files |
323 |
%defattr(-, root, root, 0755) |
%defattr(-, root, root, 0755) |
324 |
%doc AUTHORS BUGS ChangeLog COPYING FAQ INSTALL NEWS README |
%doc ChangeLog.md COPYING* INSTALL.md NEWS.md README.md |
325 |
%doc etc/freshclam.conf.sample |
%doc etc/freshclam.conf.sample |
326 |
%doc docs/*.pdf |
%doc docs/*.pdf |
327 |
### Remove test virus documents as they trigger clamav |
### Remove test virus documents as they trigger clamav |
339 |
%{_libdir}/libclamav.so.* |
%{_libdir}/libclamav.so.* |
340 |
%{_libdir}/libclamunrar.so.* |
%{_libdir}/libclamunrar.so.* |
341 |
%{_libdir}/libclamunrar_iface.so.* |
%{_libdir}/libclamunrar_iface.so.* |
342 |
|
%{_libdir}/libclammspack.so.* |
343 |
# moved from -devel to here so clamd can work with rars when clamav-devel is not installed. |
# moved from -devel to here so clamd can work with rars when clamav-devel is not installed. |
344 |
%{_libdir}/libclamav.so |
%{_libdir}/libclamav.so |
345 |
%{_libdir}/libclamunrar.so |
%{_libdir}/libclamunrar.so |
346 |
%{_libdir}/libclamunrar_iface.so |
%{_libdir}/libclamunrar_iface.so |
347 |
|
%{_libdir}/libclammspack.so |
348 |
%exclude %{_sysconfdir}/freshclam.conf.sample |
%exclude %{_sysconfdir}/freshclam.conf.sample |
349 |
|
|
350 |
%files -n clamd |
%files -n clamd |
403 |
%{_bindir}/clamav-config |
%{_bindir}/clamav-config |
404 |
%{_includedir}/clamav.h |
%{_includedir}/clamav.h |
405 |
%{_libdir}/pkgconfig/libclamav.pc |
%{_libdir}/pkgconfig/libclamav.pc |
406 |
|
%{_libdir}/pkgconfig/libclammspack.pc |
407 |
%exclude %{_libdir}/libclamav.la |
%exclude %{_libdir}/libclamav.la |
408 |
%exclude %{_libdir}/libclamunrar.la |
%exclude %{_libdir}/libclamunrar.la |
409 |
%exclude %{_libdir}/libclamunrar_iface.la |
%exclude %{_libdir}/libclamunrar_iface.la |
410 |
|
%exclude %{_libdir}/libclammspack.la |
411 |
|
|
412 |
%changelog |
%changelog |
413 |
* Fri Jan 31 2014 Ian Wells <esmith@wellsi.com> - 0.98.1-2.sme |
* Wed Oct 24 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.100.2-1.sme |
414 |
- Sources are local, do not download them. [SME: 8163] |
- Update to 0.100.2 [SME: 10579] |
415 |
|
|
416 |
|
* Wed Mar 14 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.99.4-1.sme |
417 |
|
- Update to release 0.99.4 [SME: 10529] |
418 |
|
|
419 |
|
* Sat Jan 27 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.99.3-1.sme |
420 |
|
- Update to release 0.99.3 [SME: 10499] |
421 |
|
|
422 |
|
* Tue May 3 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99.2-1.sme |
423 |
|
- Update to release 0.99.2 [SME: 9489] |
424 |
|
|
425 |
|
* Thu Mar 3 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99.1-1.sme |
426 |
|
- Update to release 0.99.1 [SME: 9267] |
427 |
|
|
428 |
|
* Tue Jan 12 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99-2.sme |
429 |
|
- Add pcre-devel to BuildRequires [SME: 9151] |
430 |
|
|
431 |
|
* Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> - 0.99-1.sme |
432 |
|
- Update to release 0.99 [SME: 9151] |
433 |
|
|
434 |
|
* Wed May 13 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.7-1.sme |
435 |
|
- Updated to release 0.98.7 [SME: 8922] |
436 |
|
|
437 |
|
* Thu Jan 29 2015 Daniel Berteaud <daniel@firewall-services.com> - 0.98.6-1.sme |
438 |
|
- Updated to release 0.98.6 [SME: 8822] |
439 |
|
|
440 |
|
* Tue Dec 16 2014 Daniel Berteaud <daniel@firewall-services.com> - 0.98.5-1.sme |
441 |
|
- Updated to release 0.98.5 [SME: 8729] |
442 |
|
|
443 |
|
* Sat Jun 21 2014 Ian Wells <esmith@wellsi.com> - 0.98.4-2.sme |
444 |
|
- Add BuildRequires for openssl-devel and libxml2-devel [SME: 8457] |
445 |
|
- Remove Packager and Vendor from spec file. |
446 |
|
|
447 |
|
* Thu Jun 17 2014 David Beveridge <dave@bevhost.com> - 0.98.4-1 |
448 |
|
- Updates to release 0.98.4. |
449 |
|
|
450 |
|
* Thu May 8 2014 David Beveridge <dave@bevhost.com> - 0.98.3-1 |
451 |
|
- Updated to release 0.98.3. |
452 |
|
|
453 |
* 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 |
454 |
- Updates to release 0.98.1 [SME: 8163] |
- Updates to release 0.98.1. |
455 |
|
|
456 |
* Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1 |
* Tue Sep 24 2013 Dag Wieers <dag@wieers.com> - 0.98-1 |
457 |
- Updated to release 0.98. |
- Updated to release 0.98. |
458 |
|
|
459 |
* 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 |
460 |
- Updated to release 0.97.8. |
- Updated to release 0.97.8. |
461 |
|
|
462 |
* 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 |
465 |
* 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 |
466 |
- Updated to release 0.97.6. |
- Updated to release 0.97.6. |
467 |
|
|
468 |
* 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 |
469 |
- removed missing *.cld files (#183) |
- removed missing *.cld files (#183) |
470 |
|
|
471 |
* 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 |
472 |
- corrected missing DBs |
- corrected missing DBs |
473 |
- new upstream release |
- new upstream release |
474 |
|
|
499 |
* 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 |
500 |
- Updated to release 0.96.4. |
- Updated to release 0.96.4. |
501 |
|
|
502 |
* 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 |
503 |
- Added buildrequires check-devel. |
- Added buildrequires check-devel. |
504 |
|
|
505 |
* 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 |