rpms/iperf/devel iperf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gabriel L. Somlo (somlo) fedora-extras-commits at redhat.com
Sat Apr 22 19:52:57 UTC 2006


Author: somlo

Update of /cvs/extras/rpms/iperf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15146/devel

Modified Files:
	.cvsignore sources 
Added Files:
	iperf.spec 
Log Message:
auto-import iperf-2.0.2-1 on branch devel from iperf-2.0.2-1.src.rpm


--- NEW FILE iperf.spec ---
Name: iperf
Version: 2.0.2
Release: 1%{?dist}
Summary: Measurement tool for TCP/UDP bandwidth performance
License: BSD
Group: Applications/Internet
URL: http://dast.nlanr.net/Projects/Iperf/
Source: http://dast.nlanr.net/Projects/Iperf2.0/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
various parameters and UDP characteristics. Iperf reports bandwidth, delay
jitter, datagram loss.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README doc/*.gif doc/*.html
%{_bindir}/iperf

%changelog
* Wed Apr 19 2006 Gabriel Somlo <somlo at cmu.edu> 2.0.2-1
- initial build for fedora extras (based on Dag Wieers SRPM)
- fixed license tag: BSD (U. of IL / NCSA), not GPL


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/iperf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Apr 2006 19:52:43 -0000	1.1
+++ .cvsignore	22 Apr 2006 19:52:57 -0000	1.2
@@ -0,0 +1 @@
+iperf-2.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/iperf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2006 19:52:43 -0000	1.1
+++ sources	22 Apr 2006 19:52:57 -0000	1.2
@@ -0,0 +1 @@
+bb658aba58a5af0356f5b1342dfe8f53  iperf-2.0.2.tar.gz




More information about the fedora-extras-commits mailing list