|
@@ -6,19 +6,25 @@
|
|
|
%endif
|
|
|
|
|
|
Summary: Lowlevel DNS(SEC) library with API
|
|
|
+Summary(ja): 低レベルな DNS(SEC) ライブラリと API
|
|
|
Name: ldns
|
|
|
Version: 1.6.4
|
|
|
-Release: 2%{?dist}
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: BSD
|
|
|
Url: http://www.nlnetlabs.nl/%{name}/
|
|
|
Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
|
|
|
Group: System Environment/Libraries
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
|
|
|
BuildRequires: perl, libpcap-devel, openssl-devel
|
|
|
+Requires: libpcap, openssl
|
|
|
Patch1: ldns-installfix-r3167.patch
|
|
|
Patch2: ldns-rpathfix.patch
|
|
|
|
|
|
+Distribution: Vine Linux
|
|
|
+Vendor: Project Vine
|
|
|
+Packager: iwaim
|
|
|
+
|
|
|
%if %{with_python}
|
|
|
BuildRequires: python-devel, swig
|
|
|
%endif
|
|
@@ -129,6 +135,9 @@ rm -rf %{buildroot}
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
|
+* Wed May 5 2010 IWAI, Masaharu <iwai@alib.jp> 1.6.4-1
|
|
|
+- initial build for Vine Linux: based Fedora 1.6.4-2.fc13
|
|
|
+
|
|
|
* 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
|