]> git.pld-linux.org Git - packages/arpsend.git/blob - arpsend.spec
- updated to 1.2.5
[packages/arpsend.git] / arpsend.spec
1 Summary:        arpsend - tool for network diagnostics and testing
2 Summary(pl.UTF-8):      arpsend - narzędzie do diagnostyki i testowania sieci
3 Name:           arpsend
4 Version:        1.2.5
5 Release:        1
6 License:        BSD + LGPL v2
7 Group:          Applications/Console
8 Source0:        https://www.net.princeton.edu/software/arpsend/%{name}-%{version}.tar.gz
9 # Source0-md5:  ab3772834e859538b03df6546c3a4e20
10 URL:            https://www.net.princeton.edu/software/arpsend/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  libnet-devel >= 1:1.1
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 arpsend sends an Ethernet frame containing an IP ARP request or reply
18 packet containing fields you specify. This is a diagnostic tool
19 intended for use by network administrators.
20
21 %description -l pl.UTF-8
22 arpsend wysyła ramkę ethernetową zawierającą żądanie lub odpowiedź ARP
23 z określonymi polami. Jest to narzędzie diagnostyczne przeznaczone dla
24 administratorów sieci.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal} -I m4
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS COPYING ChangeLog NEWS README TODO
49 %attr(755,root,root) %{_bindir}/arpsend
50 %{_mandir}/man8/arpsend.8*
This page took 0.166405 seconds and 3 git commands to generate.