Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 31b0a04aba53c04e9700374c2888c0d3 > files > 4

pump-0.8.24-5mdv2008.1.src.rpm

Summary:	A Bootp and DHCP client for automatic IP configuration
Name:		pump
Version:	0.8.24
Release:	%mkrel 5
License:	MIT
Group:		System/Configuration/Networking
# no real tarball available, but if you go to ftp.redhat.com ...
URL:		ftp://ftp.redhat.com/pub/redhat/redhat-X.X-en/os/i386/SRPMS
Source0:	%{name}-%{version}.tar.bz2
Patch1:		%{name}-0.8.14-resolvrdv.patch
Patch2:		%{name}-0.8.19-no-update.patch
Obsoletes:	bootpc netconfig
Provides:	bootpc netconfig
Requires:	initscripts >= 3.92
BuildRequires:	newt-devel popt-devel slang gettext
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%package	devel
Group:		Development/C
Summary:	Header files and static libs for the development of pump applications
Requires:	%{name} = %{version}

%description	devel
Header fies that you will need to develop pump-related applications.

%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.

%prep

%setup -q
%patch1 -p1 -b .resolvrdv
%patch2 -p1

%build
make

%install
rm -rf %{buildroot}

%makeinstall RPM_BUILD_ROOT=%{buildroot}

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%{_sbindir}/netconfig
/sbin/pump
%{_mandir}/man8/pump.8*

%files devel
%defattr(-,root,root)
%doc COPYING CREDITS
%{_includedir}/*
%{_libdir}/*.a




%changelog
* Wed Mar 05 2008 Oden Eriksson <oeriksson@mandriva.com> 0.8.24-5mdv2008.1
+ Revision: 179389
- rebuild

* Wed Mar 05 2008 Oden Eriksson <oeriksson@mandriva.com> 0.8.24-4mdv2008.1
+ Revision: 179370
- rebuild

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Thu May 31 2007 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 0.8.24-3mdv2008.0
+ Revision: 33310
- Rebuild with libnewt0.52.


* Sat Mar 17 2007 Oden Eriksson <oeriksson@mandriva.com> 0.8.24-2mdv2007.1
+ Revision: 145445
- Import pump

* Sat Mar 17 2007 Oden Eriksson <oeriksson@mandriva.com> 0.8.24-2mdv2007.1
- use the %%mrel macro
- bunzip patches

* Fri Dec 23 2005 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.8.24-1mdk
- 0.8.24

* Sun Jul 10 2005 Per Øyvind Karlsen <pkarlsen@mandriva.com> 0.8.22-1mdk
- 0.8.22
- fix summary-ended-with-dot
- %%mkrel

* Thu Nov 18 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.8.21-1mdk
- 0.8.21

* Thu Jun 03 2004 Per Øyvind Karlsen <peroyvind@linux-mandrake.com> 0.8.20-1mdk
- 0.8.20
- make a patch for updated nb translation in stead (P2)