- Updated to 1.6.8
This commit is contained in:
parent
6892becf7c
commit
670883bd08
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
14
ldns.spec
14
ldns.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user