7a7763
Name:	iperf3
7a7763
Version: 3.1.7
7a7763
Release: 2%{?dist}
7a7763
Summary: Measurement tool for TCP/UDP bandwidth performance
7a7763
7a7763
Group:	 Applications/Internet	
7a7763
License: BSD	
7a7763
URL:	 http://downloads.es.net/pub/iperf/
7a7763
Source0: http://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
7a7763
7a7763
%description
7a7763
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
7a7763
various parameters and UDP characteristics. Iperf reports bandwidth, delay
7a7763
jitter, data-gram loss.
7a7763
7a7763
%package        devel
7a7763
Summary:        Development files for %{name}
7a7763
Group:          Development/Libraries
7a7763
Requires:       iperf3 = %{version}-%{release}
7a7763
7a7763
%description    devel
7a7763
The %{name}-devel package contains libraries and header files for
7a7763
developing applications that use %{name}.
7a7763
7a7763
%prep
7a7763
%setup -q -n iperf-%{version}
7a7763
7a7763
%build
7a7763
%configure
7a7763
make %{?_smp_mflags}
7a7763
7a7763
%install
7a7763
rm -rf $RPM_BUILD_ROOT
7a7763
%makeinstall -C src INSTALL_DIR="${RPM_BUILD_ROOT}%{_bindir}"
7a7763
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
7a7763
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiperf.la
7a7763
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libiperf.a
7a7763
7a7763
%files
7a7763
%defattr(-,root,root,-)
7a7763
%%doc README.md INSTALL LICENSE RELEASE_NOTES
7a7763
%{_mandir}/man1/iperf3.1.gz
7a7763
%{_mandir}/man3/libiperf.3.gz
7a7763
%{_bindir}/iperf3
7a7763
%{_libdir}/*.so.*
7a7763
7a7763
%files devel
7a7763
%defattr(-,root,root,-)
7a7763
%{_includedir}/iperf_api.h
7a7763
%{_libdir}/*.so
7a7763
7a7763
%changelog
7a7763
* Fri Mar 10 2017 Michal Ruprich - 3.1.7-2
7a7763
- Related: #913329 - [RFE] include iperf3 in RHEL 7
7a7763
                   - adding requires to spec file for devel package
7a7763
7a7763
* Thu Mar 09 2017 Michal Ruprich <mruprich@redhat.com> - 3.1.7-1
7a7763
- Related: #913329 - [RFE] include iperf3 in RHEL 7
7a7763
                   - adding latest version before including iperf3 in RHEL-7
7a7763
7a7763
* Wed Mar 01 2017 Michal Ruprich <mruprich@redhat.com> - 3.1.6-1
7a7763
- Resolves: #913329 - [RFE] include iperf3 in RHEL 7
7a7763
- initial build