]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound.spec
- added dnstap bcond
[packages/unbound.git] / unbound.spec
index c77bdbec46495cebc8f71bfb3645cfe4a9538689..d96a0869df9dbf09e2175504d5d9bbf4a0e927a3 100644 (file)
@@ -1,27 +1,34 @@
 #
 # 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.1
+Version:       1.5.6
 Release:       1
 License:       BSD
 Group:         Applications/Network
 Source0:       http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: ed4c46476dcfb8a507cc08b1ba12a8f1
+# Source0-md5: 691a34abd8e9257dd65b70f28326c1f0
 Source1:       %{name}.init
 Source2:       %{name}.service
 Source3:       https://data.iana.org/root-anchors/icannbundle.pem
-# Source3-md5: 59774aba58dbde1049bdf4722fb4f02c
+# Source3-md5: 1ad315c80d044eca2da29785eee6f7c3
 Source4:       ftp://ftp.internic.net/domain/named.cache
-# Source4-md5: 89241448b08af70dd5715e7ef12d71f6
+# Source4-md5: b2afc34d106e104730b63876c9a07caf
 Patch0:                %{name}-default_trust_anchor.patch
+Patch1:                %{name}-sh.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,10 +121,17 @@ Pythonowy interfejs do biblioteki unbound.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
 %configure \
-       %{?with_python:--with-pyunbound} \
+       %{?with_dnstap:--enable-dnstap} \
+       %{__with_without python pyunbound} \
+       %{__with_without python pythonmodule} \
        --with-pidfile=/run/%{name}.pid \
        --with-chroot-dir="" \
        --with-conf-file=%{_sysconfdir}/%{name}/%{name}.conf \
@@ -222,4 +236,5 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/_unbound.so*
 %{py_sitedir}/unbound.py[co]
+%{py_sitedir}/unboundmodule.py[co]
 %endif
This page took 0.094179 seconds and 4 git commands to generate.