]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.spec
- rel 4
[packages/clamav.git] / clamav.spec
index f7baac1d15c824b787c01efdff7b5779a1e5ad37..be4948badbe04e531dadac370e2d0ed7ddaaa879 100644 (file)
@@ -8,13 +8,13 @@
 Summary:       An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
-Version:       0.90
-Release:       1
+Version:       0.92
+Release:       4
 Epoch:         0
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
-# Source0-md5: f04372e49c3c5ff3bd94bbe1fef2eaca
+# Source0-md5: e500651858a9187a87025c8a5c23969c
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}-milter.init
@@ -26,6 +26,7 @@ Patch0:               %{name}-pld_config.patch
 Patch1:                %{name}-no_auto_libwrap.patch
 Patch2:                %{name}-nolibs.patch
 Patch3:                %{name}-find_milter.patch
+Patch4:                %{name}-valid_pp_exp.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -52,20 +53,41 @@ Requires:   bc
 Requires:      rc-scripts
 Provides:      group(clamav)
 Provides:      user(clamav)
+Conflicts:     logrotate < 3.7-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Clam Antivirus is a powerful anti-virus scanner for Unix. It supports
-AMaViS, compressed files, on-access scanning and includes a program
-for auto-updating with support for digital signatures. The virus
-database has over 85387 viruses, worms and trojans signatures. The
-scanner is multithreaded, written in C, and POSIX compliant.
+Clam AntiVirus is an open source anti-virus toolkit for UNIX, designed
+especially for e-mail scanning on mail gateways. It provides a number
+of utilities including a flexible and scalable multi-threaded daemon,
+a command line scanner and advanced tool for automatic database
+updates. The core of the package is an anti-virus engine available in
+a form of shared library.
+
+Here is a list of the main features:
+- command-line scanner
+- fast, multi-threaded daemon with support for on-access scanning
+- milter interface for sendmail
+- advanced database updater with support for scripted updates and
+  digital signatures
+- virus scanner C library
+- on-access scanning (Linux® and FreeBSD®)
+- virus database updated multiple times per day (see home page for
+  total number of signatures)
+- built-in support for various archive formats, including Zip, RAR,
+  Tar, Gzip, Bzip2, OLE2, Cabinet, CHM, BinHex, SIS and others
+- built-in support for almost all mail file formats
+- built-in support for ELF executables and Portable Executable files
+  compressed with UPX, FSG, Petite, NsPack, wwpack32, MEW, Upack and
+  obfuscated with SUE, Y0da Cryptor and others
+- built-in support for popular document formats including MS Office
+  and MacOffice files, HTML, RTF and PDF
 
 %description -l pl.UTF-8
 Clam Antivirus jest potężnym skanerem antywirusowym dla systemów
 uniksowych. Wspiera on AMaViSa, skompresowane pliki, skanowanie
 "on-access" i posiada system bezpiecznej, automatycznej aktualizacji.
-Baza wirusów zawiera ponad 85387 sygnatur. Skaner jest wielowątkowy,
+Baza wirusów zawiera ponad 90000 sygnatur. Skaner jest wielowątkowy,
 napisany w C i zgodny z POSIXem.
 
 %package libs
@@ -128,6 +150,7 @@ Biblioteki statyczne clamav.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p0
 
 %build
 %{__libtoolize}
@@ -277,7 +300,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog FAQ NEWS README TODO docs/*.pdf
+%doc AUTHORS ChangeLog FAQ NEWS README docs/*.pdf
 %attr(755,root,root) %{_bindir}/clamdscan
 %attr(755,root,root) %{_bindir}/clamscan
 %attr(755,root,root) %{_bindir}/freshclam
This page took 0.028874 seconds and 4 git commands to generate.