SPECS: nepim.spec (NEW) - raw PLD spec

areq areq at pld-linux.org
Fri Oct 19 16:16:54 CEST 2007


Author: areq                         Date: Fri Oct 19 14:16:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw PLD spec

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

---- Diffs:

================================================================
Index: SPECS/nepim.spec
diff -u /dev/null SPECS/nepim.spec:1.1
--- /dev/null	Fri Oct 19 16:16:54 2007
+++ SPECS/nepim.spec	Fri Oct 19 16:16:49 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	tool for measuring available bandwidth between hosts
+Name:		nepim
+Version:	0.43
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://download.savannah.gnu.org/releases/nepim/%{name}-%{version}.tar.gz
+# Source0-md5:	2fd3214c47c046f552c34d66c3f87c05
+URL:		http://www.nongnu.org/nepim/
+BuildRequires:	liboop-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Network Pipemeter is a tool for measuring available bandwidth between
+hosts. It is also useful to generate network traffic for testing
+purposes. It operates in client/server mode, is friendly towards
+crossing NAT and stateful firewalls, is able to handle multiple
+parallel traffic streams, reports periodic partial statistics along
+the testing, accepts rich tunning from command-line options, and
+supports IPv6.
+
+%prep
+%setup -q
+
+%build
+cd src
+%{__make} \
+	CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D src/nepim $RPM_BUILD_ROOT/%{_bindir}/nepim
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/nepim
+
+%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  2007/10/19 14:16:49  areq
+- raw PLD spec
+
================================================================


More information about the pld-cvs-commit mailing list