]> git.pld-linux.org Git - packages/bootp.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 16:58:01 +0000 (16:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootp.spec -> 1.17

bootp.spec

index d7842f671efb9ff4627c7ac9022cd1283f165ad2..71c7448bfd7d27fd16418fa671fa5fe7176352aa 100644 (file)
@@ -6,11 +6,12 @@ Summary(tr):  bootp/DHCP sunucusu ve test programlar
 Name:          bootp
 Version:       2.4.3
 Release:       10
-Copyright:     BSD
+License:       BSD
 Group:         Networking/Daemons
-Source:                ftp://ftp.mc.com/pub/%{name}-%{version}.tar.gz
+Group(pl):     Sieciowe/Serwery
+Source0:       ftp://ftp.mc.com/pub/%{name}-%{version}.tar.gz
 Source1:       %{name}.inetd
-Patch:         bootp-2.4.3-linux.patch
+Patch0:                bootp-2.4.3-linux.patch
 Patch1:                http://www.sghms.ac.uk/~mpreston/tools.htm/dhcp.patch
 Patch2:                bootp-2.4.3-glibc.patch
 Patch3:                bootp-2.4.3-pathfix.patch
@@ -28,34 +29,36 @@ DHCP support as well, we suggest using the dhcpd package if you need
 DHCP support, as it is much more complete.
 
 %description -l de
-Dies ist ein Server für das bootp-Protokoll, der Netzwerkadministratoren
-das Einrichten von Netzinfos für Clients über ein /etc/bootptab auf einem
-Server gestattet, so daß die Clients ihre Infos automatisch bekommen. 
-Obwohl dieser Server rudimentären DHCP-Support beinhaltet, 
-empfehlen wir den Einsatz des dhcpd-Pakets, wenn Sie DHCP-Unterstützung
-wünschen, weil sie damit umfassenderen Support erhalten.
+Dies ist ein Server für das bootp-Protokoll, der
+Netzwerkadministratoren das Einrichten von Netzinfos für Clients über
+ein /etc/bootptab auf einem Server gestattet, so daß die Clients ihre
+Infos automatisch bekommen. Obwohl dieser Server rudimentären
+DHCP-Support beinhaltet, empfehlen wir den Einsatz des dhcpd-Pakets,
+wenn Sie DHCP-Unterstützung wünschen, weil sie damit umfassenderen
+Support erhalten.
 
 %description -l fr
-C'est un serveur pour le protocole bootp, qui permet aux administrateurs
-réseau de configurer les informations pour les clients réseau via
-le fichier /etc/bootptab sur un serveur de telle manière que les clients
-puissent automatiquement obtenir les informations. Bien que le serveur
-comprenne aussi un support rudimentaire pour dhcp, nous recommandons
-d'utiliser le package dhcp si vous désirez un support dhcp, car
-il est beaucoup plus complet.
+C'est un serveur pour le protocole bootp, qui permet aux
+administrateurs réseau de configurer les informations pour les clients
+réseau via le fichier /etc/bootptab sur un serveur de telle manière
+que les clients puissent automatiquement obtenir les informations.
+Bien que le serveur comprenne aussi un support rudimentaire pour dhcp,
+nous recommandons d'utiliser le package dhcp si vous désirez un
+support dhcp, car il est beaucoup plus complet.
 
 %description -l pl
 Pakiet ten zawiera serwer protoko³u bootp, który umo¿liwia zarz±dzanie
-informacjami o konfiguracji sieciowej komputerów w pliku /etc/bootptab, a
-nastêpnie dostarczenie na rz±danie w/w informacji komputerom (klientom).
-Pomimo, ¿e program oferuje czê¶ciow± obs³ugê DHCP, do serwowania informacji
-przenoszonych za pomoc± tego protoko³u lepiej u¿yæ dedykowanego serwera z
-pakietu dhcp.
+informacjami o konfiguracji sieciowej komputerów w pliku
+/etc/bootptab, a nastêpnie dostarczenie na rz±danie w/w informacji
+komputerom (klientom). Pomimo, ¿e program oferuje czê¶ciow± obs³ugê
+DHCP, do serwowania informacji przenoszonych za pomoc± tego protoko³u
+lepiej u¿yæ dedykowanego serwera z pakietu dhcp.
 
 %description -l tr
-bootp sunucusu, istemcilerin að bilgilerini sunucu üzerindeki bir dosyadan
-almalarýna olanak verir. Bu sunucu temel DHCP desteðini içermekle birlikte,
-DHCP desteðine gerek duyulan durumlarda dhcpd paketinin kullanýmý önerilir
+bootp sunucusu, istemcilerin að bilgilerini sunucu üzerindeki bir
+dosyadan almalarýna olanak verir. Bu sunucu temel DHCP desteðini
+içermekle birlikte, DHCP desteðine gerek duyulan durumlarda dhcpd
+paketinin kullanýmý önerilir
 
 %prep
 %setup -q
@@ -75,7 +78,7 @@ install -d $RPM_BUILD_ROOT/{etc/sysconfig/rc-inetd,%{_sbindir},%{_mandir}/man{5,
 make DESTDIR=$RPM_BUILD_ROOT install
 make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install.man
 
-touch $RPM_BUILD_ROOT/etc/bootptab
+touch $RPM_BUILD_ROOT%{_sysconfdir}/bootptab
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/bootp
 
 strip $RPM_BUILD_ROOT%{_sbindir}/* || :
@@ -86,7 +89,8 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{5,8}/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%attr(640,root,root) %config(noreplace) %verify(not size md5 mtime) /etc/bootptab
+%defattr(644,root,root,755)
+%attr(640,root,root) %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/bootptab
 %attr(640,root,root) /etc/sysconfig/rc-inetd/bootp
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man[58]/*
This page took 0.108643 seconds and 4 git commands to generate.