Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
xen
:
redhat
>
udhcp
> udhcp.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File udhcp.spec of Package udhcp
Summary: udhcp is a dhcp server and client targeted deliberately at embedded environments Name: udhcp Version: 0.9.8 Release: 1usermac Group: System Environment/Daemons License: GPL Vendor: Russ Dill, Matthew Ramsay - busybox.net URL: http://udhcp.busybox.net Source0: udhcp-%{version}.tar.gz Patch0: oracle-rpmbuild-makefile-changes.patch Patch1: udhcp_usermac.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root #BuildRequires: #Requires: #ExclusiveArch: i386 i686 x86_64 %description The udhcp server/client is targeted deliberately at embedded environments... Other linux DHCP servers out there (such as the ISC DHCP server) are targeted at larger systems such as PCs (with more RAM/disk space/etc.). As a result, the udhcp package does not have as large a feature set as some of these DHCP packages. Compiled against uClibc, both the server and client binaries are around 18k and when compiled as one combined binary, has a size of 28k. udhcp is a perfect fit for embedded systems requring DHCP capabilities. %prep %setup -q %patch0 -p1 %patch1 -p1 %build %{__make} %install rm -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /sbin/* /usr/bin/* /usr/sbin/* %{_mandir}/man?/* /usr/share/udhcpc/* %changelog * Tue Feb 6 2007 Kurt Hackel <kurt.hackel@oracle.com> - [0.9.8-1] - initial version of specfile - includes patch for Stephen Childs' pypxeboot support for paravirtualized xen