]> git.pld-linux.org Git - packages/pdns.git/blobdiff - pdns.spec
- icu-57.1 rebuild
[packages/pdns.git] / pdns.spec
index d4f5bbb6e3b1fad0b7451f4738e88f295f5ee8d8..466a0a58be617cfc821077161aa1bbf01fd78352 100644 (file)
--- a/pdns.spec
+++ b/pdns.spec
@@ -1,12 +1,16 @@
+# TODO
+# - warning: Installed (but unpackaged) file(s) found:
+#   /etc/pdns/pdns.conf-dist
+# - do not use 'djbdns' group!
 Summary:       PowerDNS is a Versatile Database Driven Nameserver
 Summary(pl.UTF-8):     PowerDNS to wielofunkcyjny serwer nazw korzystajÄ…cy z relacyjnych baz danych
 Name:          pdns
-Version:       3.4.2
-Release:       1
+Version:       3.4.6
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 3f79de4d0bc845fb3d4b492234daf1a4
+# Source0-md5: 1d44709f07bc62dabdaa34d67c894de5
 Source1:       http://downloads.powerdns.com/documentation/%{name}.pdf
 # Source1-md5: cb69cd9655e4cb319c66adb2c733314d
 Source2:       http://downloads.powerdns.com/documentation/%{name}.txt
@@ -145,6 +149,7 @@ CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\""
 %{__autoconf}
 %{__automake}
 %configure \
+       --disable-silent-rules \
        --sysconfdir=%{_sysconfdir}/%{name} \
        --disable-static \
        --with-lua \
@@ -157,7 +162,7 @@ CPPFLAGS="-DHAVE_NAMESPACE_STD -DHAVE_CXX_STRING_HEADER -DDLLIMPORT=\"\""
        --with-system-polarssl \
        --with-socketdir=/var/run
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.059999 seconds and 4 git commands to generate.