packages: arpsend/arpsend.spec (NEW) - new

adamg adamg at pld-linux.org
Thu Jul 22 22:27:53 CEST 2010


Author: adamg                        Date: Thu Jul 22 20:27:53 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/arpsend:
   arpsend.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/arpsend/arpsend.spec
diff -u /dev/null packages/arpsend/arpsend.spec:1.1
--- /dev/null	Thu Jul 22 22:27:53 2010
+++ packages/arpsend/arpsend.spec	Thu Jul 22 22:27:48 2010
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+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*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/07/22 20:27:48  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list