]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- new, better snap
authorsparky <sparky@pld-linux.org>
Thu, 28 Jul 2005 06:44:34 +0000 (06:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gnutls bcond

Changed files:
    ekg2.spec -> 1.55

ekg2.spec

index d2e141834df662670117100e9fa337015d9b8559..3ce7c97f14301a84ed4b85312859bd58d1fcc07d 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -5,6 +5,7 @@
 %bcond_without aspell                  # build without spell-checking support with aspell
 %bcond_without gadugadu                # don't build gg plugin
 %bcond_without jabber                  # don't build jabber plugin
+%bcond_without gnutls                  # build jabber plugin without libgnutls
 %bcond_without libgsm                  # don't build libgsm plugin
 %bcond_without python                  # don't build Python plugin
 %bcond_without sqlite                  # don't build logsqlite plugin
 %if %{with yesterday_snapshot}
 %define                _snap %(date +%%Y%%m%%d -d yesterday)
 %else
-%define                _snap 20050621
+%define                _snap 20050627
+%endif
+
+%if %{without jabber}
+%undefine with_gnutls
 %endif
 
 Summary:       Multi-protocol instant messaging and chat client
@@ -25,14 +30,14 @@ Epoch:              1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.ekg2.org/archive/%{name}-%{_snap}.tar.gz
-# Source0-md5: 71373f6347786f8f934a8cfa478a4426
+# Source0-md5: 0249eb30568bc38ecf44448451d7fd19
 URL:           http://www.ekg2.org/
 %{?with_aspell:BuildRequires:  aspell-devel}
 BuildRequires: autoconf
 BuildRequires: automake
 %{?with_jabber:BuildRequires:  expat-devel}
 BuildRequires: gettext-devel
-%{?with_jabber:BuildRequires:  gnutls-devel >= 1.2.5}
+%{?with_gnutls:BuildRequires:  gnutls-devel >= 1.2.5}
 BuildRequires: gpm-devel
 %{?with_gadugadu:BuildRequires:        libgadu-devel}
 %{?with_libgsm:BuildRequires:  libgsm-devel}
@@ -182,6 +187,7 @@ cd ..
 %configure \
        --with%{!?with_aspell:out}-aspell \
        --with%{!?with_jabber:out}-expat \
+       --with%{!?with_gnutls:out}-libgnutls \
        --with%{!?with_gadugadu:out}-libgadu \
        --with%{!?with_libgsm:out}-libgsm \
        --with%{!?with_python:out}-python \
This page took 0.055938 seconds and 4 git commands to generate.