138 lines
4.5 KiB
RPMSpec
138 lines
4.5 KiB
RPMSpec
Name: iperf3
|
|
Version: 3.1.3
|
|
Release: 1%{?dist}
|
|
Summary: Measurement tool for TCP/UDP bandwidth performance
|
|
|
|
Group: Applications/Internet
|
|
License: BSD
|
|
URL: http://github.com/esnet/iperf
|
|
Source0: http://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
BuildRequires: libuuid-devel
|
|
|
|
%description
|
|
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
|
|
various parameters and UDP characteristics. Iperf reports bandwidth, delay
|
|
jitter, data-gram loss.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%setup -q -n iperf-%{version}
|
|
|
|
%build
|
|
%configure --disable-static
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
rm -f %{buildroot}%{_libdir}/libiperf.la
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README.md LICENSE RELEASE_NOTES
|
|
%{_mandir}/man1/iperf3.1.gz
|
|
%{_mandir}/man3/libiperf.3.gz
|
|
%{_bindir}/iperf3
|
|
%{_libdir}/*.so.*
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/iperf_api.h
|
|
%{_libdir}/*.so
|
|
|
|
%changelog
|
|
* Wed Jun 08 2016 Kevin Fenzi <kevin@scrye.com> - 3.1.3-1
|
|
- Update to 3.1.3
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.1b3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Oct 08 2015 Susant Sahani <ssahani@gmail.com> 3.1b3
|
|
- Update to 3.1b3
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.11-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Mon May 04 2015 Susant Sahani <ssahani@gmail.com> 3.0.11-1
|
|
- Update to 3.0.11
|
|
|
|
* Sat Dec 20 2014 Susant Sahani <ssahani@redhat.com> 3.0.10-1
|
|
- Update to 3.0.10
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Wed Jul 30 2014 Susant Sahani <ssahani@redhat.com> 3.0.6-1
|
|
- Update to 3.0.6
|
|
|
|
* Thu Jun 19 2014 Susant Sahani <ssahani@redhat.com> 3.0.5-1
|
|
- Update to 3.0.5
|
|
|
|
* Tue Jun 10 2014 Susant Sahani <ssahani@redhat.com> - 3.0.3-5
|
|
- fix compilation BZ #1106803
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Wed Apr 2 2014 François Cami <fcami@fedoraproject.org> - 3.0.3-3
|
|
- Drop static library support (#1081486).
|
|
- iperf3-devel subpackage must require iperf3.
|
|
- iperf3-devel should only contain the unversioned shared library.
|
|
- Call ldconfig since we are installing a shared library now.
|
|
- Removed INSTALL file.
|
|
|
|
* Wed Apr 2 2014 Susant Sahani <ssahani@redhat.com> 3.0.3-2
|
|
- Moved static library to devel section only .
|
|
|
|
* Sun Mar 30 2014 Susant Sahani <ssahani@redhat.com> 3.0.3-1
|
|
- Update to 3.0.3 and added devel rpm support
|
|
|
|
* Tue Mar 11 2014 Susant Sahani <ssahani@redhat.com> 3.0.2-1
|
|
- Update to 3.0.2
|
|
|
|
* Tue Jan 14 2014 Susant Sahani <ssahani@redhat.com> 3.0.1-1
|
|
- Update to 3.0.1
|
|
|
|
* Fri Oct 25 2013 Steven Roberts <strobert@strobe.net> 3.0-1
|
|
- Update to 3.0
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.5.b5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Sat May 04 2013 Kevin Fenzi <kevin@scrye.com> 3.0-0.4.b5
|
|
- Update to 3.0b5
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.3.b4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.2.b4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.1.b4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Apr 06 2011 G.Balaji <balajig81@gmail.com> 3.0b4-2
|
|
- Changed the Spec name, removed static libs generation and devel
|
|
- package.
|
|
|
|
* Sat Mar 26 2011 G.Balaji <balajig81@gmail.com> 3.0b4-1
|
|
- Initial Version
|