]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound.spec
- updated to 1.6.1
[packages/unbound.git] / unbound.spec
index f0d62f040c751d8c08553e7317ead6d24bc3421f..9fa578b4a02a76cfa8fe60a387d9391e7b7f664c 100644 (file)
@@ -2,41 +2,46 @@
 # Conditional build:
 %bcond_without python  # Python binding
 %bcond_with    dnstap  # dnstap replication support
+%bcond_with    systemd # systemd support
 #
 Summary:       Recursive, validating DNS resolver
 Summary(pl.UTF-8):     Rekurencyjny, weryfikujÄ…cy resolver DNS
 Name:          unbound
-Version:       1.5.6
-Release:       2
+Version:       1.6.1
+Release:       1
 License:       BSD
 Group:         Applications/Network
 Source0:       http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 691a34abd8e9257dd65b70f28326c1f0
+# Source0-md5: aa808f33d94a36c9312d1b8ad8805e14
 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: bd84dce11de35801683aaedc339c43ed
 Patch0:                %{name}-default_trust_anchor.patch
 Patch1:                %{name}-sh.patch
+Patch2:                %{name}-pythondir.patch
+Patch3:                %{name}-flex.patch
 URL:           http://unbound.net/
 BuildRequires: autoconf >= 2.56
 BuildRequires: automake
+BuildRequires: bison
 BuildRequires: expat-devel
+BuildRequires: flex
 %{?with_dnstap:BuildRequires:  fstrm-devel}
 BuildRequires: libevent-devel
 BuildRequires: libtool
 BuildRequires: openssl-devel >= 1.0
 %{?with_dnstap:BuildRequires:  protobuf-c-devel}
-BuildRequires: rpmbuild(macros) >= 1.228
+BuildRequires: rpmbuild(macros) >= 1.671
+%{?with_systemd:BuildRequires: systemd-devel}
 %if %{with python}
 BuildRequires: python-devel >= 1:2.4.0
 BuildRequires: swig-python
 %endif
-Requires(post,preun):  /sbin/chkconfig
-BuildRequires: rpmbuild(macros) >= 1.671
 Provides:      user(unbound)
+Requires(post,preun):  /sbin/chkconfig
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/useradd
@@ -122,6 +127,8 @@ Pythonowy interfejs do biblioteki unbound.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -130,6 +137,7 @@ Pythonowy interfejs do biblioteki unbound.
 %{__autoheader}
 %configure \
        %{?with_dnstap:--enable-dnstap} \
+       %{?with_systemd:--enable-systemd} \
        %{__with_without python pyunbound} \
        %{__with_without python pythonmodule} \
        --with-pidfile=/run/%{name}.pid \
This page took 0.042495 seconds and 4 git commands to generate.