]> git.pld-linux.org Git - packages/pump.git/blob - pump.spec
- update to 0.7.3 (rel 3 - in rawhide is 2).
[packages/pump.git] / pump.spec
1 Summary:        Bootp and dhcp client for automatic IP configuration
2 Name:           pump
3 Version:        0.7.3
4 Release:        3
5 Group:          Networking/Utilities
6 Group(pl):      Sieciowe/Narzêdzia
7 Copyright:      MIT
8 Source:         %{name}-%{version}.tar.gz
9 Requires:       rc-scripts
10 BuildRequires:  popt-devel
11 BuildRoot:      /tmp/%{name}-%{version}-root
12 Obsoletes:      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 rm -rf $RPM_BUILD_ROOT
33 make install MAN8PATH="$RPM_BUILD_ROOT%{_mandir}/man8"
34
35 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) /sbin/pump
43 %{_mandir}/man8/*
This page took 0.088736 seconds and 4 git commands to generate.