From 0f73e11e5fc391a15ace7b39f45ae1a9b8767fa6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Thu, 22 Jul 2010 20:27:48 +0000 Subject: [PATCH] - new Changed files: arpsend.spec -> 1.1 --- arpsend.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 arpsend.spec diff --git a/arpsend.spec b/arpsend.spec new file mode 100644 index 0000000..772aa18 --- /dev/null +++ b/arpsend.spec @@ -0,0 +1,52 @@ +Summary: arpsend - tool for network diagnostics and testing +Summary(pl.UTF-8): arpsend - narzędzie do diagnostyki testowania sieci +Name: arpsend +Version: 1.2.2 +Release: 1 +License: GPL +Group: Applications/Console +Source0: http://www.net.princeton.edu/software/arpsend/%{name}-%{version}.tar.gz +# Source0-md5: 05aab14b448a8e90ff3fdf8fcb07551d +URL: http://www.net.princeton.edu/software/arpsend/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libnet-devel +BuildRequires: libtool +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +arpsend sends an Ethernet frame containing an IP ARP request or reply +packet containing fields you specify. This is a diagnostic tool +intended for use by network administrators. + +%description -l pl.UTF-8 +arpsend wysyła ramkę ethernetową zawierającą żądanie lub odpowiedź ARP +z określonymi polami. Jest to narzędzie diagnostyczne przeznaczone dla +administratorów sieci. + +%prep +%setup -q + +%build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man8/arpsend.8* -- 2.44.0