]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove rawhide testbuild spec files 2701/head
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 24 Aug 2015 18:25:44 +0000 (20:25 +0200)
committermind04 <mind04@monshouwer.org>
Mon, 24 Aug 2015 18:25:44 +0000 (20:25 +0200)
build-scripts/redhat/pdns-recursor-test.spec [deleted file]
build-scripts/redhat/pdns-server-test.spec [deleted file]

diff --git a/build-scripts/redhat/pdns-recursor-test.spec b/build-scripts/redhat/pdns-recursor-test.spec
deleted file mode 100644 (file)
index ef8b692..0000000
+++ /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 (file)
index c12fa85..0000000
+++ /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/*