SPECS (AC-branch): poldek.spec - disable python on arches where it...

glen glen at pld-linux.org
Fri Jun 15 00:06:37 CEST 2007


Author: glen                         Date: Thu Jun 14 22:06:37 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- disable python on arches where it doesn't build

---- Files affected:
SPECS:
   poldek.spec (1.197.2.86 -> 1.197.2.87) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.197.2.86 SPECS/poldek.spec:1.197.2.87
--- SPECS/poldek.spec:1.197.2.86	Mon Apr  2 10:27:08 2007
+++ SPECS/poldek.spec	Fri Jun 15 00:06:32 2007
@@ -1,10 +1,16 @@
 # $Revision$, $Date$
+# TODO
+# - python bindings need some patch :)
 #
 # Conditional build:
 %bcond_with	static	# don't use shared libraries
 %bcond_without	imode	# don't build interactive mode
 %bcond_without	python	# don't build python bindings
 #
+%ifarch %{x8664} alpha
+%undefine	with_python
+%endif
+#
 # required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
 %define	ver_db	4.2.50-1
 %define	ver_rpm	4.4.1
@@ -372,6 +378,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.197.2.87  2007/06/14 22:06:32  glen
+- disable python on arches where it doesn't build
+
 Revision 1.197.2.86  2007/04/02 08:27:08  glen
 - also update poldek-multilib.conf
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/poldek.spec?r1=1.197.2.86&r2=1.197.2.87&f=u



More information about the pld-cvs-commit mailing list