SPECS (AC-branch): liboil.spec - disable fancy code on i386
baggins
baggins at pld-linux.org
Wed May 17 00:45:08 CEST 2006
Author: baggins Date: Tue May 16 22:45:08 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- disable fancy code on i386
---- Files affected:
SPECS:
liboil.spec (1.11.2.5 -> 1.11.2.6)
---- Diffs:
================================================================
Index: SPECS/liboil.spec
diff -u SPECS/liboil.spec:1.11.2.5 SPECS/liboil.spec:1.11.2.6
--- SPECS/liboil.spec:1.11.2.5 Tue May 16 23:52:01 2006
+++ SPECS/liboil.spec Wed May 17 00:45:02 2006
@@ -12,7 +12,7 @@
Summary(pl): Biblioteka zoptymalizowanych wewnętrznych pętli
Name: liboil
Version: 0.3.6
-Release: 1.1
+Release: 1.2
Epoch: 1
License: BSD
Group: Libraries
@@ -20,6 +20,7 @@
# Source0-md5: a36b2d9cc71d75d814d7bdca2263290f
Patch0: %{name}-opt.patch
Patch1: %{name}-no_altivec.patch
+Patch2: %{name}-i386.patch
URL: http://liboil.freedesktop.org/wiki/
BuildRequires: autoconf >= 2.58
BuildRequires: automake >= 1.6
@@ -90,6 +91,9 @@
%setup -q
%patch0 -p1
%{!?with_altivec:%patch1 -p1}
+%ifarch i386
+%patch2 -p1
+%endif
%build
%{__libtoolize}
@@ -147,6 +151,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11.2.6 2006/05/16 22:45:02 baggins
+- disable fancy code on i386
+
Revision 1.11.2.5 2006/05/16 21:52:01 baggins
- e:v-r in reqs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/liboil.spec?r1=1.11.2.5&r2=1.11.2.6&f=u
More information about the pld-cvs-commit
mailing list