]> git.pld-linux.org Git - packages/arpsend.git/blob - arpsend.spec
- updated to 1.2.3
[packages/arpsend.git] / arpsend.spec
1 Summary:        arpsend - tool for network diagnostics and testing
2 Summary(pl.UTF-8):      arpsend - narzędzie do diagnostyki testowania sieci
3 Name:           arpsend
4 Version:        1.2.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://www.net.princeton.edu/software/arpsend/%{name}-%{version}.tar.gz
9 # Source0-md5:  283cfa7452e2c93fb5dc5311d22c1d6e
10 URL:            http://www.net.princeton.edu/software/arpsend/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libnet-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 arpsend sends an Ethernet frame containing an IP ARP request or reply
19 packet containing fields you specify. This is a diagnostic tool
20 intended for use by network administrators.
21
22 %description -l pl.UTF-8
23 arpsend wysyła ramkę ethernetową zawierającą żądanie lub odpowiedź ARP
24 z określonymi polami. Jest to narzędzie diagnostyczne przeznaczone dla
25 administratoró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
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -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.087112 seconds and 3 git commands to generate.