]> git.pld-linux.org Git - packages/unbound.git/blobdiff - unbound.spec
- updated to 1.6.1
[packages/unbound.git] / unbound.spec
index 724c56cc01295bb8589e17f0f4f52a1469acdebd..9fa578b4a02a76cfa8fe60a387d9391e7b7f664c 100644 (file)
@@ -1,34 +1,47 @@
 #
 # 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.4.22
+Version:       1.6.1
 Release:       1
 License:       BSD
 Group:         Applications/Network
 Source0:       http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 59728c74fef8783f8bad1d7451eba97f
+# Source0-md5: aa808f33d94a36c9312d1b8ad8805e14
 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: b3b07a2944d29d1f5bd58fe2fe183148
+# 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: openssl-devel
-BuildRequires: rpmbuild(macros) >= 1.228
+BuildRequires: libtool
+BuildRequires: openssl-devel >= 1.0
+%{?with_dnstap:BuildRequires:  protobuf-c-devel}
+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
@@ -112,11 +125,23 @@ Pythonowy interfejs do biblioteki unbound.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
 %configure \
-       %{?with_python:--with-pyunbound} \
+       %{?with_dnstap:--enable-dnstap} \
+       %{?with_systemd:--enable-systemd} \
+       %{__with_without python pyunbound} \
+       %{__with_without python pythonmodule} \
        --with-pidfile=/run/%{name}.pid \
+       --with-chroot-dir="" \
        --with-conf-file=%{_sysconfdir}/%{name}/%{name}.conf \
        --with-rootkey-file=/var/lib/%{name}/root.key \
        --with-rootcert-file=%{_sysconfdir}/%{name}/icannbundle.pem
@@ -138,7 +163,7 @@ install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/named.cache
 touch $RPM_BUILD_ROOT/var/lib/%{name}/root.key
 
 %if %{with python}
-%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_unbound.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_unbound.la
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
@@ -219,4 +244,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.074823 seconds and 4 git commands to generate.