|
@@ -8,8 +8,8 @@
|
|
Summary: Lowlevel DNS(SEC) library with API
|
|
Summary: Lowlevel DNS(SEC) library with API
|
|
Summary(ja): 低レベルな DNS(SEC) ライブラリと API
|
|
Summary(ja): 低レベルな DNS(SEC) ライブラリと API
|
|
Name: ldns
|
|
Name: ldns
|
|
-Version: 1.6.4
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.6.5
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
|
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
|
@@ -18,8 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
|
|
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
|
|
BuildRequires: perl, libpcap-devel, openssl-devel
|
|
BuildRequires: perl, libpcap-devel, openssl-devel
|
|
Requires: libpcap, openssl
|
|
Requires: libpcap, openssl
|
|
-Patch1: ldns-installfix-r3167.patch
|
|
|
|
-Patch2: ldns-rpathfix.patch
|
|
|
|
|
|
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -56,13 +54,6 @@ Python extensions for ldns
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch1
|
|
|
|
-%patch2
|
|
|
|
-# To built svn snapshots
|
|
|
|
-rm config.guess config.sub ltmain.sh
|
|
|
|
-aclocal
|
|
|
|
-libtoolize -c --install
|
|
|
|
-autoreconf --install
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-rpath --disable-static --with-sha2 \
|
|
%configure --disable-rpath --disable-static --with-sha2 \
|
|
@@ -135,6 +126,11 @@ rm -rf %{buildroot}
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 23 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- drop unnecessary installfix patch (Patch1): upstream merged
|
|
|
|
+- drop unnecessary rpathfix patch (Patch2): upstream merged
|
|
|
|
+
|
|
* Thu Jun 3 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.4-2vl6
|
|
* Thu Jun 3 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.4-2vl6
|
|
- rebuild with libpcap 1.1.1 on VineSeed
|
|
- rebuild with libpcap 1.1.1 on VineSeed
|
|
|
|
|