]> git.pld-linux.org Git - packages/ekg.git/commitdiff
- added aspell support (previously tested on DEVEL) auto/ac/ekg-1_5-0_20040524_2
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 8 Jun 2004 22:21:36 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg.spec -> 1.174

ekg.spec

index b19e3020d8ab4b7b16b4cea20a2d16735d9c8922..6a56552a5a1f4e9c51967f56e75d402a9ce58807 100644 (file)
--- a/ekg.spec
+++ b/ekg.spec
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_without aspell          # without spell checking
 %bcond_without voip            # without VoIP support
 %bcond_with    python          # with python support
 %bcond_with    ioctl_daemon    # with ioctl_daemon (suid root)
@@ -13,7 +14,7 @@ Summary(it):  Un cliente compatibile con Gadu-Gadu
 Summary(pl):   Klient kompatybilny z Gadu-Gadu
 Name:          ekg
 Version:       1.5
-Release:       0.%{snap}.1
+Release:       0.%{snap}.2
 Epoch:         4
 License:       GPL v2
 Group:         Applications/Communications
@@ -22,6 +23,7 @@ Source0:      http://dev.null.pl/ekg/%{name}-%{snap}.tar.gz
 Source1:       %{name}.conf
 Patch0:                %{name}-kadu-0_3_6.patch
 URL:           http://dev.null.pl/ekg/
+%{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_voip:BuildRequires:    libgsm-devel}
@@ -140,6 +142,7 @@ rm -f missing
        --without-bind \
        %{?with_python:--with-python} \
        %{!?with_voip:--without-libgsm} \
+       %{?with_aspell:--enable-aspell} \
        %{!?with_ioctl_daemon:--disable-ioctld}
 
 %{__make} \
This page took 0.074561 seconds and 4 git commands to generate.