|
@@ -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.
|
|
|
|