Browse Source

upgrade to 3.100 and fix building

Ralf S. Engelschall 24 years ago
parent
commit
11f355265d
1 changed files with 5 additions and 3 deletions
  1. 5 3
      iozone/iozone.spec

+ 5 - 3
iozone/iozone.spec

@@ -23,8 +23,8 @@
 ##  SUCH DAMAGE.
 ##
 
-%define       V_logic  3.94
-%define       V_real   3_94
+%define       V_logic  3.100
+%define       V_real   3_100
 
 #   package information
 Name:         iozone
@@ -36,10 +36,11 @@ Distribution: OpenPKG [REL]
 Group:        Benchmark
 License:      Open Source
 Version:      %{V_logic}
-Release:      20020510
+Release:      20020530
 
 #   list of sources
 Source0:      http://www.iozone.org/src/current/iozone%{V_real}.tar
+Patch0:       iozone.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -56,6 +57,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -c
+    %patch -p0
 
 %build
     PATH="%{l_prefix}/bin:$PATH"; export PATH