]> git.pld-linux.org Git - packages/arping.git/blob - arping.spec
- rm doc
[packages/arping.git] / arping.spec
1
2 Summary:        ARPing
3 Summary(pl):    ARPing
4 Name:           arping
5 Version:        2.04
6 Release:        0.1
7 License:        GPL
8 Group:          Networking/Admin
9 Source0:        ftp://ftp.habets.pp.se/pub/synscan/%{name}-%{version}.tar.gz
10 # Source0-md5:  5fbf10272dcb5040cbfb4d540179fb99
11 BuildRequires:  linux-libc-headers
12 BuildRequires:  libnet-devel
13 BuildRequires:  libpcap-devel
14 Provides:       arping
15 Obsoletes:      arping
16 Obsoletes:      iputils-arping
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 - arping Ping <address> on device <interface> by ARP packets, using
21   source address <source>,
22
23 %description -l pl
24 - arping Pinguje <adres> na interfejsie <interfejs> wysy³aj±c pakiety
25   ARP,
26
27 %prep
28 %setup -q
29
30 %build
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
37 install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man8
38 install -c arping $RPM_BUILD_ROOT%{_sbindir}/arping
39 install -c arping $RPM_BUILD_ROOT%{_sbindir}/arping-scan-net.sh
40 install -c arping.8 $RPM_BUILD_ROOT%{_mandir}/man8/arping.8
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %attr(4754,root,adm) %{_sbindir}/arping
48 %attr(754,root,adm) %{_sbindir}/arping-scan-net.sh
49 %{_mandir}/man8/arping.8*
This page took 0.102582 seconds and 4 git commands to generate.