Browse Source

update to 2.0.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6041 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
8656deed69
1 changed files with 6 additions and 5 deletions
  1. 6 5
      d/dnsperf/dnsperf-vl.spec

+ 6 - 5
d/dnsperf/dnsperf-vl.spec

@@ -1,14 +1,14 @@
 Summary: Benchmarking authorative and recursing DNS servers
 Summary(ja): 権威DNSサーバおよびキャッシングDNSサーバのベンチマークツール
 Name: dnsperf
-Version: 1.0.1.0
+Version: 2.0.0.0
 Release: 1%{?_dist_release}
 License: MIT
 Url: http://www.nominum.com/services/measurement_tools.php
 Source: ftp://ftp.nominum.com/pub/nominum/dnsperf/%{version}/dnsperf-src-%{version}-1.tar.gz
 Group: Applications/Internet
 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
 Requires: gnuplot pcapy python-dns
 
@@ -26,8 +26,6 @@ For more information, see the dnsperf(1) and resperf(1) man pages.
 %install
 rm -rf %{buildroot}
 %{__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 -D -m 644 contrib/queryparse/queryparse.1 %{buildroot}/%{_mandir}/man1/queryparse.1
 gzip %{buildroot}/%{_mandir}/man1/queryparse.1
@@ -37,11 +35,14 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files 
 %defattr(-,root,root,-)
-%doc README RELEASE_NOTES doc examples/*
+%doc README RELEASE_NOTES doc
 %{_bindir}/*
 %{_mandir}/*/*
 
 %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
 - initial build for Vine Linux