]> git.pld-linux.org Git - packages/bootp.git/blob - bootp.spec
- macros
[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:        10
9 Copyright:      BSD
10 Group:          Networking/Daemons
11 Source:         ftp://ftp.mc.com/pub/%{name}-%{version}.tar.gz
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 SYSDEFS="$RPM_OPT_FLAGS"
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT/{etc,%{_sbindir},%{_mandir}/man{5,8}}
72
73 make DESTDIR=$RPM_BUILD_ROOT install
74 make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install.man
75
76 touch $RPM_BUILD_ROOT/etc/bootptab
77
78 strip $RPM_BUILD_ROOT%{_sbindir}/* || :
79
80 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{5,8}/*
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %attr(600,root,root) %config(noreplace) %verify(not size md5 mtime) /etc/bootptab
87 %attr(755,root,root) %{_sbindir}/*
88 %{_mandir}/man[58]/*
This page took 0.026435 seconds and 3 git commands to generate.