]> git.pld-linux.org Git - packages/dnsperf.git/blob - dnsperf.spec
- fixed Group
[packages/dnsperf.git] / dnsperf.spec
1 Summary:        DNS server query performance testing tool
2 Summary(pl.UTF-8):      Narzędzia do testowania wydajności serwera DNS
3 Name:           dnsperf
4 Version:        1.0.0.1
5 Release:        1
6 License:        BSD-like/distributable
7 Group:          Networking/Utilities
8 Source0:        ftp://ftp.nominum.com/pub/nominum/dnsperf/1.0.0.1/%{name}-%{version}-1.tar.gz
9 # Source0-md5:  db2e3f85fbe1f75d384f9b5c1ff0759a
10 URL:            http://www.nominum.com/services/measurement_tools.php
11 BuildRequires:  autoconf
12 BuildRequires:  bind-devel >= 9.4.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DNSPerf and ResPerf deliver accurate performance metrics of Domain
17 Name Services (DNS). These tools are easy-to-use andsimulate real
18 Internet workloads to provide the necessary insight that carriers need
19 to plan and deploy network services.
20
21 DNSPerf measures Authoritative Domain Name services and is designed to
22 simulate network conditions by self-pacing the query load.
23
24 Caching services performance and workload profile differ significantly
25 from Authoritative Domain services; therefore a different tool is
26 needed. ResPerf is designed specifically to simulate Caching Domain
27 Name services. To test a caching server, ResPerf systematically
28 increases the query rate and monitors the response rate.
29
30 %prep
31 %setup -q -n %{name}-%{version}-1
32
33 %build
34 %{__autoconf}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         mandir=%{_mandir} \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 install contrib/queryparse/queryparse $RPM_BUILD_ROOT%{_bindir}
46 install contrib/queryparse/queryparse.1 $RPM_BUILD_ROOT%{_mandir}/man1
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc RELEASE_NOTES doc/*.pdf contrib/queryparse/{INSTALL,USAGE} common.h
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*.1*
This page took 0.065042 seconds and 3 git commands to generate.