+++ /dev/null
-#
-# PowerDNS recursor buildtest spec file
-# Don't use this spec for regular builds
-#
-Summary: PowerDNS
-Name: pdns-recursor
-Version: 0.0
-Release: 1
-Epoch: 0
-Group: System Environment/Daemons
-License: GPL
-Source: http://downloads.powerdns.com/releases/%{name}-#VERSION#.tar.bz2
-
-BuildRequires: boost-devel >= 1.39.0
-BuildRequires: lua-devel >= 5.3
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-%description
-PowerDNS recursor
-
-%prep
-%setup -q -n %{name}-#VERSION#
-
-%build
-%configure
-
-LUA=1 LUA_LIBS_CONFIG=-llua-5.3 %{__make}
-
-%install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-rm -rf $RPM_BUILD_ROOT/*
+++ /dev/null
-#
-# PowerDNS server buildtest spec file
-# Don't use this spec for regular builds
-#
-Summary: PowerDNS
-Name: pdns-server
-Version: 0.0
-Release: 1
-Epoch: 0
-License: GPL
-Group: System/Servers
-Source: http://downloads.powerdns.com/releases/pdns-#VERSION#.tar.bz2
-
-BuildRequires: autoconf automake
-BuildRequires: gcc gcc-c++
-BuildRequires: zlib-devel
-BuildRequires: lua-devel
-BuildRequires: boost-devel >= 1.34.0
-BuildRequires: sqlite-devel >= 3.0.0
-BuildRequires: libcurl-devel >= 7.17.1
-BuildRequires: mysql-devel
-BuildRequires: postgresql-devel
-BuildRequires: openldap-devel
-BuildRequires: tinycdb-devel
-BuildRequires: opendbx-devel
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-%description
-PowerDNS testbuild
-
-%prep
-%setup -q -n pdns-#VERSION#
-
-%build
-%configure \
- --libdir=%{_libdir} \
- --with-sqlite3 \
- --with-socketdir=/var/run/pdns-server \
- --with-modules="bind gmysql gpgsql gsqlite3 mydns tinydns remote random pipe geo ldap opendbx" \
- --with-dynmodules="" \
- --enable-unit-tests \
- --enable-tools
-
-%{__make}
-
-%install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-rm -rf $RPM_BUILD_ROOT/*