]> git.pld-linux.org Git - packages/pump.git/blob - pump.spec
- rel. 3.
[packages/pump.git] / pump.spec
1 Summary:        Bootp and dhcp client for automatic IP configuration
2 Summary(pl):    Klient bootp i dhcp do automatycznej konfiguracji IP
3 Name:           pump
4 Version:        0.7.9
5 Release:        3
6 License:        MIT
7 Group:          Networking/Utilities
8 Group(de):      Netzwerkwesen/Werkzeuge
9 Group(es):      Red/Utilitarios
10 Group(pl):      Sieciowe/Narzêdzia
11 Group(pt_BR):   Rede/Utilitários
12 Source0:        %{name}-%{version}.tar.gz
13 Patch0:         %{name}-Makefile.patch
14 Prereq:         rc-scripts
15 BuildRequires:  popt-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 Obsoletes:      bootpc
18
19 %description
20 DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol)
21 are protocols which allow individual devices on an IP network to get
22 their own network configuration information (IP address, subnetmask,
23 broadcast address, etc.) from network servers. The overall purpose of
24 DHCP and BOOTP is to make it easier to administer a large network.
25
26 Pump is a combined BOOTP and DHCP client daemon, which allows your
27 machine to retrieve configuration information from a server. You
28 should install this package if you are on a network which uses BOOTP
29 or DHCP.
30
31 %description -l pl
32 DHCP (Dynamic Host Configuration Protocol) i BOOTP (Boot Protocol) to
33 protoko³y pozwalaj±ce urz±dzeniom w sieci IP otrzymaæ informacje o
34 konfiguracji swojej sieci od serwerów. Celem DHCP i BOOTP jest
35 u³atwienie administrowania du¿± sieci±.
36
37 Pump jest demonem zawieraj±cym klientów BOOTP i DHCP, co pozwala
38 maszynie odczytywaæ informacje o konfiguracji z serwera.
39
40 %prep
41 %setup -q
42 %patch -p1
43
44 %build
45 %{__make} LDFLAGS="%{rpmldflags}" COPT_FLAGS="%{rpmcflags}"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 %{__make} install MAN8PATH="$RPM_BUILD_ROOT%{_mandir}/man8"
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %attr(755,root,root) /sbin/pump
57 %{_mandir}/man8/*
This page took 0.036584 seconds and 3 git commands to generate.