SPECS: iozone.spec - updated to 3.257, updated make patch

qboosh qboosh at pld-linux.org
Tue Jan 3 10:26:36 CET 2006


Author: qboosh                       Date: Tue Jan  3 09:26:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 3.257, updated make patch

---- Files affected:
SPECS:
   iozone.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/iozone.spec
diff -u SPECS/iozone.spec:1.30 SPECS/iozone.spec:1.31
--- SPECS/iozone.spec:1.30	Fri Sep 24 18:19:16 2004
+++ SPECS/iozone.spec	Tue Jan  3 10:26:30 2006
@@ -4,12 +4,12 @@
 Summary(pl):	Program testujący wydajność I/O
 Summary(pt_BR):	O IOzone é uma ferramenta para testes de performance em sistemas de arquivos
 Name:		iozone
-Version:	3.221
-Release:	2
+Version:	3.257
+Release:	1
 License:	distributable
 Group:		Applications/System
 Source0:	http://www.iozone.org/src/current/%{name}%(echo %{version} | tr . _).tar
-# Source0-md5:	dddcae599f0cfa825a634706a110b4c7
+# Source0-md5:	a4db361cd44e3273cc265a5cce08f938
 Patch0:		%{name}-make.patch
 URL:		http://www.iozone.org/
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,7 +33,7 @@
 arquivos. Gera e mede uma variedade de operaçőes em arquivos.
 
 %prep
-%setup -q -c
+%setup -q -n %{name}%(echo %{version} | tr . _)
 %patch0 -p1
 
 gzip -d docs/Iozone_ps.gz
@@ -43,15 +43,31 @@
 %build
 cd src/current
 %{__make} \
+%ifarch arm
+	linux-arm
+%else
+%ifarch %{x8664}
+	linux-AMD64
+%else
+%ifarch ia64
+	linux-ia64
+%else
 %ifarch ppc
 	linux-powerpc \
 %else
+%ifarch ppc64
+	linux-powerpc64 \
+%else
 %ifarch sparc sparc64 sparcv9
 	linux-sparc \
 %else
 	linux \
 %endif
 %endif
+%endif
+%endif
+%endif
+%endif
 	CFLAGS="%{rpmcflags}" \
 	CC="%{__cc}" \
 	GCC="%{__cc}"
@@ -81,6 +97,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2006/01/03 09:26:30  qboosh
+- updated to 3.257, updated make patch
+
 Revision 1.30  2004/09/24 16:19:16  radek
 - release 2: removed -ppc.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/iozone.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list