SPECS: gts.spec - fixed patch condition

qboosh qboosh at pld-linux.org
Sat Sep 9 08:50:21 CEST 2006


Author: qboosh                       Date: Sat Sep  9 06:50:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed patch condition

---- Files affected:
SPECS:
   gts.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/gts.spec
diff -u SPECS/gts.spec:1.8 SPECS/gts.spec:1.9
--- SPECS/gts.spec:1.8	Fri Sep  8 23:43:33 2006
+++ SPECS/gts.spec	Sat Sep  9 08:50:16 2006
@@ -65,10 +65,10 @@
 %prep
 %setup -q
 %patch0 -p1
-
-%ifarch x86_64
+%if "%{_lib}" == "lib64"
 %patch1 -p1
 %endif
+
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -116,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/09/09 06:50:16  qboosh
+- fixed patch condition
+
 Revision 1.8  2006/09/08 21:43:33  cieciwa
 - release 2
 - fix problem with 64 bit library searching.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gts.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list