From: Elan Ruusamäe Date: Tue, 27 Nov 2007 13:33:29 +0000 (+0000) Subject: - fix dhcpcd dir; rel 3 X-Git-Tag: auto/ac/dhcpcd-3_1_8-3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdhcpcd.git;a=commitdiff_plain;h=6ae23ad328ca2630af128fb2f5bfda277da13234;ds=sidebyside - fix dhcpcd dir; rel 3 Changed files: dhcpcd.spec -> 1.85 --- diff --git a/dhcpcd.spec b/dhcpcd.spec index abb2d8f..4d9f4b4 100644 --- a/dhcpcd.spec +++ b/dhcpcd.spec @@ -7,7 +7,7 @@ Summary(pt_BR.UTF-8): Servidor DHCPC Summary(tr.UTF-8): DHCPC sunucu süreçi (daemon) Name: dhcpcd Version: 3.1.8 -Release: 2 +Release: 3 License: GPL v2 Group: Networking/Daemons #Source0Download: http://developer.berlios.de/project/filelist.php?group_id=4229 @@ -99,7 +99,7 @@ kira zamanını (lease time) yenilemeye çalışır. %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir},/var/lib/dhcpc} +install -d $RPM_BUILD_ROOT{%{_sysconfdir},/var/lib/dhcpcd} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ @@ -117,5 +117,5 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog %attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcpcd.sh %attr(755,root,root) %{_sbindir}/dhcpcd -%dir %{_var}/lib/dhcpc +%dir %{_var}/lib/dhcpcd %{_mandir}/man8/dhcpcd.8*