SPECS: nuttcp.spec (NEW) - initial PLD release

gotar gotar at pld-linux.org
Tue Oct 31 01:58:23 CET 2006


Author: gotar                        Date: Tue Oct 31 00:58:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   nuttcp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nuttcp.spec
diff -u /dev/null SPECS/nuttcp.spec:1.1
--- /dev/null	Tue Oct 31 01:58:23 2006
+++ SPECS/nuttcp.spec	Tue Oct 31 01:58:18 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Network bandwidth measurement tool
+Summary(pl):	Narzędzie do monitorowania przepustowości sieci
+Name:		nuttcp
+Version:	5.3.1
+Release:	1
+License:	GPL
+Group:		Networking
+Source0:	ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp/%{name}-%{version}.tar.bz2
+# Source0-md5:	8fae45f7211b68e0657b472cce8eb108
+URL:		ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+nuttcp is a benchmarking tool for determining TCP and UDP performance
+between 2 systems.
+
+%description -l pl
+nuttcp jest narzędziem sprawdzającym wydajność połączeń TCP i UDP
+pomiędzy dwoma systemami.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
+
+install nuttcp-%{version} $RPM_BUILD_ROOT%{_bindir}
+install nuttcp.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README examples.txt
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/*
+
+%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  2006/10/31 00:58:18  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list