]> git.pld-linux.org Git - packages/efingerd.git/commitdiff
- Initial PLD version
authorundefine <undefine@pld-linux.org>
Sun, 7 Jan 2001 13:16:04 +0000 (13:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    efingerd.spec -> 1.1

efingerd.spec [new file with mode: 0644]

diff --git a/efingerd.spec b/efingerd.spec
new file mode 100644 (file)
index 0000000..562f790
--- /dev/null
@@ -0,0 +1,76 @@
+Summary:       Nice finger daemon
+Summary(pl):   Sympatyczny serwer finger
+Name:          efingerd
+Version:       1.4.1
+Release:       1
+License:       GPL
+Group:         Networking/Daemons
+Group(de):     Netzwerkwesen/Server
+Group(pl):     Sieciowe/Serwery
+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
+Jeszcze jeden fingerd dla unixa umo¿liwiaj±cy dok³adne sterowanie
+wyj¶ciem. efingerd jest demonem finger który mo¿e uruchamiaæ programy
+i wy¶wietlaæ ich wyj¶cie. Daje tobie kompletn± kontrolê nad tym co
+jest wy¶wietlane oraz komu i jest extremalnie configurowalny.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} CFLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install install-doc DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/fingerd
+
+gzip -9nf README CHANGES examples-{unusual,win95,standard}/*
+
+%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 sever" 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}.gz
+%doc %dir 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) %{_sysconfdir}/efingerd/*
+%{_mandir}/man8/*
This page took 0.105436 seconds and 4 git commands to generate.