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