Summary: Bootp and dhcp client for automatic IP configuration Summary(pl): Klient bootp i dhcp do automatycznej konfiguracji IP Name: pump Version: 0.8.11 Release: 1 License: MIT Group: Networking/Utilities Source0: %{name}-%{version}.tar.gz Patch0: %{name}-Makefile.patch Patch1: %{name}-nobootp.patch Patch2: %{name}-retry-forever.patch Patch3: %{name}-rhbug-21088.patch Patch4: %{name}-rhbug-17724.patch PreReq: rc-scripts BuildRequires: popt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: bootpc Obsoletes: pump-devel %description DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol) are protocols which allow individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from network servers. The overall purpose of DHCP and BOOTP is to make it easier to administer a large network. Pump is a combined BOOTP and DHCP client daemon, which allows your machine to retrieve configuration information from a server. You should install this package if you are on a network which uses BOOTP or DHCP. %description -l pl DHCP (Dynamic Host Configuration Protocol) i BOOTP (Boot Protocol) to protokoły pozwalające urządzeniom w sieci IP otrzymać informacje o konfiguracji swojej sieci od serwerów. Celem DHCP i BOOTP jest ułatwienie administrowania dużą siecią. Pump jest demonem zawierającym klientów BOOTP i DHCP, co pozwala maszynie odczytywać informacje o konfiguracji z serwera. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %build %{__make} LDFLAGS="%{rpmldflags}" COPT_FLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT %{__make} install MAN8PATH="$RPM_BUILD_ROOT%{_mandir}/man8" %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) /sbin/pump %{_mandir}/man8/*