]> git.pld-linux.org Git - packages/dnstop.git/blob - dnstop.spec
- pl
[packages/dnstop.git] / dnstop.spec
1 Summary:        Display various tables of DNS traffic on your network
2 Summary(pl):    Wy¶wietlanie ró¿nych zestawieñ ruchu DNS w sieci
3 Name:           dnstop
4 Version:        20060517
5 Release:        1
6 License:        BSD-like
7 Group:          Applications/Networking
8 Source0:        http://dns.measurement-factory.com/tools/dnstop/src/%{name}-20060517.tar.gz
9 # Source0-md5:  42181157acfe8e51fd8948ad4de7506d
10 URL:            http://dns.measurement-factory.com/tools/dnstop/
11 BuildRequires:  libpcap-devel
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 dnstop is a libpcap application (ala tcpdump) that displays various
17 tables of DNS traffic on your network, including tables of source and
18 destination IP addresses, query types, top level domains and second
19 level domains.
20
21 %description -l pl
22 dnstop to aplikacja oparta na libpcap (podobnie jak tcpdump)
23 wy¶wietlaj±ca zestawienia ruchu DNS w sieci wraz z tabelami ¼ród³owych
24 i docelowych adresów IP, rodzajów zapytañ, domen g³ównych i drugiego
25 poziomu.
26
27 %prep
28 %setup -q 
29
30 %build
31 %{__make} \
32         CC="%{__cc}" \
33         CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
38
39 install dnstop $RPM_BUILD_ROOT%{_sbindir}
40 install dnstop.8 $RPM_BUILD_ROOT%{_mandir}/man8
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc CHANGES
48 %attr(755,root,root) %{_sbindir}/*
49 %{_mandir}/man8/*
This page took 0.051094 seconds and 3 git commands to generate.