]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound.spec
- up to 1.5.9
[packages/unbound.git] / unbound.spec
index d0a66d2e1e9e8452ab027a00433a7b96b96171e1..8ad073bdc16954e7140083f0f50fcabc4ec98e43 100644 (file)
@@ -1,27 +1,35 @@
 #
 # Conditional build:
 %bcond_without python  # Python binding
+%bcond_with    dnstap  # dnstap replication support
 #
 Summary:       Recursive, validating DNS resolver
 Summary(pl.UTF-8):     Rekurencyjny, weryfikujÄ…cy resolver DNS
 Name:          unbound
-Version:       1.5.4
+Version:       1.5.9
 Release:       1
 License:       BSD
 Group:         Applications/Network
 Source0:       http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: f85854baad15adc7ce8acefe6cda4cf8
+# Source0-md5: 0cefa62c1690b4db18583db84bff00e3
 Source1:       %{name}.init
 Source2:       %{name}.service
 Source3:       https://data.iana.org/root-anchors/icannbundle.pem
 # Source3-md5: 1ad315c80d044eca2da29785eee6f7c3
 Source4:       ftp://ftp.internic.net/domain/named.cache
-# Source4-md5: b2afc34d106e104730b63876c9a07caf
+# Source4-md5: ebffd03c9bbc05dd4d23502c34a527eb
 Patch0:                %{name}-default_trust_anchor.patch
+Patch1:                %{name}-sh.patch
+Patch2:                %{name}-pythondir.patch
 URL:           http://unbound.net/
+BuildRequires: autoconf >= 2.56
+BuildRequires: automake
 BuildRequires: expat-devel
+%{?with_dnstap:BuildRequires:  fstrm-devel}
 BuildRequires: libevent-devel
-BuildRequires: openssl-devel
+BuildRequires: libtool
+BuildRequires: openssl-devel >= 1.0
+%{?with_dnstap:BuildRequires:  protobuf-c-devel}
 BuildRequires: rpmbuild(macros) >= 1.228
 %if %{with python}
 BuildRequires: python-devel >= 1:2.4.0
@@ -114,9 +122,16 @@ Pythonowy interfejs do biblioteki unbound.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
 %configure \
+       %{?with_dnstap:--enable-dnstap} \
        %{__with_without python pyunbound} \
        %{__with_without python pythonmodule} \
        --with-pidfile=/run/%{name}.pid \
This page took 0.115642 seconds and 4 git commands to generate.