Summary: The dnswalk DNS database debugger Name: dnswalk Version: 2.0.2 Release: 0.1 Group: Applications/Networking URL: http://www.visi.com/~barr/dnswalk/ License: Artistic Source0: http://www.visi.com/~barr/dnswalk/%{name}-%{version}.tar.gz # Source0-md5: 62b9302822353fad71d51aefdae1cad1 Patch0: %{name}-perlpath.patch Patch1: %{name}-delete-filterout.patch Requires: perl-Net-DNS Requires: perl >= 5.004 Buildarch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description dnswalk is a DNS debugger. It performs zone transfers of specified domains, and checks the database in numerous ways for internal consistency, as well as accuracy. %prep %setup -q -c -a0 %patch0 -p1 %patch1 -p0 %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1} install %{name} $RPM_BUILD_ROOT%{_sbindir} install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc CHANGES README TODO makereports sendreports rfc1912.txt do-dnswalk %attr(755,root,root) %{_sbindir}/%{name} %{_mandir}/man1/%{name}.1*