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