From d57a13f06f0eb440b747f29aa69e44a0a661dc80 Mon Sep 17 00:00:00 2001 From: jvdias Date: Wed, 17 May 2006 16:26:37 +0000 Subject: [PATCH] build libdhcp4client without make -j for now; re-enable dhcp-options.pl generation of DHCP options C header, perl hash, python dict, and CSV text files --- dhcp.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 0069cf5..7e4623b 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -92,7 +92,7 @@ Patch175: dhcp-3.0.4-bz191470.patch URL: http://isc.org/products/DHCP/ BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/chkconfig -BuildRequires: groff +BuildRequires: groff perl #BuildRequires: compat-gcc >= 8-3.3.4.2 groff %description @@ -313,11 +313,10 @@ chmod 755 %{buildroot}/sbin/dhclient-script # Why not ship the doc/ documentation ? Some of it is quite useful. # Also generate DHCP options tables for C, perl, python: # -#chmod +x %SOURCE9 -#%SOURCE9 > doc/dhcp_options.h -#%SOURCE9 -pe > doc/dhcp_options.pl -#%SOURCE9 -py > doc/dhcp_options.py -#%SOURCE9 -d > doc/dhcp_options.txt +/usr/bin/perl %SOURCE9 > doc/dhcp_options.h +/usr/bin/perl %SOURCE9 -pe > doc/dhcp_options.pl +/usr/bin/perl %SOURCE9 -py > doc/dhcp_options.py +/usr/bin/perl %SOURCE9 -d > doc/dhcp_options.txt # # Fix bug 163367: install default (empty) dhcpd.conf: cp -fp %SOURCE4 %{buildroot}/etc