Update to 3.0b5
This commit is contained in:
parent
6c3708ffe3
commit
6838a9505c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/iperf-3.0b4.tar.gz
|
/iperf-3.0b4.tar.gz
|
||||||
|
/iperf-3.0b5.tar.gz
|
||||||
|
11
iperf3.spec
11
iperf3.spec
@ -1,12 +1,12 @@
|
|||||||
Name: iperf3
|
Name: iperf3
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 0.3.b4%{?dist}
|
Release: 0.4.b5%{?dist}
|
||||||
Summary: Measurement tool for TCP/UDP bandwidth performance
|
Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||||
|
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://code.google.com/p/iperf/
|
URL: http://code.google.com/p/iperf/
|
||||||
Source0: http://iperf.googlecode.com/files/iperf-3.0b4.tar.gz
|
Source0: http://iperf.googlecode.com/files/iperf-3.0b5.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ various parameters and UDP characteristics. Iperf reports bandwidth, delay
|
|||||||
jitter, data-gram loss.
|
jitter, data-gram loss.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n iperf-%{version}b4
|
%setup -q -n iperf-%{version}b5
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -27,7 +27,6 @@ make %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"
|
%makeinstall -C src INSTALL_DIR="%{buildroot}%{_bindir}"
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1
|
mkdir -p %{buildroot}%{_mandir}/man1
|
||||||
mv %{buildroot}%{_mandir}/man1/iperf.1 %{buildroot}%{_mandir}/man1/iperf3.1
|
|
||||||
rm %{buildroot}/usr/include/iperf_*.h
|
rm %{buildroot}/usr/include/iperf_*.h
|
||||||
rm %{buildroot}%{_libdir}/libiperf.a
|
rm %{buildroot}%{_libdir}/libiperf.a
|
||||||
|
|
||||||
@ -38,10 +37,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS README LICENSE INSTALL RELEASE_NOTES TODO
|
%doc AUTHORS README LICENSE INSTALL RELEASE_NOTES TODO
|
||||||
%{_mandir}/man1/iperf3.1.gz
|
%{_mandir}/man1/iperf3.1.gz
|
||||||
|
%{_mandir}/man3/libiperf.3.gz
|
||||||
%{_bindir}/iperf3
|
%{_bindir}/iperf3
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user