From: Ruben Kerkhof Date: Thu, 10 Mar 2016 19:38:41 +0000 (+0100) Subject: Remove unused pdns-recursor.spec X-Git-Tag: dnsdist-1.0.0-beta1~118^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bed2e13a931cc8487c4d850dbc7b63b845579b8;p=pdns Remove unused pdns-recursor.spec --- diff --git a/pdns/pdns-recursor.spec b/pdns/pdns-recursor.spec deleted file mode 100644 index d80bd6ccc..000000000 --- a/pdns/pdns-recursor.spec +++ /dev/null @@ -1,43 +0,0 @@ -%define _builddir . - -Buildroot: /tmp/pdns/ -Name: pdns-recursor -Version: 3.5.1 -Release: 1 -Summary: extremely powerful and versatile recursing nameserver -License: GPLv2 -Distribution: Neutral -Vendor: PowerDNS.COM BV -Group: System/DNS - -%define _rpmdir ../ -%define _rpmfilename %%{name}-%%{version}-%%{release}.%%{arch}.rpm - -%build -rm -rf %{buildroot} -export PATH=/opt/gcc-4.1.1/bin:${PATH} -export LD_LIBRARY_PATH=/opt/gcc-4.1.1/lib -CC=gcc make STATIC=semi - -%install -make install DESTDIR=%{buildroot} - -%description -PowerDNS is a versatile nameserver which supports a large number -of different backends ranging from simple zonefiles to relational -databases and load balancing/failover algorithms. - -This RPM is semi-statically compiled and should work on all Linux distributions. - -%files -%defattr(-,root,root) -%{_sbindir}/pdns_recursor -%{_bindir}/rec_control -%{_sysconfdir}/init.d/pdns-recursor -%{_mandir}/man1/pdns_recursor.1.gz -%{_mandir}/man1/rec_control.1.gz -%dir %{_sysconfdir}/powerdns/ -%config %{_sysconfdir}/powerdns/recursor.conf-dist - -%post -echo Remember to create a 'pdns' user before starting pdns