]> git.pld-linux.org Git - packages/bsd-finger.git/blob - bsd-finger.spec
Initial entry...
[packages/bsd-finger.git] / bsd-finger.spec
1 Summary:        Finger client and server
2 Summary(de):    Finger-Client und Server 
3 Summary(fr):    Client et server finger
4 Summary(pl):    Klient i serwer finger
5 Summary(tr):    Finger istemcisi ve sunucusu
6 Name:           finger
7 Version:        0.10
8 Release:        2d
9 Copyright:      BSD
10 Group:          Networking
11 URL:            ftp://sunsite.unc.edu/pub/Linux/system/network/finger
12 Source:         bsd-%{name}-%{version}.tar.gz
13 Patch:          bsd-%{name}-%{version}-misc.patch
14 Patch1:         bsd-%{name}-%{version}-security.patch
15 Patch2:         bsd-%{name}-%{version}-nobr.patch
16 Patch3:         bsd-%{name}-%{version}-typo.patch
17 Requires:       inetd
18 BuildRoot:      /tmp/%{name}-%{version}-root
19
20 %description
21 Finger is a simple protocol which allows users to find information about
22 users on other machines. This package includes a standard finger client
23 and server. The server runs from /etc/inetd.conf, which must be modified
24 to disable finger requests.
25
26 %description -l de
27 Finger ist ein einfaches Protokoll, das Informationen über Benutzer auf anderen
28 Rechnern herausfindet. Dieses Paket enthält einen standardmäßigen Finger-Client
29 und -Server. Der Server läuft in /etc/inetd.conf, für das Finger-Anforderungen
30 deaktiviert werden müssen.
31
32 %description -l fr
33 finger est un protocole simple permettant de trouver des informations sur
34 les utilisateurs d'autres machines. Ce paquetage contient un client finger
35 standard et un serveur. Le serveur est lancé à partir de /etc/inetd.conf,
36 qui doit être modifié pour désactiver les requêtes finger.
37
38 %description -l pl
39 Finger jest prostym protoko³em który umo¿liwia wyszukiwanie iformacji
40 o u¿ytkownikach na innym serwerze. Pakiet ten zawiera klienta i serwer 
41 fingera. 
42
43 %description -l tr
44 finger, að baðlantýsý bulunan makinalarda çalýþan kullanýcýlar hakkýnda kýsa
45 bilgi veren bir hizmettir. Bu pakette standart bir finger sunucusu ve
46 istemcisi bulunmaktadýr. Sunucu öntanýmlý olarak çalýþýr durumdadýr,
47 çalýþmasýný istemiyorsanýz /etc/inetd.conf içerisinde ilgili satýrlarda
48 deðiþiklik yapmanýz gerekecektir.
49
50 %prep
51 %setup -q -n bsd-finger-0.10
52 %patch0 -p1 
53 %patch1 -p1 
54 %patch2 -p1 
55 %patch3 -p1 
56
57 %build
58 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1,man/man8,sbin}
63
64 make INSTALLROOT=$RPM_BUILD_ROOT install
65 mv -f $RPM_BUILD_ROOT/usr/sbin/in.fingerd $RPM_BUILD_ROOT/usr/sbin/fingerd
66 mv -f $RPM_BUILD_ROOT/usr/man/man8/in.fingerd.8 \
67         $RPM_BUILD_ROOT/usr/man/man8/fingerd.8 
68
69 bzip2 -9 $RPM_BUILD_ROOT/usr/man/man[18]/* README BUGS
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files
75 %defattr(644,root,root,755)
76 %doc README.bz2 BUGS.bz2
77
78 %attr(755,root,root) /usr/bin/*
79 %attr(755,root,root) /usr/sbin/*
80 %attr(644,root, man) /usr/man/man[18]/*
81
82 %changelog
83 * Sun Nov 08 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
84   [0.10-1d]
85 - build for PLD Tornado,
86 - major changes.
87
88 * Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
89 - fix error message typo.
90
91 * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
92 - build root
93
94 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
95 - translations modified for de, fr, tr
96
97 * Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
98 - added check for getpwnam() failure
This page took 0.038864 seconds and 4 git commands to generate.