From 47aaccf77f6129eef5c9687de3b15088c68d0894 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 24 Aug 2015 20:25:44 +0200 Subject: [PATCH] remove rawhide testbuild spec files --- build-scripts/redhat/pdns-recursor-test.spec | 33 ------------- build-scripts/redhat/pdns-server-test.spec | 50 -------------------- 2 files changed, 83 deletions(-) delete mode 100644 build-scripts/redhat/pdns-recursor-test.spec delete mode 100644 build-scripts/redhat/pdns-server-test.spec diff --git a/build-scripts/redhat/pdns-recursor-test.spec b/build-scripts/redhat/pdns-recursor-test.spec deleted file mode 100644 index ef8b692ce..000000000 --- a/build-scripts/redhat/pdns-recursor-test.spec +++ /dev/null @@ -1,33 +0,0 @@ -# -# 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/* diff --git a/build-scripts/redhat/pdns-server-test.spec b/build-scripts/redhat/pdns-server-test.spec deleted file mode 100644 index c12fa85e7..000000000 --- a/build-scripts/redhat/pdns-server-test.spec +++ /dev/null @@ -1,50 +0,0 @@ -# -# 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/* -- 2.40.0