]> git.pld-linux.org Git - packages/clamav.git/blobdiff - clamav.spec
- pl Summary fix
[packages/clamav.git] / clamav.spec
index a22847164ca2bef1c3ff1116e64ab7b21cef57bd..4c56d0c186b498df9cb2a13f79d2cd4403eb8642 100644 (file)
@@ -2,31 +2,35 @@
 #   Make freshclam (script and daemon)
 #   log nicely via syslog to /var/log/freshclam.log
 
-%define                database_version 20040210
 Summary:       An anti-virus utility for Unix
-Summary(pl):   Antywirusowe narzêdzie dla Unixów
+Summary(pl):   Antywirusowe narzêdzie dla Uniksów
 Name:          clamav
-%define        _ver    0.67-1
-Version:       %(echo %{_ver} | tr - .)
-Release:       2
+%define                _ver    0.68-1
+Version:       0.68
+Release:       5
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/clamav/%{name}-%{_ver}.tar.gz
-# Source0-md5: e53d65fe2f7d4146f146c5720313381e
+# Source0-md5: 3986d26d2fd17bcd133def5d73665b0f
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
-# bziped from http://www.clamav.net/database/
-Source3:       %{name}-database-%{database_version}.tar.bz2
-# Source3-md5: 4affa1cae8a0edaaaa084ea57702c1e8
 Source4:       %{name}-cron-updatedb
 Source5:       %{name}.logrotate
+# Remember to update date on each rebuild!!
+%define                database_version 20040416
+Source6:       http://www.clamav.net/database/daily.cvd
+# Source6-md5: 2a95e0986a83da6ada14da8bc1f65ac9
+Source7:       http://www.clamav.net/database/main.cvd
+# Source7-md5: e85d9a1c57005458c3208bf94a888706
 Patch0:                %{name}-pld_config.patch
+Patch1:                %{name}-no_auto_libwrap.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: zlib-devel
 BuildRequires: gmp-devel
 Requires(post,preun):  /sbin/chkconfig
+Requires:      %{name}-libs = %{version}-%{release}
 Requires:      bc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,7 +62,7 @@ Biblioteki dzielone clamav.
 Summary:       clamav - Development header files and libraries
 Summary(pl):   clamav - Pliki nag³ówkowe i biblioteki dla programistów
 Group:         Development/Libraries
-Requires:      %{name}-libs = %{version}
+Requires:      %{name}-libs = %{version}-%{release}
 
 %description devel
 This package contains the development header files and libraries
@@ -72,7 +76,7 @@ klienckich clamav.
 Summary:       clamav static libraris
 Summary(pl):   Biblioteki statyczne clamav
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 clamav static libraries.
@@ -88,17 +92,17 @@ Version:    %{version}.%{database_version}
 PreReq:                %{name}
 
 %description database
-Virus database for clamav (updated %{database_version})
+Virus database for clamav (updated %{database_version}).
 
 %description database -l pl
-Bazy wirusów dla clamav (aktualizowana %{database_version})
+Bazy wirusów dla clamav (aktualizowana %{database_version}).
 
 %prep
-%setup -q -a 3 -n %{name}-%{_ver}
+%setup -q -n %{name}-%{_ver}
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -122,10 +126,11 @@ EOF
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/clamd
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/clamd
-install database/viruses.db* $RPM_BUILD_ROOT/var/lib/%{name}/
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/clamav-cron-updatedb
-install etc/clamav.conf $RPM_BUILD_ROOT%{_sysconfdir}/
+install etc/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
+install %{SOURCE6} $RPM_BUILD_ROOT/var/lib/%{name}/
+install %{SOURCE7} $RPM_BUILD_ROOT/var/lib/%{name}/
 
 # NOTE: clamd uses sane rights to it's clamd.pid file
 # So better keep it dir
@@ -188,6 +193,9 @@ if [ -f /var/lock/subsys/clamd ]; then
 else
        echo "Run \"/etc/rc.d/init.d/clamd start\" to start Clam Antivirus daemon." >&2
 fi
+touch %{_var}/log/freshclam.log
+chown clamav:root %{_var}/log/freshclam.log
+chmod 640 %{_var}/log/freshclam.log
 
 %preun
 if [ "$1" = "0" ]; then
@@ -215,7 +223,7 @@ fi
 %attr(755,root,root) %{_sbindir}/*
 %attr(755,clamav,root) %dir /var/lib/%{name}
 #%%attr(640,clamav,root) %ghost %{_var}/log/%{name}.log
-%attr(640,clamav,root) %{_var}/log/freshclam.log
+%attr(640,clamav,root) %ghost %{_var}/log/freshclam.log
 %attr(750,clamav,clamav) %dir %{_var}/run/%{name}
 
 %attr(640,root,root) %{_sysconfdir}/cron.d/%{name}
@@ -243,4 +251,4 @@ fi
 
 %files database
 %defattr(644,root,root,755)
-%attr(644,clamav,root) %verify(not md5 size mtime) /var/lib/%{name}/*.db*
+%attr(644,clamav,root) %verify(not md5 size mtime) /var/lib/%{name}/*.cvd
This page took 0.032461 seconds and 4 git commands to generate.