]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- disable python on arches where it doesn't build
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Jun 2007 22:06:32 +0000 (22:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.197.2.87

poldek.spec

index 6ed43460d67be00fc0b0ebefbb45d6f02f6757c8..c090ea6640ab7577e69add6b4598a79acaf2efa4 100644 (file)
@@ -1,9 +1,15 @@
+# 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
This page took 0.249391 seconds and 4 git commands to generate.