Explorar el Código

clamav-0.99-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9850 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop hace 9 años
padre
commit
e88d30968e
Se han modificado 1 ficheros con 9 adiciones y 2 borrados
  1. 9 2
      c/clamav/clamav-vl.spec

+ 9 - 2
c/clamav/clamav-vl.spec

@@ -9,7 +9,7 @@
 Summary: Clam AntiVirus
 Summary(ja): Clamアンチウィルススキャナ
 Name: clamav
-Version: 0.98.7
+Version: 0.99
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -23,7 +23,7 @@ Source5: clamav-milter.logrotate
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bzip2-devel, curl-devel > 7.10.0, gmp-devel, ncurses-devel
-BuildRequires: openssl-devel, libxml2-devel, zlib-devel
+BuildRequires: openssl-devel, pcre-devel, libxml2-devel, zlib-devel
 %if %{?milter}
 BuildRequires: sendmail-devel
 %endif
@@ -110,6 +110,10 @@ install -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/clamav
 mv %{buildroot}%{_sysconfdir}/clamd.conf.sample %{buildroot}%{_sysconfdir}/clamd.conf
 mv %{buildroot}%{_sysconfdir}/freshclam.conf.sample %{buildroot}%{_sysconfdir}/freshclam.conf
 
+perl -pi -e 's|^#PidFile /var/run/|PidFile %{_localstatedir}/run/clamav/|' \
+	%{buildroot}%{_sysconfdir}/clamd.conf \
+	%{buildroot}%{_sysconfdir}/freshclam.conf
+
 rm -f %{buildroot}%{_libdir}/lib*a
 
 mkdir -p %{buildroot}%{dbdir}
@@ -213,6 +217,9 @@ fi
 %{_includedir}/*
 
 %changelog
+* Thu Dec  3 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.99-1
+- new upstream release.
+
 * Sat May  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.98.7-1
 - new upstream release.