packages: panda3d/panda3d.spec - fixed %setup depend on arch

cactus cactus at pld-linux.org
Sun Jul 12 16:11:30 CEST 2009


Author: cactus                       Date: Sun Jul 12 14:11:30 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed %setup depend on arch

---- Files affected:
packages/panda3d:
   panda3d.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/panda3d/panda3d.spec
diff -u packages/panda3d/panda3d.spec:1.3 packages/panda3d/panda3d.spec:1.4
--- packages/panda3d/panda3d.spec:1.3	Sun Jul 12 13:25:42 2009
+++ packages/panda3d/panda3d.spec	Sun Jul 12 16:11:24 2009
@@ -35,7 +35,12 @@
 kiedy terminy są napięte, a czas jest istotny.
 
 %prep
-%setup -q
+%ifarch %{x8664} ppc64
+	%define src 1
+%else
+	%define src 0
+%endif
+%setup -qT -b %{src}
 
 %build
 %{__python} makepanda/makepanda.py \
@@ -111,6 +116,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/07/12 14:11:24  cactus
+- fixed %setup depend on arch
+
 Revision 1.3  2009/07/12 11:25:42  cactus
 - up to 1.6.2; NFY
 - fix $
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/panda3d/panda3d.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list