File: dnstracer.spec

package info (click to toggle)
dnstracer 1.9-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 600 kB
  • ctags: 153
  • sloc: sh: 3,343; ansic: 1,364; makefile: 55
file content (38 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Summary:   a tool to trace dns queries
Name:      dnstracer
Version:   1.2.20020124
Release:   1
Copyright: BSD
Group:     Applications/Internet
URL:       http://www.mavetju.org/unix/general.php
Source:    %{name}-%{version}.tar.gz
Patch0:    dnstracer-1.2-am_req.patch
Buildroot: /tmp/%{name}-%{version}-root
BuildPrereq: automake autoconf perl

%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.

%prep
%setup -q
%patch0 -p1

%build
aclocal
automake
autoconf
./configure --prefix=%{_prefix} --mandir=%{_mandir}
make

%install
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -fr $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_prefix}/bin
%{_mandir}/*