]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- Removed gnutls-kludge (autotools autodetection works now)
authorjaphy <japhy@pld-linux.org>
Thu, 5 Aug 2004 00:18:41 +0000 (00:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Updated to current snapshot

Changed files:
    ekg2.spec -> 1.16

ekg2.spec

index 8409c91f56f083526f901e5590256740638075e2..7c702c84bbc37e7a9d69f319502980f2dc2649d4 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -4,13 +4,11 @@
                                        # (must use ./builder -n5 or plain rpmbuild)
 %bcond_without aspell                  # Don't build in spell-checking support with aspell
 %bcond_with    ioctl_daemon            # With (suid-root) ioctl daemon
-%bcond_with    gnutls                  # Compile in gnutls support (SSL encryption for Jabber
-                                       # module; kludgy)
-#
+
 %if %{with yesterday_snapshot}
 %define                _snap %(date +%%Y%%m%%d -d yesterday)
 %else
-%define                _snap 20040720
+%define                _snap 20040804
 %endif
 
 Summary:       A client compatible with Gadu-Gadu
@@ -23,7 +21,7 @@ Release:      0.%{_snap}.1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.ekg2.org/archive/%{name}-%{_snap}.tar.gz
-# Source0-md5: a0efd77c06a36da85d3bce0a59d7033d
+# Source0-md5: 88d88568d560eb9e3e9d4836b1fc5d60
 URL:           http://www.ekg2.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -37,7 +35,7 @@ BuildRequires:        gpm-devel
 BuildRequires: expat-devel
 BuildRequires: libjpeg-devel
 %{?with_aspell:BuildRequires:  aspell-devel}
-%{?with_gnutls:BuildRequires:  gnutls-devel}
+BuildRequires: gnutls-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,16 +62,6 @@ Gadu-Gadu jak i Jabbera. Planowana tak
 %{__automake}
 %configure \
        --with%{!?with_aspell:out}-aspell
-%if %{with gnutls}
-echo '#define HAVE_GNUTLS 1' > plugins/jabber/jabber.h. # KLUDGE, wait for autoconf update
-cat plugins/jabber/jabber.h >> plugins/jabber/jabber.h.
-mv plugins/jabber/jabber.h{,\~}
-mv plugins/jabber/jabber.h{.,}
-sed 's/^jabber_la_LIBADD =/& -lgnutls/' < plugins/jabber/Makefile > plugins/jabber/Makefile.
-mv plugins/jabber/Makefile{,\~}
-mv plugins/jabber/Makefile{.,}
-%{__make}
-%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.029488 seconds and 4 git commands to generate.