Просмотр исходного кода

upgrade to 3.100 and fix building

Ralf S. Engelschall 24 лет назад
Родитель
Сommit
11f355265d
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      iozone/iozone.spec

+ 5 - 3
iozone/iozone.spec

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