]> git.pld-linux.org Git - packages/efingerd.git/blame - efingerd.spec
- tabs in preamble
[packages/efingerd.git] / efingerd.spec
CommitLineData
f4263bbc 1Summary: Nice finger daemon
4c291527 2Summary(pl.UTF-8): Sympatyczny serwer finger
f4263bbc 3Name: efingerd
67a1fd4d 4Version: 1.6.2
ca9592e2 5Release: 2
f4263bbc 6License: GPL
7Group: Networking/Daemons
f4263bbc 8Source0: http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd/%{name}_%{version}.tar.gz
1dfc1b13 9# Source0-md5: 9ed962d02c7716c747fd29b4fabbd06b
f4263bbc 10Source1: %{name}.inetd
11Patch0: %{name}-DESTDIR.patch
ca9592e2 12Patch1: %{name}-fortune_path.patch
f4263bbc 13URL: http://melkor.dnp.fmph.uniba.sk/~garabik/efingerd.html
b463cb1b
ER
14BuildRequires: libident-devel
15BuildRequires: rpmbuild(macros) >= 1.268
f4263bbc 16Requires: inetdaemon
c915bedc 17Requires: rc-inetd >= 0.8.1
f4263bbc 18Provides: fingerd
f4263bbc 19Obsoletes: bsd-fingerd
f4263bbc 20Obsoletes: cfingerd
21Obsoletes: ffingerd
b463cb1b 22Obsoletes: finger-server
c915bedc 23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f4263bbc 24
25%description
26Another finger daemon for unix capable of fine-tuning your output.
27efingerd is a finger daemon, which executes programs and displays
28their output. This gives you complete control over what to display and
29to who, and an extreme configurability.
30
f6df409b
JR
31%description -l pl.UTF-8
32Efingerd jest kolejnym uniksowym demonem finger, który poprzez swoje
33możliwości konfiguracji pozwala na pełną kontrolę tego, komu i w jaki
34sposób są prezentowane odpowiedzi na zapytania finger - pokazując
35wynik zewnętrznych programów.
f4263bbc 36
37%prep
38%setup -q
39%patch0 -p1
ca9592e2 40%patch1 -p1
f4263bbc 41
42%build
1440e5b1
JB
43%{__make} \
44 CFLAGS="%{rpmcflags}"
f4263bbc 45
46%install
47rm -rf $RPM_BUILD_ROOT
a4d2cdae 48install -d $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd
f4263bbc 49
1440e5b1
JB
50%{__make} install install-doc \
51 DESTDIR=$RPM_BUILD_ROOT
f4263bbc 52
f4263bbc 53install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/fingerd
54
1440e5b1
JB
55%clean
56rm -rf $RPM_BUILD_ROOT
57
f4263bbc 58%post
b463cb1b 59%service -q rc-inetd reload
f4263bbc 60
61%postun
b463cb1b
ER
62if [ "$1" = 0 ]; then
63 %service -q rc-inetd reload
e2bdee44 64fi
f4263bbc 65
f4263bbc 66%files
67%defattr(644,root,root,755)
1bb034eb 68%doc README CHANGES examples-{unusual,win95,standard}
f4263bbc 69%attr(755,root,root) %{_sbindir}/*
c915bedc 70%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/fingerd
f4263bbc 71%dir %{_sysconfdir}/efingerd
c915bedc 72%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/efingerd/*
f4263bbc 73%{_mandir}/man8/*
This page took 0.515099 seconds and 4 git commands to generate.