]> git.pld-linux.org Git - packages/ffingerd.git/commitdiff
- release 2, ffingerd-1_28-2
authorkloczek <kloczek@pld-linux.org>
Tue, 22 Aug 2000 10:33:42 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gethostbyaddr_is_in_libc_aka_no_libnsl patch - this causes not
  linking with libnsl.

Changed files:
    ffingerd.spec -> 1.30

ffingerd.spec

index 97d6be67053a52b9922e29bb8d35d9f7947a1195..9743d7aae960ea4470a03a7e073c54c07e925e81 100644 (file)
@@ -2,14 +2,16 @@ Summary:      Secure finger daemon
 Summary(pl):   Bezpieczny serwer finger
 Name:          ffingerd
 Version:       1.28
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Serwery
 Source0:       ftp://ftp.fu-berlin.de/pub/unix/security/ffingerd/%{name}-%{version}.tar.bz2
 Source1:       %{name}.inetd
-Patch0:                ffingerd-DESTDIR.patch
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-gethostbyaddr_is_in_libc_aka_no_libnsl.patch
 URL:           http://www.fefe.de/ffingerd/
+BuildRequires: autoconf
 Requires:      inetdaemon
 Prereq:                rc-inetd >= 0.8.1
 Provides:      fingerd
@@ -39,6 +41,7 @@ pliku ".nofinger".
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 LDFLAGS="-s"; export LDFLAGS
This page took 0.063892 seconds and 4 git commands to generate.