]> git.pld-linux.org Git - packages/pump.git/blob - pump.spec
- fixed version in %changelog (mustt be 0.2-2).
[packages/pump.git] / pump.spec
1 Summary:        Bootp and dhcp client for automatic IP configuration
2 Name:           pump
3 Version:        0.2
4 Release:        2
5 Group:          Networking/Utilities
6 Group(pl):      Sieciowe/Narzêdzia
7 Copyright:      MIT
8 Source:         %{name}-%{version}.tar.gz
9 Requires:       rc-scripts
10 BuildPrereq:    popt-devel
11 BuildRoot:      /tmp/%{name}-%{version}-root
12 Obsoletes:      dhcpcd bootpc
13
14 %description
15 DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol)
16 are protocols which allow individual devices on an IP network to get
17 their own network configuration information (IP address, subnetmask,
18 broadcast address, etc.) from network servers.  The overall purpose of
19 DHCP and BOOTP is to make it easier to administer a large network.
20
21 Pump is a combined BOOTP and DHCP client daemon, which allows your machine
22 to retrieve configuration information from a server.  You should install
23 this package if you are on a network which uses BOOTP or DHCP.
24
25 %prep
26 %setup -q
27
28 %build
29 make
30
31 %install
32 make install
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %attr(755,root,root) /sbin/pump
40 /usr/man/man8/*
41
42 %changelog
43 * Thu Apr  1 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
44   [0.2-2]
45 - adde "BuildPrereq: popt-devel",
46 - added Group(pl).
47
48 * Mon Mar 22 1999 Erik Troan <ewt@redhat.com>
49 - it was always requesting a 20 second lease
50
51 * Mon Mar 22 1999 Michael K. Johnson <johnsonm@redhat.com>
52 - added minimal man page /usr/man/man8/pump.8
This page took 0.047189 seconds and 4 git commands to generate.