rpms/dhcp/devel dhcp.spec,1.96,1.97

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 17 16:26:41 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25567

Modified Files:
	dhcp.spec 
Log Message:
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


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- dhcp.spec	17 May 2006 16:10:51 -0000	1.96
+++ dhcp.spec	17 May 2006 16:26:37 -0000	1.97
@@ -92,7 +92,7 @@
 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 @@
 # 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




More information about the fedora-cvs-commits mailing list