]> git.pld-linux.org Git - packages/dnstracer.git/blob - dnstracer.spec
- rel 2
[packages/dnstracer.git] / dnstracer.spec
1 Summary:        dns tracer
2 Summary(pl):    Program ¶ledz±cy zapytania DNS
3 Name:           dnstracer
4 Version:        1.7
5 Release:        2
6 Group:          Applications/Networking
7 License:        BSD-like
8 Source0:        http://www.mavetju.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  fa965fdc0fc8f3e05a1d2877a548f564
10 Patch0:         %{name}-automake.patch
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
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 %patch0 -p1
34
35 %build
36 cp -f /usr/share/automake/config.sub .
37 rm -f missing
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.060539 seconds and 3 git commands to generate.