[packages/unbound] - updated to 1.11.0 - drop .la file - added dnscrypt bcond (BR: libsodium)
qboosh
qboosh at pld-linux.org
Tue Sep 8 20:50:32 CEST 2020
commit ae58863ff9b5e722da443bd6d5ee314b22365f39
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 8 20:53:11 2020 +0200
- updated to 1.11.0
- drop .la file
- added dnscrypt bcond (BR: libsodium)
unbound.spec | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/unbound.spec b/unbound.spec
index cc17b79..3c3f3bb 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -2,21 +2,22 @@
# - stop using nobody group
#
# Conditional build:
-%bcond_without python # Python binding
-%bcond_with dnstap # dnstap replication support
-%bcond_with redis # cachedb support for redis (using hiredis)
-%bcond_with systemd # systemd support
-%bcond_without tests # unit tests
+%bcond_without python # Python binding
+%bcond_with dnscrypt # dnscrypt support
+%bcond_with dnstap # dnstap replication support
+%bcond_with redis # cachedb support for redis (using hiredis)
+%bcond_with systemd # systemd support
+%bcond_without tests # unit tests
#
Summary: Recursive, validating DNS resolver
Summary(pl.UTF-8): Rekurencyjny, weryfikujący resolver DNS
Name: unbound
-Version: 1.10.1
+Version: 1.11.0
Release: 1
License: BSD
Group: Applications/Network
Source0: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 48f8ee02d0d92603a8d7f4fda7152da0
+# Source0-md5: 528dcf9bb9aa693a14f9ad5bab417b85
Source1: %{name}.init
Source2: %{name}.service
Source3: https://data.iana.org/root-anchors/icannbundle.pem
@@ -36,6 +37,7 @@ BuildRequires: flex
%{?with_dnstap:BuildRequires: fstrm-devel}
%{?with_redis:BuildRequires: hiredis-devel}
BuildRequires: libevent-devel
+%{?with_dnscrypt:BuildRequires: libsodium-devel}
BuildRequires: libtool
BuildRequires: openssl-devel >= 1.0.0
%{?with_dnstap:BuildRequires: protobuf-c-devel}
@@ -141,6 +143,7 @@ Pythonowy interfejs do biblioteki unbound.
%{__autoconf}
%{__autoheader}
%configure \
+ %{?with_dnscrypt:--enable-dnscrypt} \
%{?with_dnstap:--enable-dnstap} \
%{?with_systemd:--enable-systemd} \
--with-chroot-dir="" \
@@ -174,6 +177,9 @@ cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/named.cache
touch $RPM_BUILD_ROOT/var/lib/%{name}/root.key
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libunbound.la
+
%if %{with python}
%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/_unbound.la
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
@@ -242,7 +248,6 @@ fi
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libunbound.so
-%{_libdir}/libunbound.la
%{_pkgconfigdir}/libunbound.pc
%{_includedir}/unbound.h
%{_mandir}/man3/libunbound.3*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/unbound.git/commitdiff/ae58863ff9b5e722da443bd6d5ee314b22365f39
More information about the pld-cvs-commit
mailing list