Changes of Revision 5
[-] | Changed | iperf.spec |
x 1
2 Name: iperf 3 -Version: 2.0.2 4 +Version: 2.0.4 5 Release: 1 6 Summary: A tool for measuring Internet bandwidth performance 7 License: Other License(s), see package 8 Group: Productivity/Networking/Diagnostic 9 -URL: http://dast.nlanr.net/Projects/Iperf/ 10 -Source: %{name}-%{version}.tar.bz2 11 +URL: http://sourceforge.net/projects/iperf/ 12 +Source: %{name}-%{version}.tar.gz 13 Source1: iperf.init 14 Source2: sysconfig.iperf 15 Buildroot: %{_tmppath}/%{name}-root 16
17 %build 18 export CFLAGS="$RPM_OPT_FLAGS" 19 %configure 20 -make 21 +%__make 22 23 %install 24 rm -rf %{buildroot} 25 -%makeinstall 26 +%make DESTDIR=%{buildroot} install 27 install -D -m 0755 %{SOURCE1} %{buildroot}/etc/init.d/iperf 28 install -D -m 0644 %{SOURCE2} %{buildroot}/var/adm/fillup-templates/sysconfig.iperf 29 install -d %{buildroot}/usr/sbin 30
31 /var/adm/fillup-templates/sysconfig.iperf 32 33 %changelog 34 +* Fri Nov 14 2008 Carsten Schoene <cs@linux-administrator.com> - 2.0.4-3 35 +- Version 2.0.4 allows the selection of the TCP congestion control algorithm under Linux, adds a manpage, and fixes some bugs. 36 37 * Fri Jun 29 2007 - James Oakley <jfunk@funktronics.ca> - 2.0.2-2 38 - Add init script 39 |
||
Added | iperf-2.0.4.tar.gz ^ |