Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
nepim
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
nepim.spec
@@ -0,0 +1,61 @@ +# norootforbuild + +%define _prefix /usr + +Name: nepim +Version: 0.43 +Release: 0 +Summary: Network Pipemeter +Source: http://download.savannah.nongnu.org/releases/nepim/nepim-%{version}.tar.gz +Patch1: %{name}-optflags.diff +URL: http://www.nongnu.org/nepim/ +Group: Productivity/Networking/Other +License: GNU General Public License version 2 (GPL v2) +BuildRoot: %{_tmppath}/build-%{name}-%{version} +BuildRequires: liboop-devel liboop make gcc glibc-devel + +%description +nepim stands for network pipemeter, a tool for measuring available bandwidth +between hosts. nepim is also useful to generate network traffic for testing +purposes. + +nepim operates in client/server mode, is able to handle multiple parallel +traffic streams, reports periodic partial statistics along the testing, and +supports IPv6. + +%debug_package +%prep +%setup -q +%patch1 + +%build +%__make \ + %{?jobs:-j%{jobs}} \ + OOP_BASE="%{_prefix}" \ + OOP_LIB="%{_libdir}" \ + OPTFLAGS="%{optflags}" \ + -C src + +%install +%__install -D -m 0755 src/nepim "%{buildroot}%{_bindir}/nepim" + +%clean +%__rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%doc CHANGES COPYING CREDITS README +%{_bindir}/nepim + +%changelog +* Fri Oct 19 2007 Pascal Bleser <guru@unixtech.be> +- update to 0.43 + +* Sat Aug 18 2007 Pascal Bleser <guru@unixtech.be> +- update to 0.40 +- moved to build service + +# Local Variables: +# mode: rpm-spec +# tab-width: 3 +# End: