Author: zbyniu Date: Mon Feb 28 01:18:43 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: squidclamav.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/squidclamav.spec diff -u /dev/null SPECS/squidclamav.spec:1.1 --- /dev/null Mon Feb 28 02:18:43 2005 +++ SPECS/squidclamav.spec Mon Feb 28 02:18:37 2005 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +Summary: A Clamav Antivirus Redirector for Squid +Summary(pl): Skaner antywirusowy clamav dla squida +Name: squidclamav +Group: Networking/Utilities +License: GPL v2 +Version: 1.2 +Release: 0.1 +Source0: http://www.samse.fr/GPL/squidclamav/%{name}-%{version}.tar.gz +# Source0-md5: 9395bc94613d33cdd8840b83821c9fb0 +Patch0: %{name}-paths.patch +URL: http://www.samse.fr/GPL/squidclamav/ +BuildRequires: curl-devel >= 7.12.1 +BuildRequires: clamav-devel >= 0.82 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A Clamav Antivirus Redirector for Squid + +%description -l pl +Skaner antywirusowy clamav dla squida + +%prep +%setup -q +%patch0 -p1 + +%build +cd regex-0.12 +%configure +%{__make} +cp regex.h regex.o ../ +cd .. +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}} + +install squidclamav $RPM_BUILD_ROOT%{_bindir} +install squidclamav.conf.dist $RPM_BUILD_ROOT%{_sysconfdir}/squidclamav.conf + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(640,root,squid) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/squidclamav.conf +%attr(755,root,root) %{_bindir}/squidclamav + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/02/28 01:18:37 zbyniu +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
