Summary: A tool for checking DNS zones. Name: sleuth Version: 1.4 Release: 3%{?dist} License: GPL2 Group: Applications/Internet URL: http://atrey.karlin.mff.cuni.cz/~mj/sleuth/ Source0: ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/%{name}-%{version}.tar.gz Patch0: sleuth-1.4-ne.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch %description Sleuth is a Perl script designed for easy checking of DNS zones for common errors and also for processing of secondary name service requests. Sleuth also lists the corresponding RFC references with most of its error messages, so that the people upset with their zones being buggy can simply look up what exactly is going wrong and how to fix it. %prep %setup -q %patch0 -p3 %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}%{_bindir} install -p -m 644 sleuth.conf %{buildroot}%{_sysconfdir} install -p -m 755 sleuth %{buildroot}%{_bindir} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{_bindir}/sleuth %config(noreplace) %{_sysconfdir}/sleuth.conf %changelog * Fri Nov 25 2005 Axel Thimm - Initial build.