diff --git a/dnsperf.spec b/dnsperf.spec index 1b0cb1d..5c4a71a 100644 --- a/dnsperf.spec +++ b/dnsperf.spec @@ -1,7 +1,7 @@ Summary: Benchmarking authorative and recursing DNS servers Name: dnsperf Version: 1.0.1.0 -Release: 14%{?dist} +Release: 15%{?dist} 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 @@ -20,8 +20,7 @@ For more information, see the dnsperf(1) and resperf(1) man pages. %configure %build -# NOTE: -DBIND9 should be in CPPFLAGS but Makefile.in is badly written -%{__make} CFLAGS="$RPM_OPT_FLAGS -DBIND9" %{?_smp_mflags} +%{__make} CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} %install rm -rf %{buildroot} @@ -42,6 +41,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/*/* %changelog +* Tue Dec 15 2009 Adam Tkac - 1.0.1.0-15 +- rebuild against new bind + * Tue Dec 01 2009 Adam Tkac - 1.0.1.0-14 - rebuild against new bind