- Updated to 1.6.5

This commit is contained in:
Paul Wouters 2010-06-15 23:15:12 +00:00
parent 77e8af6a96
commit cccdff7a46
3 changed files with 12 additions and 12 deletions

View File

@ -9,3 +9,4 @@ ldns-1.6.1.tar.gz
ldns-1.6.2.tar.gz
ldns-1.6.3.tar.gz
ldns-1.6.4.tar.gz
ldns-1.6.5.tar.gz

View File

@ -7,17 +7,15 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.6.4
Release: 2%{?dist}
Version: 1.6.5
Release: 1%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
BuildRequires: perl, libpcap-devel, openssl-devel
Patch1: ldns-installfix-r3167.patch
Patch2: ldns-rpathfix.patch
%if %{with_python}
BuildRequires: python-devel, swig
@ -50,13 +48,11 @@ Python extensions for ldns
%prep
%setup -q
%patch1
%patch2
# To built svn snapshots
rm config.guess config.sub ltmain.sh
aclocal
libtoolize -c --install
autoreconf --install
#rm config.guess config.sub ltmain.sh
#aclocal
#libtoolize -c --install
#autoreconf --install
%build
%configure --disable-rpath --disable-static --with-sha2 \
@ -129,6 +125,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Tue Jun 15 2010 Paul Wouters <paul@xelerance.com> - 1.6.5-1
- Updated to 1.6.5
* Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-2
- Fix missing _ldns.so causing ldns-python to not work
- Patch for installing ldns-python files

View File

@ -1 +1 @@
6747d7bd96552ee5d8943f3abb24815f ldns-1.6.4.tar.gz
ab41a641a0416908e03e63631f527c4a ldns-1.6.5.tar.gz