]> git.pld-linux.org Git - packages/dhcping.git/blob - dhcping.spec
- Release: 3
[packages/dhcping.git] / dhcping.spec
1 Summary:        DHCP daemon ping program
2 Summary(pl.UTF-8):      Program ping dla demona DHCP
3 Name:           dhcping
4 Version:        1.2
5 Release:        3
6 License:        BSD-like (?)
7 Group:          Networking/Utilities
8 Source0:        http://www.mavetju.org/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  c4b22bbf3446c8567e371c40aa552d5d
10 URL:            http://www.mavetju.org/unix/general.php
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This small tool let you perform a dhcp-request to find out if a
16 dhcp-server is still running.
17
18 %description -l pl.UTF-8
19 To małe narzędzie wysyła dhcp-request, aby sprawdzić czy server DHCP
20 ciągle działa.
21
22 %prep
23 %setup -q
24
25 %build
26 cp -f /usr/share/automake/config.sub .
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc CHANGES CONTACT
42 %attr(4754,root,adm) %{_bindir}/%{name}
43 %{_mandir}/man8/dhcping.8*
This page took 0.068851 seconds and 4 git commands to generate.