|
@@ -1,14 +1,14 @@
|
|
Summary: Benchmarking authorative and recursing DNS servers
|
|
Summary: Benchmarking authorative and recursing DNS servers
|
|
Summary(ja): 権威DNSサーバおよびキャッシングDNSサーバのベンチマークツール
|
|
Summary(ja): 権威DNSサーバおよびキャッシングDNSサーバのベンチマークツール
|
|
Name: dnsperf
|
|
Name: dnsperf
|
|
-Version: 1.0.1.0
|
|
|
|
|
|
+Version: 2.0.0.0
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Url: http://www.nominum.com/services/measurement_tools.php
|
|
Url: http://www.nominum.com/services/measurement_tools.php
|
|
Source: ftp://ftp.nominum.com/pub/nominum/dnsperf/%{version}/dnsperf-src-%{version}-1.tar.gz
|
|
Source: ftp://ftp.nominum.com/pub/nominum/dnsperf/%{version}/dnsperf-src-%{version}-1.tar.gz
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-BuildRequires: bind-devel >= 9.3.0, libcap-devel, bzip2, openssl-devel
|
|
|
|
|
|
+BuildRequires: bind-devel >= 1:9.6.ESV.R4.P3-2, libcap-devel, bzip2, openssl-devel
|
|
BuildRequires: krb5-devel, libxml2-devel
|
|
BuildRequires: krb5-devel, libxml2-devel
|
|
Requires: gnuplot pcapy python-dns
|
|
Requires: gnuplot pcapy python-dns
|
|
|
|
|
|
@@ -26,8 +26,6 @@ For more information, see the dnsperf(1) and resperf(1) man pages.
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
%{__make} DESTDIR=%{buildroot} install
|
|
%{__make} DESTDIR=%{buildroot} install
|
|
-bzip2 -9 examples/queryfile-example-100thousand
|
|
|
|
-echo "For a better test, use ftp://ftp.nominum.com/pub/nominum/dnsperf/data/queryfile-example-3million.gz" > examples/README.largetest
|
|
|
|
install contrib/queryparse/queryparse %{buildroot}/%{_bindir}
|
|
install contrib/queryparse/queryparse %{buildroot}/%{_bindir}
|
|
install -D -m 644 contrib/queryparse/queryparse.1 %{buildroot}/%{_mandir}/man1/queryparse.1
|
|
install -D -m 644 contrib/queryparse/queryparse.1 %{buildroot}/%{_mandir}/man1/queryparse.1
|
|
gzip %{buildroot}/%{_mandir}/man1/queryparse.1
|
|
gzip %{buildroot}/%{_mandir}/man1/queryparse.1
|
|
@@ -37,11 +35,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc README RELEASE_NOTES doc examples/*
|
|
|
|
|
|
+%doc README RELEASE_NOTES doc
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{_mandir}/*/*
|
|
%{_mandir}/*/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Apr 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-1
|
|
|
|
+- update to 2.0.0.0
|
|
|
|
+
|
|
* Thu Apr 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1.0-1
|
|
* Thu Apr 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1.0-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|