]> git.pld-linux.org Git - packages/dhcpcd.git/blame - dhcpcd.spec
- 5.2.6
[packages/dhcpcd.git] / dhcpcd.spec
CommitLineData
3d08e51d 1Summary: DHCP Client Daemon
5901386c
ER
2Summary(de.UTF-8): DHCPC-Dämon
3Summary(es.UTF-8): Cliente (daemon) DHCP
4Summary(fr.UTF-8): Démon DHCPC
5Summary(pl.UTF-8): Klient (daemon) DHCP
6Summary(pt_BR.UTF-8): Servidor DHCPC
7Summary(tr.UTF-8): DHCPC sunucu süreçi (daemon)
3d08e51d 8Name: dhcpcd
6b1989dc 9Version: 5.2.6
30664d54 10Release: 1
0459afcd 11License: BSD
59b6e796 12Group: Networking/Daemons
2b547dbd 13Source0: http://roy.marples.name/downloads/dhcpcd/%{name}-%{version}.tar.bz2
6b1989dc 14# Source0-md5: 9c5921516f16558a168815ad880d388f
ba158593 15Patch0: %{name}-configure.patch
38327785 16URL: http://roy.marples.name/dhcpcd
1d250bf9 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
c9d74474 18
2ec66884 19%define _sbindir /sbin
6fd571cb 20%define _libexecdir %{_libdir}/%{name}
3d08e51d 21
eb50b2c5 22%description
3d08e51d 23dhcpcd is an implementation of the DHCP client specified in
c9d74474 24draft-ietf-dhc-dhcp-09 (when -r option is not specified) and RFC1541
eb50b2c5
JR
25(when -r option is specified).
26
69a64d3f 27It gets the host information (IP address, netmask, broadcast address,
28etc.) from a DHCP server and configures the network interface of the
29machine on which it is running. It also tries to renew the lease time
30according to RFC1541 or draft-ietf-dhc-dhcp-09.
eb50b2c5 31
a766057a 32%description -l de.UTF-8
bff8f098 33dhcpcd ist eine Implementierung des DHCP-Client, spezifiziert in
34draft-ietf-dhc-dhcp-09 (wenn -r option nicht angegeben) und RFC1541
cb817bf6 35(wenn -r option angegeben).
36
37Es bezieht die Host-Infos (IP-Adresse, Netmask, Broadcast-Adresse,
38usw.) von einem DHCP-Server und konfiguriert die Netzschnittstelle des
a766057a
JR
39Computers, auf dem es läuft Es versucht, die Verleihzeit gemäß RFC1541
40bzw. draft-ietf-dhc-dhcp-09 zu verlängern.
41
42%description -l es.UTF-8
43dhcpcd es una implementación del cliente DHCP especificado en
44draft-ietf-dhc-dhcp-09 (cuando la opción -r no está especificada) y
45RFC1541 (cuando la opción -r está especificada). Captura la
46información del host (dirección IP, máscara de red, dirección de
e228bb6b 47broadcast, etc.) de un servidor DHCP y configura la interface de red
a766057a 48de la máquina donde esté ejecutando. También intenta renovar el tiempo
e228bb6b 49de alquiler de los direcciones de acuerdo con RFC1541 o
50draft-ietf-dhc-dhcp-09.
51
a766057a
JR
52%description -l fr.UTF-8
53dhcpcd est une implantation du client DHCP spécifié dans les
c07ebab2
ER
54draft-ietf-dhc-dhcp-09 (sans l'option -r) et RFC1541 (avec l'option
55- -r).
cb817bf6 56
a766057a
JR
57Il obtient l'information sur l'hôte (adresse IP, masque réseau,
58adresse de diffusion, etc.) à partir d'un serveur DHCP et configure
59l'interface réseau de la machine sur laquelle il tourne. Il essaie
60aussi de renouveler le « lease time » selon les RFC1541 ou
bff8f098 61draft-ietf-dhc-dhcp-09.
cb817bf6 62
a766057a 63%description -l pl.UTF-8
0b9c38e0 64dhcpd jest implementacją klienta DHCP, opisaną w
a766057a
JR
65draft-ietf-dhc-dhcp-09 (kiedy nie podaje się opcji -r) oraz RFC1544
66(kiedy podaje się opcję -r).
f5bc571e 67
0b9c38e0 68Pobiera on informacje o komputerze (adres IP, maska sieci, adres
a766057a
JR
69rozgłoszeniowy itd.) i konfiguruje interfejs sieciowy maszyny, na
70której jest uruchomiony. Próbuje również odświeżyć czas przestoju
bff8f098 71zgodnie z RFC1541 oraz draft-ietf-dhc-dhcp-09.
f5bc571e 72
a766057a
JR
73%description -l pt_BR.UTF-8
74dhcpcd é uma implementação do cliente DHCP especificado em
75draft-ietf-dhc-dhcp-09 (quando a opção -r não é especificada) e
76RFC1541 (quando a opção -r é especificada). Ele captura a informação
77do host (endereço IP, máscara de rede, endereço de broadcast, etc.) de
78um servidor DHCP e configura a interface de rede da máquina em que
79está rodando. Ele também tenta renovar o tempo de aluguel dos
80endereços de acordo com RFC1541 ou draft-ietf-dhc-dhcp-09.
81
82%description -l tr.UTF-8
83Makina bilgilerini (IP adresi, ağ maskesi, yayın adresi, vb.) bir DHCP
84sunucusundan alır ve üzerinde çalıştığı makinanın ağ arayüzünü
85ayarlar. Ayrıca RFC1541 veya draft-ietf-dhc-dhcp-09'a uygun olarak,
86kira zamanını (lease time) yenilemeye çalışır.
cb817bf6 87
eb50b2c5 88%prep
09a556a0 89%setup -q
ba158593 90%patch0 -p1
eb50b2c5
JR
91
92%build
6fd571cb
PS
93%configure \
94 --dbdir=%{_sharedstatedir}/dhcpcd
95
96%{__make}
eb50b2c5
JR
97
98%install
99rm -rf $RPM_BUILD_ROOT
6fd571cb 100install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sharedstatedir}/dhcpcd}
eb50b2c5 101
e228bb6b 102%{__make} install \
6fd571cb 103 DESTDIR=$RPM_BUILD_ROOT
ce4e8c39 104
2b547dbd 105touch $RPM_BUILD_ROOT%{_sysconfdir}/dhcpcd.{enter-hook,exit-hook}
82eea620 106
eb50b2c5
JR
107%clean
108rm -rf $RPM_BUILD_ROOT
109
110%files
3d08e51d 111%defattr(644,root,root,755)
2b547dbd
AM
112%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
113%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*-hook
59b6e796 114%attr(755,root,root) %{_sbindir}/dhcpcd
2b547dbd
AM
115%dir %{_libdir}/%{name}
116%dir %{_libdir}/%{name}/dhcpcd-hooks
117%attr(755,root,root) %{_libdir}/%{name}/dhcpcd-hooks/*
118%attr(755,root,root) %{_libdir}/%{name}/dhcpcd-run-hooks
6fd571cb
PS
119%dir %{_sharedstatedir}/dhcpcd
120%{_mandir}/man?/dhcpcd*.*
This page took 0.132927 seconds and 4 git commands to generate.