Summary: Dhcp client and server Name: dhcp Version: 3.1.0 Release: 2 License: GPL Group: System/Base Source0: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}-iproute2-1.patch %description DHCP installs both the server and client software but the server is not setup by default. The client software is configured and started upon boot. %prep %setup -q %patch0 -p1 %build ./configure make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT LIBDIR=$RPM_BUILD_ROOT/usr/lib \ INCDIR=$RPM_BUILD_ROOT/usr/include install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) / %changelog * Sat Sep 6 2008 Jonathan Norman 3.1.0-2 - Fixed listed files - Removed buildroot - Removed BLFS bootscripts from sources - Rewrote description. - Added IPRoute2 patch - Removed directory creation - Removed dhclient file - Removed %post