- Updated to 1.6.5
This commit is contained in:
parent
77e8af6a96
commit
cccdff7a46
@ -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
|
||||
|
||||
21
ldns.spec
21
ldns.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user