]> git.pld-linux.org Git - packages/bootp.git/blob - bootp.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 License:        BSD
10 Group:          Networking/Daemons
11 Source0:        ftp://ftp.mc.com/pub/%{name}-%{version}.tar.gz
12 Source1:        %{name}.inetd
13 Patch0:         %{name}-2.4.3-linux.patch
14 Patch1:         http://www.sghms.ac.uk/~mpreston/tools.htm/dhcp.patch
15 Patch2:         %{name}-2.4.3-glibc.patch
16 Patch3:         %{name}-2.4.3-pathfix.patch
17 Patch4:         %{name}-tmprace.patch
18 Requires:       inetdaemon
19 Requires:       rc-inetd
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This is a server for the bootp protocol; which allows network
24 administrators to setup networking information for clients via an
25 /etc/bootptab on a server so that the clients can automatically get
26 their networking information. While this server includes rudimentary
27 DHCP support as well, we suggest using the dhcpd package if you need
28 DHCP support, as it is much more complete.
29
30 %description -l de
31 Dies ist ein Server für das bootp-Protokoll, der
32 Netzwerkadministratoren das Einrichten von Netzinfos für Clients über
33 ein /etc/bootptab auf einem Server gestattet, so daß die Clients ihre
34 Infos automatisch bekommen. Obwohl dieser Server rudimentären
35 DHCP-Support beinhaltet, empfehlen wir den Einsatz des dhcpd-Pakets,
36 wenn Sie DHCP-Unterstützung wünschen, weil sie damit umfassenderen
37 Support erhalten.
38
39 %description -l fr
40 C'est un serveur pour le protocole bootp, qui permet aux
41 administrateurs réseau de configurer les informations pour les clients
42 réseau via le fichier /etc/bootptab sur un serveur de telle manière
43 que les clients puissent automatiquement obtenir les informations.
44 Bien que le serveur comprenne aussi un support rudimentaire pour dhcp,
45 nous recommandons d'utiliser le package dhcp si vous désirez un
46 support dhcp, car il est beaucoup plus complet.
47
48 %description -l pl
49 Pakiet ten zawiera serwer protoko³u bootp, który umo¿liwia zarz±dzanie
50 informacjami o konfiguracji sieciowej komputerów w pliku
51 /etc/bootptab, a nastêpnie dostarczenie na ¿±danie w/w informacji
52 komputerom (klientom). Pomimo, ¿e program oferuje czê¶ciow± obs³ugê
53 DHCP, do serwowania informacji przenoszonych za pomoc± tego protoko³u
54 lepiej u¿yæ dedykowanego serwera z pakietu dhcp.
55
56 %description -l tr
57 bootp sunucusu, istemcilerin að bilgilerini sunucu üzerindeki bir
58 dosyadan almalarýna olanak verir. Bu sunucu temel DHCP desteðini
59 içermekle birlikte, DHCP desteðine gerek duyulan durumlarda dhcpd
60 paketinin kullanýmý önerilir
61
62 %prep
63 %setup -q
64 %patch -p1
65 %patch1 -p1
66 %patch2 -p1
67 %patch3 -p1
68 #%patch4 -p1
69
70 %build
71 %{__make} linux SYSDEFS="%{rpmcflags}"
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 install -d $RPM_BUILD_ROOT/{etc/sysconfig/rc-inetd,%{_sbindir},%{_mandir}/man{5,8}}
76
77 %{__make} DESTDIR=$RPM_BUILD_ROOT install
78 %{__make} DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install.man
79
80 touch $RPM_BUILD_ROOT%{_sysconfdir}/bootptab
81 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/bootp
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %files
87 %defattr(644,root,root,755)
88 %attr(640,root,root) %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/bootptab
89 %attr(640,root,root) /etc/sysconfig/rc-inetd/bootp
90 %attr(755,root,root) %{_sbindir}/*
91 %{_mandir}/man[58]/*
This page took 0.093555 seconds and 3 git commands to generate.