]> git.pld-linux.org Git - packages/ekg.git/commitdiff
-- reverse bcond [without-ncurses] ekg-20020909-1
authorspeedy <speedy@pld-linux.org>
Tue, 10 Sep 2002 14:13:52 +0000 (14:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
-- fixed voip & python bcond

Changed files:
    ekg.spec -> 1.87

ekg.spec

index 359546305e559de980c5707dd443d7a2b30c9f18..ff920bff8e6997bfea78e64135ac04eb74422b4f 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -1,15 +1,16 @@
 #
 # Conditional build:
-# _with_ioctl_daemon - with ioctl_daemon (suid-root!)
-# _with_ncurses        - with new experimental ui
-# _with_python - with python support
+# _with_ioctl_daemon    - with ioctl_daemon (suid-root!)
+# _without_ncurses     - without new experimental ui
+# _with_python          - with python support
+# _without_voip                - without voip support
 #
 Summary:       A client compatible with Gadu-Gadu
 Summary(de):   Einen client kompatibel zu Gadu-Gadu
 Summary(it):   Esperimentale cliente di Gadu-Gadu
 Summary(pl):   Eksperymentalny Klient Gadu-Gadu
 Name:          ekg
-Version:       20020906
+Version:       20020909
 Release:       1
 Epoch:         1
 License:       GPL
@@ -17,10 +18,10 @@ Group:              Applications/Communications
 Source0:       http://dev.null.pl/ekg/%{name}-%{version}.tar.gz
 URL:           http://dev.null.pl/ekg/
 BuildRequires: perl
-BuildRequires: libgsm-devel
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
-BuildRequires: python-devel
+%{?!_without_voip:BuildRequires: libgsm-devel}
+%{?_with_python:BuildRequires: python-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -99,8 +100,10 @@ Statyczna biblioteka libgadu.
 %configure \
        --enable-shared \
        --enable-static \
-       %{?!_with_python:--with-python} \
-       %{?!_with_ncurses:--enable-ui-ncurses} \
+       --enable-force-readline \
+       %{?_with_python:--with-python} \
+       %{?!_without_ncurses:--enable-ui-ncurses} \
+       %{?_without_voip:--without-libgsm} \
        %{?!debug:--without-debug} \
        %{?!_with_ioctl_daemon:--disable-ioctld}
 %{__make}
This page took 0.100629 seconds and 4 git commands to generate.