SPECS (AC-branch): liboil.spec - added sparc patch, better slow th...

baggins baggins at pld-linux.org
Wed May 17 02:13:12 CEST 2006


Author: baggins                      Date: Wed May 17 00:13:12 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added sparc patch, better slow than buggy

---- Files affected:
SPECS:
   liboil.spec (1.11.2.6 -> 1.11.2.7) 

---- Diffs:

================================================================
Index: SPECS/liboil.spec
diff -u SPECS/liboil.spec:1.11.2.6 SPECS/liboil.spec:1.11.2.7
--- SPECS/liboil.spec:1.11.2.6	Wed May 17 00:45:02 2006
+++ SPECS/liboil.spec	Wed May 17 02:13:07 2006
@@ -4,15 +4,11 @@
 %bcond_without	altivec	# without Altivec support (on ppc)
 %bcond_without	tests	# don't perform "make check"
 #
-%ifarch sparc
-%undefine      with_tests
-%endif
-#
 Summary:	Library of Optimized Inner Loops
 Summary(pl):	Biblioteka zoptymalizowanych wewnętrznych pętli
 Name:		liboil
 Version:	0.3.6
-Release:	1.2
+Release:	1.3
 Epoch:		1
 License:	BSD
 Group:		Libraries
@@ -21,6 +17,7 @@
 Patch0:		%{name}-opt.patch
 Patch1:		%{name}-no_altivec.patch
 Patch2:		%{name}-i386.patch
+Patch3:		%{name}-sparc.patch
 URL:		http://liboil.freedesktop.org/wiki/
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake >= 1.6
@@ -94,6 +91,9 @@
 %ifarch i386
 %patch2 -p1
 %endif
+%ifarch sparc
+%patch3 -p1
+%endif
 
 %build
 %{__libtoolize}
@@ -151,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11.2.7  2006/05/17 00:13:07  baggins
+- added sparc patch, better slow than buggy
+
 Revision 1.11.2.6  2006/05/16 22:45:02  baggins
 - disable fancy code on i386
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/liboil.spec?r1=1.11.2.6&r2=1.11.2.7&f=u



More information about the pld-cvs-commit mailing list