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