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