|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
Name: squidclamav |
|
|
|
|
Version: 6.16 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Release: 2%{?dist} |
|
|
|
|
Summary: A c-icap module for ClamAV |
|
|
|
|
|
|
|
|
|
Group: Applications/System |
|
|
|
@ -32,7 +32,9 @@ Awards winnings ClamAv anti-virus toolkit. |
|
|
|
|
%{__make} install \ |
|
|
|
|
DESTDIR=%{buildroot} |
|
|
|
|
# README will be handled in %doc |
|
|
|
|
%{__rm} -f %{buildroot}/%{_datadir}/%{name}/README |
|
|
|
|
%{__rm} -f %{buildroot}%{_datadir}%{name}/README |
|
|
|
|
# Remove .la file |
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/c_icap/%{name}.la |
|
|
|
|
|
|
|
|
|
%clean |
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT |
|
|
|
@ -48,6 +50,9 @@ Awards winnings ClamAv anti-virus toolkit. |
|
|
|
|
%{_libexecdir}/%{name}/clwarn.cgi* |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Tue Feb 20 2018 Daniel Berteaud <daniel@firewall-services.com> 6.16-2 |
|
|
|
|
- Update summary and description to match v6 (daniel@firewall-services.com) |
|
|
|
|
- Remove .la file |
|
|
|
|
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> 6.16-1 |
|
|
|
|
- Clean changelog (daniel@firewall-services.com) |
|
|
|
|
- Remove README from /usr/share/squidclamav (daniel@firewall-services.com) |
|
|
|
|