Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 3b6f87ec74310846811112aabc07877b > files > 3

efingerd-1.6.1-4.src.rpm

# $Revision: 1.16 $, $Date: 2002/08/02 00:23:48 $
Summary:	Nice finger daemon
Summary(pl):	Sympatyczny serwer finger
Name:		efingerd
Version:	1.6.1
Release:	4
License:	GPL
Group:		Networking/Daemons
Source0:	http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/%{name}_%{version}.tar.gz
Source1:	%{name}.inetd
Patch0:		%{name}-DESTDIR.patch
URL:		http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd.html
Requires:	inetdaemon
Prereq:		rc-inetd >= 0.8.1
Provides:	fingerd
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
BuildRequires:	libident-devel
Obsoletes:	bsd-fingerd
Obsoletes:	finger-server
Obsoletes:	cfingerd
Obsoletes:	ffingerd

%description
Another finger daemon for unix capable of fine-tuning your output.
efingerd is a finger daemon, which executes programs and displays
their output. This gives you complete control over what to display and
to who, and an extreme configurability.

%description -l pl
Efingerd jest kolejnym uniksowym demonem finger, który
poprzez swoje mo¿liwo¶ci konfiguracji pozwala na pe³n±
kontrolê tego, komu i w jaki sposób s± prezentowane odpowiedzi
na zapytania finger - pokazuj±c wynik zewnêtrznych programów.

%prep
%setup -q
%patch0 -p1

%build
%{__make} CFLAGS="%{rpmcflags}"

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd

%{__make} install install-doc DESTDIR=$RPM_BUILD_ROOT

install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/fingerd

%post
if [ -f /var/lock/subsys/rc-inetd ]; then
	/etc/rc.d/init.d/rc-inetd reload 1>&2
else
	echo "Type \"/etc/rc.d/init.d/rc-inetd start\" to start inet server" 1>&2
fi

%postun
if [ -f /var/lock/subsys/rc-inetd ]; then
	/etc/rc.d/init.d/rc-inetd reload
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README CHANGES examples-{unusual,win95,standard}
%attr(755,root,root) %{_sbindir}/*
%attr(640,root,root) /etc/sysconfig/rc-inetd/fingerd
%dir %{_sysconfdir}/efingerd
%attr(755,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/efingerd/*
%{_mandir}/man8/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: efingerd.spec,v $
Revision 1.16  2002/08/02 00:23:48  blues
- release 4
- new doc
- new description written by Krzysztof Pobiezynski <ppv@wiedzmin.org>

Revision 1.15  2002/06/08 14:58:25  mkochano
- Release 3.
- Marked /etc/efingerd/* as config noreplace. These files are scripts,
  but they are often modified to match admin's needs.

Revision 1.14  2002/04/25 16:14:32  arturs
fixed a small typo

Revision 1.13  2002/03/23 14:01:47  kloczek
- release 2.

Revision 1.12  2002/02/22 23:28:49  kloczek
- removed all Group fields translations (our rpm now can handle translating
  Group field using gettext).

Revision 1.11  2002/01/18 02:12:47  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.10  2001/10/09 16:04:54  undefine
- updated to 1.6.1, corrected Makefile patch

Revision 1.9  2001/07/28 21:37:29  blues
- typo: %s/sever"/server"/

Revision 1.8  2001/07/26 05:42:06  saq
- reverting last change: removing new macros from %p{re,ost}{,un}

Revision 1.6  2001/04/30 16:05:16  kloczek
- added using %%{rpmcflags} macro.

Revision 1.5  2001/03/15 05:02:33  kloczek
- updated to 1.6.

Revision 1.4  2001/02/27 05:20:04  kloczek
- updated to 1.4.2.

Revision 1.3  2001/01/25 20:03:22  misiek

Massive attack. We use -O0 instead -O flags while debug enabled.

Revision 1.2  2001/01/07 16:45:20  kloczek
- make spec %%{debug} ready.

Revision 1.1  2001/01/07 13:16:04  undefine
- Initial PLD version