SPECS: ekg2.spec - new, better snap - added gnutls bcond

sparky sparky at pld-linux.org
Thu Jul 28 08:44:39 CEST 2005


Author: sparky                       Date: Thu Jul 28 06:44:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, better snap
- added gnutls bcond

---- Files affected:
SPECS:
   ekg2.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/ekg2.spec
diff -u SPECS/ekg2.spec:1.54 SPECS/ekg2.spec:1.55
--- SPECS/ekg2.spec:1.54	Mon Jul 11 18:42:21 2005
+++ SPECS/ekg2.spec	Thu Jul 28 08:44:34 2005
@@ -6,6 +6,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
@@ -14,7 +15,11 @@
 %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
@@ -26,14 +31,14 @@
 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}
@@ -183,6 +188,7 @@
 %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 \
@@ -288,8 +294,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2005/07/28 06:44:34  sparky
+- new, better snap
+- added gnutls bcond
+
 Revision 1.54  2005/07/11 16:42:21  arekm
-BR gnutls >= 1.2.5
+- BR gnutls >= 1.2.5
 
 Revision 1.53  2005/07/01 12:23:55  gozda
 - fixed build for amd64
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ekg2.spec?r1=1.54&r2=1.55&f=u




More information about the pld-cvs-commit mailing list