Summary: Highly configurable and secure finger daemon with IPv6 support Summary(pl): Niezwykle konfigurowalny i bezpieczny demon fingerd ze wspraciem dla IPv6 Name: cfingerd Version: 1.4.3 Release: 1 Group: Networking/Daemons Group(pl): Sieciowe/Serwery Copyright: GPL Vendor: Martin Schulze URL: http://www.infodrom.north.de/cfingerd/ Source0: ftp://ftp.infodrom.north.de/pub/people/joey/cfingerd/%{name}-%{version}.tar.gz Source1: %{name}.logrotate Source2: %{name}.inetd Patch0: http://www.misiek.eu.org/ipv6/cfingerd-1.4.3-ipv6-12121999.patch.gz Patch1: %{name}-config.patch Requires: inetdaemon Requires: rc-inetd Provides: fingerd Obsoletes: cfingerd-nobody Obsoletes: cfingerd-noroot BuildRoot: /tmp/%{name}-%{version}-root %description * CFINGERD is a free finger daemon replacement for standard finger daemons such as GNU Finger, MIT Finger, or KFINGERD. CFINGERD is highly becoming a respected standard as the finger daemon to use. %description -l pl * CFINGERD jest darmowym serwerem usługi finger zastępującym inne demony fingera takie jak GNU Finger, MIT Finger, lub KFINGERD. CFINGERD staje się respektowanym standardem dla demonów usługi finger. %prep %setup -q %patch0 -p1 %patch1 -p1 -b .wiget %build ./Configure make all CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/{%{name}/scripts,logrotate.d,sysconfig/rc-inetd} \ $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{1,5,8}} install -s src/cfingerd $RPM_BUILD_ROOT%{_sbindir}/ install -s userlist/userlist $RPM_BUILD_ROOT%{_sbindir}/ install texts/*.txt $RPM_BUILD_ROOT/etc/%{name}/ install scripts/* $RPM_BUILD_ROOT/etc/%{name}/scripts/ install cfingerd.conf $RPM_BUILD_ROOT/etc/%{name}/ install userlist/userlist.conf $RPM_BUILD_ROOT/etc/%{name}/ install %{SOURCE1} $RPM_BUILD_ROOT/etc/logrotate.d/%{name} install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/%{name} install userlist/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ install docs/*.5 $RPM_BUILD_ROOT%{_mandir}/man5/ install docs/*.8 $RPM_BUILD_ROOT%{_mandir}/man8/ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \ CHANGES CREDITS FAQ README README.noroot RECOMMEND TODO %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {CHANGES,CREDITS,FAQ,README,README.noroot,RECOMMEND,TODO}.gz %attr(755,root,root) %dir /etc/%{name} %attr(755,root,root) %dir /etc/%{name}/scripts %attr(755,root,root) /etc/%{name}/scripts/* %attr(644,root,root) /etc/%{name}/*.txt %attr(644,root,root) /etc/logrotate.d/%{name} %attr(640,root,root) /etc/sysconfig/rc-inetd/%{name} %attr(755,root,root) %{_sbindir}/* %attr(644,root,root) %{_mandir}/man[158]/* %attr(600,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/cfingerd.conf %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/userlist.conf