SPECS: splashy.spec - more generic lib64 fix

tommat tommat at pld-linux.org
Fri Apr 11 13:49:51 CEST 2008


Author: tommat                       Date: Fri Apr 11 11:49:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more generic lib64 fix

---- Files affected:
SPECS:
   splashy.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/splashy.spec
diff -u SPECS/splashy.spec:1.13 SPECS/splashy.spec:1.14
--- SPECS/splashy.spec:1.13	Wed Dec 26 00:17:19 2007
+++ SPECS/splashy.spec	Fri Apr 11 13:49:46 2008
@@ -137,12 +137,13 @@
 %prep
 %setup -q
 %patch0 -p1
-%ifarch %{x8664}
+%if "%{_lib}" == "lib64"
 %patch1 -p0
 %endif
 sed -i -e 's#-Werror##g' configure.ac
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -196,6 +197,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008-04-11 11:49:46  tommat
+- more generic lib64 fix
+
 Revision 1.13  2007-12-25 23:17:19  glen
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/splashy.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list