]> git.pld-linux.org Git - packages/pdns.git/blobdiff - pdns.spec
- release 2 (by relup.sh)
[packages/pdns.git] / pdns.spec
index 70778f19a2eb807524e4e40f72041443c1540952..ac775ac4d5f158ae431a85ac3a01d2fd29ee2869 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -5,18 +5,19 @@
 Summary:       PowerDNS - a Versatile Database Driven Nameserver
 Summary(pl.UTF-8):     PowerDNS - wielofunkcyjny serwer nazw korzystajÄ…cy z relacyjnych baz danych
 Name:          pdns
-Version:       4.0.9
+Version:       4.3.1
 Release:       2
 License:       GPL v2
 Group:         Networking/Daemons
 Source0:       https://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 906aa90e95b194dcd773627b298787be
+# Source0-md5: 59011d4337dc02d9b114918781f96bee
 Source1:       https://downloads.powerdns.com/documentation/%{name}.pdf
-# Source1-md5: c7f3884185358e59d208e166eddb246c
+# Source1-md5: 15bdde9d84af6ef1485dc2f5fa3f81df
 Source2:       https://downloads.powerdns.com/documentation/%{name}.txt
 Source3:       %{name}.init
 Source4:       %{name}.conf
 Source5:       %{name}.sysconfig
+Patch0:                %{name}-boost.patch
 Patch1:                %{name}-openldap-2.3.patch
 URL:           https://www.powerdns.com/
 BuildRequires: autoconf >= 2.61
@@ -137,6 +138,7 @@ LDAP.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 cp -p %{SOURCE1} .
 cp -p %{SOURCE2} .
@@ -156,6 +158,7 @@ CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\""
        --sysconfdir=%{_sysconfdir}/%{name} \
        --disable-silent-rules \
        --disable-static \
+       --enable-tools \
        --with-dynmodules="gsqlite3 gmysql gpgsql pipe ldap" \
        --with-lua \
        --with-modules="" \
@@ -225,9 +228,26 @@ fi
 %{systemdunitdir}/pdns.service
 %{systemdunitdir}/pdns@.service
 %attr(755,root,root) %{_sbindir}/pdns_server
+%attr(755,root,root) %{_bindir}/calidns
+%attr(755,root,root) %{_bindir}/dnsbulktest
+%attr(755,root,root) %{_bindir}/dnsgram
+%attr(755,root,root) %{_bindir}/dnspcap2calidns
 %attr(755,root,root) %{_bindir}/dnspcap2protobuf
+%attr(755,root,root) %{_bindir}/dnsreplay
+%attr(755,root,root) %{_bindir}/dnsscan
+%attr(755,root,root) %{_bindir}/dnsscope
+%attr(755,root,root) %{_bindir}/dnstcpbench
+%attr(755,root,root) %{_bindir}/dnswasher
+%attr(755,root,root) %{_bindir}/dumresp
+%attr(755,root,root) %{_bindir}/ixplore
+%attr(755,root,root) %{_bindir}/nproxy
+%attr(755,root,root) %{_bindir}/nsec3dig
 %attr(755,root,root) %{_bindir}/pdns_control
+%attr(755,root,root) %{_bindir}/pdns_notify
 %attr(755,root,root) %{_bindir}/pdnsutil
+%attr(755,root,root) %{_bindir}/saxfr
+%attr(755,root,root) %{_bindir}/sdig
+%attr(755,root,root) %{_bindir}/stubquery
 %attr(755,root,root) %{_bindir}/zone2json
 %attr(755,root,root) %{_bindir}/zone2ldap
 %attr(755,root,root) %{_bindir}/zone2sql
@@ -235,6 +255,7 @@ fi
 %{_mandir}/man1/calidns.1*
 %{_mandir}/man1/dnsbulktest.1*
 %{_mandir}/man1/dnsgram.1*
+%{_mandir}/man1/dnspcap2calidns.1*
 %{_mandir}/man1/dnspcap2protobuf.1*
 %{_mandir}/man1/dnsreplay.1*
 %{_mandir}/man1/dnsscan.1*
This page took 0.139749 seconds and 4 git commands to generate.