]> git.pld-linux.org Git - packages/bsd-finger.git/blob - bsd-finger.spec
- added line on top spec file with cvs tags ($Revision:$ and $Date:$).
[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/Utilities
58 Group(pl):      Sieciowe/Narzêdzia
59
60 %description -n finger-client
61 Finger is a simple protocol which allows users to find information about
62 users on other machines. This package includes a standard finger client. 
63
64 %description -n finger-client -l de
65 Finger ist ein einfaches Protokoll, das Informationen über Benutzer auf
66 anderen Rechnern herausfindet. Dieses Paket enthält einen standardmäßigen
67 Finger-Client. 
68
69 %description -n finger-client -l fr
70 finger est un protocole simple permettant de trouver des informations sur
71 les utilisateurs d'autres machines. Ce paquetage contient un client finger
72 standard.
73
74 %description -n finger-client -l pl
75 Finger jest prostym protoko³em, który umo¿liwia wyszukiwanie informacji
76 o u¿ytkownikach na innym serwerze. Pakiet ten zawiera klienta fingera.
77
78 %description -n finger-client -l tr
79 finger, að baðlantýsý bulunan makinalarda çalýþan kullanýcýlar hakkýnda kýsa
80 bilgi veren bir hizmettir. Bu pakette standart bir finger istemcisi 
81 bulunmaktadýr.
82
83 %prep
84 %setup -q -n bsd-finger-0.10
85 %patch0 -p1 
86 %patch1 -p1 
87 %patch2 -p1 
88 %patch3 -p1 
89
90 %build
91 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
92
93 %install
94 rm -rf $RPM_BUILD_ROOT
95 install -d $RPM_BUILD_ROOT/usr/{bin,sbin,share/man/{man1,man8,pl/man1}}
96
97 make INSTALLROOT=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
98
99 mv -f $RPM_BUILD_ROOT%{_sbindir}/in.fingerd $RPM_BUILD_ROOT/usr/sbin/fingerd
100 mv -f $RPM_BUILD_ROOT%{_mandir}/man8/in.fingerd.8 \
101         $RPM_BUILD_ROOT%{_mandir}/man8/fingerd.8 
102
103 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1/finger.1
104
105 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/{man1,man8,pl/man1}/* \
106         README BUGS
107
108 %clean
109 rm -rf $RPM_BUILD_ROOT
110
111 %files
112 %defattr(644,root,root,755)
113 %doc {README,BUGS}.gz
114 %attr(755,root,root) %{_sbindir}/*
115
116 %{_mandir}/man8/*
117
118 %files -n finger-client
119 %defattr(644,root,root,755)
120 %attr(755,root,root) %{_bindir}/*
121
122 %{_mandir}/man1/*
123 %{_mandir}/pl/man1/*
124
125 %changelog
126 * Thu May 13 1999 Piotr Czerwiñski <pius@pld.org.pl>
127   [0.10-3]
128 - added Group(pl),
129 - added finger-client subpackage,
130 - minor changes in %install,
131 - added pl translation of finger(1),
132 - package is now FHS 2.0 compliant.
133
134 * Thu Apr 15 1999 Micha³ Kuratczyk <kura@pld.org.pl>
135   [0.10-2]
136 - gzipping documentation (instead bzipping)
137 - removed man group from man pages
138
139 * Sun Nov 08 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
140   [0.10-1]
141 - build for PLD Tornado,
142 - major changes.
143
144 * Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
145 - fix error message typo.
146
147 * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
148 - build root
149
150 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
151 - translations modified for de, fr, tr
152
153 * Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
154 - added check for getpwnam() failure
This page took 0.029839 seconds and 3 git commands to generate.