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