]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- other_path_fix + dhcpcd-pid_path_fix = dhcpcd-paths_fixes + fixed paths in
authorkloczek <kloczek@pld-linux.org>
Mon, 9 Sep 2002 18:04:16 +0000 (18:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  dhcpcd(8) man page,
- update %files for use FHS compliant paths.

Changed files:
    dhcpcd.spec -> 1.38

dhcpcd.spec

index de14390393ef9548c29522c69dcbd77b6a840969..973c26f7547ed143ba38b71a79c075b5e88522cc 100644 (file)
@@ -17,8 +17,7 @@ Patch0:               %{name}-configure.patch
 Patch1:                %{name}-ntpdrift-66136.patch
 Patch2:                %{name}-noMoFakery.patch
 Patch3:                %{name}-noNISfakery.patch
-Patch4:                %{name}-pid_path_fix.patch
-Patch5:                %{name}-other_path_fix.patch
+Patch4:                %{name}-paths_fixes.patch
 BuildRequires: automake
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -96,20 +95,20 @@ kira zaman
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p0
-%patch5 -p0
+%patch4 -p1
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} all mandir=%{_mandir} sbindir=%{_sbindir}
+%{__make} all \
+       mandir=%{_mandir} \
+       sbindir=%{_sbindir}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/dhcpc
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
@@ -122,6 +121,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README AUTHORS ChangeLog NEWS
-%dir %{_sysconfdir}/dhcpc
 %attr(755,root,root) %{_sbindir}/dhcpcd
+%dir %{_var}/lib/dhcpc
 %{_mandir}/man8/dhcpcd.8*
This page took 0.141376 seconds and 4 git commands to generate.