]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- python support as bcond - it's very experimental and doesn't work well
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Sun, 8 Sep 2002 06:53:09 +0000 (06:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  with our python

Changed files:
    ekg.spec -> 1.86

ekg.spec

index 64a0567b9c19b0763a5560e232f90513f1ccd326..359546305e559de980c5707dd443d7a2b30c9f18 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -2,6 +2,7 @@
 # Conditional build:
 # _with_ioctl_daemon - with ioctl_daemon (suid-root!)
 # _with_ncurses        - with new experimental ui
+# _with_python - with python support
 #
 Summary:       A client compatible with Gadu-Gadu
 Summary(de):   Einen client kompatibel zu Gadu-Gadu
@@ -98,7 +99,7 @@ Statyczna biblioteka libgadu.
 %configure \
        --enable-shared \
        --enable-static \
-       --with-python \
+       %{?!_with_python:--with-python} \
        %{?!_with_ncurses:--enable-ui-ncurses} \
        %{?!debug:--without-debug} \
        %{?!_with_ioctl_daemon:--disable-ioctld}
This page took 0.064347 seconds and 4 git commands to generate.