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