]> git.pld-linux.org Git - packages/bootp.git/blob - bootp.spec
- standarized line with BuildRoot field:
[packages/bootp.git] / bootp.spec
1 Summary:     bootp/DHCP server and test programs
2 Summary(de): bootp/DHCP-Server und Testprogramme
3 Summary(fr): Serveur bootp/DHCP et programmes test
4 Summary(pl): Serwer BOOTP/DHCP wraz z programami pomocniczymi
5 Summary(tr): bootp/DHCP sunucusu ve test programlarý
6 Name:        bootp
7 Version:     2.4.3
8 Release:     9
9 Copyright:   BSD
10 Group:       Networking/Daemons
11 Source:      ftp://ftp.mc.com/pub/%{name}-%{version}.tar.Z
12 Patch:       bootp-2.4.3-linux.patch
13 Patch1:      http://www.sghms.ac.uk/~mpreston/tools.htm/dhcp.patch
14 Patch2:      bootp-2.4.3-glibc.patch
15 Patch3:      bootp-2.4.3-pathfix.patch
16 Patch4:      bootp-tmprace.patch
17 Requires:    inetd
18 BuildRoot:      /tmp/%{name}-%{version}-root
19
20 %description
21 This is a server for the bootp protocol; which allows network
22 administrators to setup networking information for clients via an
23 /etc/bootptab on a server so that the clients can automatically get
24 their networking information. While this server includes rudimentary
25 DHCP support as well, we suggest using the dhcpd package if you need
26 DHCP support, as it is much more complete.
27
28 %description -l de
29 Dies ist ein Server für das bootp-Protokoll, der Netzwerkadministratoren
30 das Einrichten von Netzinfos für Clients über ein /etc/bootptab auf einem
31 Server gestattet, so daß die Clients ihre Infos automatisch bekommen. 
32 Obwohl dieser Server rudimentären DHCP-Support beinhaltet, 
33 empfehlen wir den Einsatz des dhcpd-Pakets, wenn Sie DHCP-Unterstützung
34 wünschen, weil sie damit umfassenderen Support erhalten.
35
36 %description -l fr
37 C'est un serveur pour le protocole bootp, qui permet aux administrateurs
38 réseau de configurer les informations pour les clients réseau via
39 le fichier /etc/bootptab sur un serveur de telle manière que les clients
40 puissent automatiquement obtenir les informations. Bien que le serveur
41 comprenne aussi un support rudimentaire pour dhcp, nous recommandons
42 d'utiliser le package dhcp si vous désirez un support dhcp, car
43 il est beaucoup plus complet.
44
45 %description -l pl
46 Pakiet ten zawiera serwer protoko³u bootp, który umo¿liwia zarz±dzanie
47 informacjami o konfiguracji sieciowej komputerów w pliku /etc/bootptab, a
48 nastêpnie dostarczenie na rz±danie w/w informacji komputerom (klientom).
49 Pomimo, ¿e program oferuje czê¶ciow± obs³ugê DHCP, do serwowania informacji
50 przenoszonych za pomoc± tego protoko³u lepiej u¿yæ dedykowanego serwera z
51 pakietu dhcp.
52
53 %description -l tr
54 bootp sunucusu, istemcilerin að bilgilerini sunucu üzerindeki bir dosyadan
55 almalarýna olanak verir. Bu sunucu temel DHCP desteðini içermekle birlikte,
56 DHCP desteðine gerek duyulan durumlarda dhcpd paketinin kullanýmý önerilir
57
58 %prep
59 %setup -q
60 %patch -p1
61 %patch1 -p1
62 %patch2 -p1
63 %patch3 -p1
64 #%patch4 -p1
65
66 %build
67 make linux
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT/{etc,usr/{sbin,man/man{5,8}}}
72
73 make DESTDIR=$RPM_BUILD_ROOT install
74 make DESTDIR=$RPM_BUILD_ROOT install.man
75
76 touch $RPM_BUILD_ROOT/etc/bootptab
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files
82 %attr(600,root,root) %config(noreplace) %verify(not size md5 mtime) /etc/bootptab
83 %attr(755,root,root) %{_sbindir}/*
84 %{_mandir}/man[58]/*
85
86 %changelog
87 * Wed Nov 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
88   [2.4.3-9]
89 - added empty /etc/bootptab %config file,
90 - fixed tmp race (bootp-tmprace.patch).
91
92 * Fri Sep 18 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
93   [2.4.3-8]
94 - added -q %setup parameter,
95 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
96 - simplification in %install and %files,
97 - added using %%{name} and %%{version} in Source.
98
99 * Sat Aug 29 1998 Marcin Korzonek <mkorz@shadow.eu.org>
100   [2.4.3-8]
101 - added pl translation,
102 - added %attr and %defattr macros in %files (allows build package from
103   non-root account).
104
105 * Mon Jun 01 1998 Prospector System <bugs@redhat.com>
106 - translations modified for de
107
108 * Wed May 13 1998 Alan Cox <alan@redhat.com>
109 - Fixed a potential problem with the bootfile buffer being non terminated
110   allowing a theoretical exploit. We now check the buffer as we walk it. Bug
111   noted and reported by Chris Evans.
112
113 * Tue May 05 1998 Prospector System <bugs@redhat.com>
114 - translations modified for de, fr, tr
115
116 * Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
117 - minor spec file cleanups
118 - now uses a build root and %attr
119 - requires inetd server
120
121 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
122 - built against glibc
This page took 0.088789 seconds and 3 git commands to generate.