Adapt spec for v 6

This commit is contained in:
Daniel Berteaud 2018-02-18 22:06:24 +01:00
parent 496f00390c
commit 92d41cb6fb
1 changed files with 8 additions and 37 deletions

View File

@ -22,25 +22,6 @@ in C and can handle thousand of connections.
%prep
%setup -q
# create README.RPM
%{__cat} > README.RPM << __EOF
1. Edit an modify configuration file %{_sysconfdir}/%{name}.conf to match
your installation.
2. Create a redirect CGI script or HTML where you want your users to be
redirected when a virus is found and set the 'redirect' configuration
directive to that URL. You have a CGI script sample in different languages
in %{_libexecdir}/%{name}/
3. If you use squidclamav log remember that squidclamav will run as squid
user, so the path to %{name}.log must be writable by this user.
You can have more information on how to configure and use %{name} by reading
documentation at http://squidclamav.darold.net/ or with squidclamav man page.
__EOF
%build
%configure --prefix=%{_prefix}
%{__make}
@ -48,34 +29,24 @@ __EOF
%install
%{__rm} -rf $RPM_BUILD_ROOT
# set up path structure
%{__install} -d -m 0755 %{buildroot}/%{_bindir}
%{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}
%{__install} -d -m 0755 %{buildroot}/%{_libexecdir}
%{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/c-icap
# Make distrib files
%{__make} install \
DESTDIR=%{buildroot}
%{__install} -D -m 0644 doc/%{name}.1 \
%{buildroot}/%{_mandir}/man1/%{name}.1
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(0644,root,root,0755)
%doc Change* INSTALL README README.RPM
%attr(0755,root,root) %{_bindir}/%{name}
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0644,root,root) %{_mandir}/man1/%{name}.1.gz
%attr(0644,root,root) %{_datadir}/%{name}/README
%attr(0755,root,root) %{_libexecdir}/%{name}/clwarn.cgi
%attr(0755,root,root) %{_libexecdir}/%{name}/clwarn.cgi.de_DE
%attr(0755,root,root) %{_libexecdir}/%{name}/clwarn.cgi.en_EN
%attr(0755,root,root) %{_libexecdir}/%{name}/clwarn.cgi.fr_FR
%attr(0755,root,root) %{_libexecdir}/%{name}/clwarn.cgi.pt_BR
%attr(0755,root,root) %{_libexecdir}/%{name}/clwarn.cgi.ru_RU
%dir %{_libexecdir}/%{name}
%doc ChangeLog INSTALL README
%attr(640,root,squid) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/c-icap/squidclamav.conf
%{_sysconfdir}/c-icap/squidclamav.conf.default
%attr(755,root,root) %{_libdir}/c_icap/squidclamav.so
%attr(755,root,root) %{_libdir}/squidclamav
%{_datadir}/c_icap/templates/squidclamav
%{_mandir}/man1/squidclamav.1*
%changelog
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> 6.16-0.beta2