Summary: dns tracer Summary(pl): Program śledzący zapytania DNS Name: dnstracer Version: 1.7 Release: 2 Group: Applications/Networking License: BSD-like Source0: http://www.mavetju.org/download/%{name}-%{version}.tar.gz # Source0-md5: fa965fdc0fc8f3e05a1d2877a548f564 Patch0: %{name}-automake.patch BuildRequires: autoconf BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data. Its behaviour is similair to ntptrace(8), which does it for the NTP protocol. %description -l pl Dnstracer rozpoznaje skąd podane serwery DNS pobierają swoje informacje i podąża za łańcuchem serwerów DNS bezpośrednio do serwera który zawiera poszukiwane informacje. Jego zachowanie jest podobne do ntptrace(8), który dokonuje podobnej operacji korzystając z protokołu NTP. %prep %setup -q %patch0 -p1 %build cp -f /usr/share/automake/config.sub . rm -f missing %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc CHANGES CONTACT FILES LICENSE %attr(755,root,root) %{_bindir}/dnstracer %{_mandir}/man8/dnstracer.8*