]> git.pld-linux.org Git - packages/arpsend.git/commitdiff
- new auto/th/arpsend-1.2.2-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 22 Jul 2010 20:27:48 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpsend.spec -> 1.1

arpsend.spec [new file with mode: 0644]

diff --git a/arpsend.spec b/arpsend.spec
new file mode 100644 (file)
index 0000000..772aa18
--- /dev/null
@@ -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*
This page took 0.25301 seconds and 4 git commands to generate.