Summary: A caching dns proxy for small networks or dialin accounts Summary(pl): DNS proxy serwer dla małej sieci lub jednostki z połączeniem dialup Name: pdnsd Version: 1.1.7a Release: 4 License: GPL Group: Networking/Daemons Vendor: Thomas Moestl Source0: http://home.t-online.de/home/Moestl/%{name}-%{version}.tar.bz2 Source1: %{name}.init Patch0: %{name}-threads_signals.patch URL: http://home.t-online.de/home/Moestl/ BuildRequires: autoconf BuildRequires: automake BuildRequires: flex PreReq: /sbin/chkconfig PreReq: rc-scripts Provides: caching-nameserver Obsoletes: bind BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description pdnsd is a proxy DNS daemon with permanent (disk-)cache and the ability to serve local records. It is designed to detect network outages or hangups and to prevent DNS-dependent applications like Netscape Navigator from hanging. %description -l pl pdnsd jest serwerem proxy dla usługi DNS, zapisujacym bufor ze zgromadzonymi informacjami na dysku. Będzie on szczególnie użyteczny dla jednostki pracujacej w trybie off-line (np. poprzez połączenie dialup). %prep %setup -q %patch0 -p0 %build rm -f missing aclocal %{__autoconf} autoheader %{__automake} %configure \ --enable-ipv6 %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/rc.d/init.d %{__make} install DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/pdnsd mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pdnsd.conf{.sample,} %clean rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add pdnsd if [ -f %{_localstatedir}/lock/subsys/pdnsd ]; then /etc/rc.d/init.d/pdnsd restart >&2 else echo "Run \"/etc/rc.d/init.d/pdnsd start\" to start pdnsd." >&2 fi %preun if [ "$1" = "0" ]; then if [ -f %{_localstatedir}/lock/subsys/pdnsd ]; then /etc/rc.d/init.d/pdnsd stop fi /sbin/chkconfig --del pdnsd fi %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO doc/txt/*.txt doc/html/*.html %attr(754,root,root) /etc/rc.d/init.d/pdnsd %attr(755,root,root) %{_sbindir}/pdnsd %attr(755,root,root) %{_sbindir}/pdnsd-ctl %attr(775,nobody,nobody) %dir %{_var}/cache/pdnsd %attr(664,nobody,nobody) %config(noreplace) %verify(not md5 size mtime) %{_var}/cache/pdnsd/pdnsd.cache %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/pdnsd.conf %{_mandir}/man8/*