diff -r 080279a062dd -r 3d058537a9dd netperf/netperf.spec --- a/netperf/netperf.spec Tue Aug 28 18:37:20 2012 +0200 +++ b/netperf/netperf.spec Tue Aug 28 18:37:35 2012 +0200 @@ -1,6 +1,6 @@ ## ## netperf.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2011 Michael Schloh von Bennewitz +## Copyright (c) 2012 Michael Schloh von Bennewitz ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -31,20 +31,16 @@ Class: EVAL Group: Network License: Commercial -Version: 2.4.5 -Release: 20110302 +Version: 2.6.0 +Release: 20120800 # list of sources Source0: ftp://ftp.netperf.org/netperf/netperf-%{version}.tar.bz2 Patch0: netperf.patch # build information -Prefix: %{l_prefix} -BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20040130 -PreReq: OpenPKG, openpkg >= 20040130 -AutoReq: no -AutoReqProv: no +BuildPreReq: OpenPKG, openpkg >= 20100101, make +PreReq: OpenPKG, openpkg >= 20100101 %description Netperf is a benchmark that can be used to measure the performance @@ -78,7 +74,6 @@ %{l_make} %{l_mflags -O} %install - rm -rf $RPM_BUILD_ROOT %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT strip $RPM_BUILD_ROOT%{l_prefix}/bin/* %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} @@ -86,5 +81,4 @@ %files -f files %clean - rm -rf $RPM_BUILD_ROOT