]> git.pld-linux.org Git - packages/bsd-finger.git/blob - bsd-finger.spec
[0.10-3]
[packages/bsd-finger.git] / bsd-finger.spec
1 Summary:        Finger server
2 Summary(de):    Finger-Server 
3 Summary(fr):    Server finger
4 Summary(pl):    Serwer finger
5 Summary(tr):    Finger sunucusu
6 Name:           finger
7 Version:        0.10
8 Release:        3
9 Copyright:      BSD
10 Group:          Networking/Daemons
11 Group(pl):      Sieciowe/Serwery
12 Source:         ftp://sunsite.unc.edu/pub/Linux/system/network/finger/bsd-%{name}-%{version}.tar.gz
13 Source1:        finger.1.pl
14 Patch0:         bsd-finger-misc.patch
15 Patch1:         bsd-finger-security.patch
16 Patch2:         bsd-finger-nobr.patch
17 Patch3:         bsd-finger-typo.patch
18 Requires:       inetd
19 Provides:       fingerd
20 BuildRoot:      /tmp/%{name}-%{version}-root
21
22 %description
23 Finger is a simple protocol which allows users to find information about
24 users on other machines. This package includes a standard finger server. 
25 The server runs from /etc/inetd.conf, which must be modified to disable 
26 finger requests.
27
28 %description -l de
29 Finger ist ein einfaches Protokoll, das Informationen über Benutzer 
30 auf anderen Rechnern herausfindet. Dieses Paket enthält einen 
31 standardmäßigen Finger-Server. Der Server läuft in /etc/inetd.conf, 
32 für das Finger-Anforderungen deaktiviert werden müssen.
33
34 %description -l fr
35 finger est un protocole simple permettant de trouver des informations sur
36 les utilisateurs d'autres machines. Ce paquetage contient un serveur finger
37 standard. Le serveur est lancé à partir de /etc/inetd.conf,
38 qui doit être modifié pour désactiver les requêtes finger.
39
40 %description -l pl
41 Finger jest prostym protoko³em, który umo¿liwia wyszukiwanie informacji
42 o u¿ytkownikach na innym serwerze. Pakiet ten zawiera serwer fingera. 
43
44 %description -l tr
45 finger, að baðlantýsý bulunan makinalarda çalýþan kullanýcýlar hakkýnda 
46 kýsa bilgi veren bir hizmettir. Bu pakette standart bir finger sunucusu 
47 bulunmaktadýr. Sunucu öntanýmlý olarak çalýþýr durumdadýr, çalýþmasýný 
48 istemiyorsanýz /etc/inetd.conf içerisinde ilgili satýrlarda deðiþiklik 
49 yapmanýz gerekecektir.
50
51 %package -n finger-client
52 Summary:        Finger client 
53 Summary(de):    Finger-Client
54 Summary(fr):    Client finger
55 Summary(pl):    Klient finger
56 Summary(tr):    Finger istemcisi
57 Group:          Networking
58 Group(pl):      Sieciowe
59 Requires:       fingerd
60
61 %description -n finger-client
62 Finger is a simple protocol which allows users to find information about
63 users on other machines. This package includes a standard finger client. 
64
65 %description -n finger-client -l de
66 Finger ist ein einfaches Protokoll, das Informationen über Benutzer auf
67 anderen Rechnern herausfindet. Dieses Paket enthält einen standardmäßigen
68 Finger-Client. 
69
70 %description -n finger-client -l fr
71 finger est un protocole simple permettant de trouver des informations sur
72 les utilisateurs d'autres machines. Ce paquetage contient un client finger
73 standard.
74
75 %description -n finger-client -l pl
76 Finger jest prostym protoko³em, który umo¿liwia wyszukiwanie informacji
77 o u¿ytkownikach na innym serwerze. Pakiet ten zawiera klienta fingera.
78
79 %description -n finger-client -l tr
80 finger, að baðlantýsý bulunan makinalarda çalýþan kullanýcýlar hakkýnda kýsa
81 bilgi veren bir hizmettir. Bu pakette standart bir finger istemcisi 
82 bulunmaktadýr.
83
84 %prep
85 %setup -q -n bsd-finger-0.10
86 %patch0 -p1 
87 %patch1 -p1 
88 %patch2 -p1 
89 %patch3 -p1 
90
91 %build
92 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
93
94 %install
95 rm -rf $RPM_BUILD_ROOT
96 install -d $RPM_BUILD_ROOT/usr/{bin,sbin,share/man/{man1,man8,pl/man1}}
97
98 make INSTALLROOT=$RPM_BUILD_ROOT MANDIR=/usr/share/man install
99
100 mv -f $RPM_BUILD_ROOT/usr/sbin/in.fingerd $RPM_BUILD_ROOT/usr/sbin/fingerd
101 mv -f $RPM_BUILD_ROOT/usr/share/man/man8/in.fingerd.8 \
102         $RPM_BUILD_ROOT/usr/share/man/man8/fingerd.8 
103
104 install {SOURCE1} $RPM_BUILD_ROOT/usr/share/man/pl/man1/finger.1
105
106 gzip -9nf $RPM_BUILD_ROOT/usr/share/man/{man1,man8,pl/man1}/* \
107         README BUGS
108
109 %clean
110 rm -rf $RPM_BUILD_ROOT
111
112 %files
113 %defattr(644,root,root,755)
114 %doc {README,BUGS}.gz
115 %attr(755,root,root) /usr/sbin/*
116
117 /usr/share/man/man8/*
118
119 %files -n finger-client
120 %defattr(644,root,root,755)
121 %attr(755,root,root) /usr/bin/*
122
123 /usr/share/man/man1/*
124 /usr/share/man/pl/man1/*
125
126 %changelog
127 * Thu May 13 1999 Piotr Czerwiñski <pius@pld.org.pl>
128   [0.10-3]
129 - added Group(pl),
130 - added finger-client subpackage,
131 - minor changes in %install,
132 - added pl translation of finger(1),
133 - package is now FHS 2.0 compliant.
134
135 * Thu Apr 15 1999 Micha³ Kuratczyk <kura@pld.org.pl>
136   [0.10-2]
137 - gzipping documentation (instead bzipping)
138 - removed man group from man pages
139
140 * Sun Nov 08 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
141   [0.10-1]
142 - build for PLD Tornado,
143 - major changes.
144
145 * Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
146 - fix error message typo.
147
148 * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
149 - build root
150
151 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
152 - translations modified for de, fr, tr
153
154 * Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
155 - added check for getpwnam() failure
This page took 0.048909 seconds and 4 git commands to generate.