]> git.pld-linux.org Git - SPECS.git/blob - dnstracer.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / dnstracer.spec
1 Summary:        DNS query tracer
2 Summary(pl.UTF-8):      Program śledzący zapytania DNS
3 Name:           dnstracer
4 Version:        1.9
5 Release:        1
6 Group:          Networking/Utilities
7 License:        BSD-like
8 Source0:        http://www.mavetju.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  7db73ce3070119c98049a617fe52ea84
10 URL:            http://www.mavetju.org/unix/general.php
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Dnstracer determines where a given Domain Name Server (DNS) gets its
17 information from, and follows the chain of DNS servers back to the
18 servers which know the data.
19
20 Its behaviour is similair to ntptrace(8), which does it for the NTP
21 protocol.
22
23 %description -l pl.UTF-8
24 Dnstracer rozpoznaje skąd podane serwery DNS pobierają swoje
25 informacje i podąża za łańcuchem serwerów DNS bezpośrednio do serwera
26 który zawiera poszukiwane informacje.
27
28 Jego zachowanie jest podobne do ntptrace(8), który dokonuje podobnej
29 operacji korzystając z protokołu NTP.
30
31 %prep
32 %setup -q
33
34 %build
35 cp -f %{_datadir}/automake/config.sub .
36 rm -f missing
37 rm -r autom4te.cache
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc CHANGES CONTACT FILES LICENSE
57 %attr(755,root,root) %{_bindir}/dnstracer
58 %{_mandir}/man8/dnstracer.8*
This page took 0.472268 seconds and 3 git commands to generate.