- Updated to 1.6.8

This commit is contained in:
Paul Wouters 2011-01-24 13:56:00 -05:00
parent 6892becf7c
commit 670883bd08
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ ldns-1.6.3.tar.gz
ldns-1.6.4.tar.gz
ldns-1.6.5.tar.gz
ldns-1.6.6.tar.gz
/ldns-1.6.8.tar.gz

View File

@ -7,8 +7,8 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.6.6
Release: 2%{?dist}
Version: 1.6.8
Release: 1%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@ -55,13 +55,13 @@ Python extensions for ldns
#autoreconf --install
%build
%configure --disable-rpath --disable-static --with-sha2 \
%configure --disable-rpath --disable-static --with-sha2 --disable-gost \
%if %{with_python}
--with-pyldns
%endif
(cd drill ; %configure --disable-rpath --disable-static --with-ldns=%{buildroot}/lib/ )
(cd examples ; %configure --disable-rpath --disable-static --with-ldns=%{buildroot}/lib/ )
(cd drill ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ )
(cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{buildroot}/lib/ )
make %{?_smp_mflags}
( cd drill ; make %{?_smp_mflags} )
@ -99,7 +99,6 @@ rm -rf %{buildroot}
%{_libdir}/libldns*so.*
%{_bindir}/drill
%{_bindir}/ldnsd
#%{_bindir}/ldns-*
%{_bindir}/ldns-chaos
%{_bindir}/ldns-compare-zones
%{_bindir}/ldns-[d-z]*
@ -125,6 +124,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Mon Jan 24 2011 Paul Wouters <paul@xelerance.com> - 1.6.8-1
- Updated to 1.6.8
* Thu Aug 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.6-2
- Bump for EVR

View File

@ -1 +1 @@
f2bff31764c98aa69749070a21199164 ldns-1.6.6.tar.gz
17d15e0d185a6258eed2c3806d8fc7c5 ldns-1.6.8.tar.gz