packages: empathy/empathy.spec - disable telepathy logger (patrys says it's...
glen
glen at pld-linux.org
Wed Aug 25 11:12:43 CEST 2010
Author: glen Date: Wed Aug 25 09:12:43 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- disable telepathy logger (patrys says it's not really useful right now, and it requires devel glib2)
---- Files affected:
packages/empathy:
empathy.spec (1.69 -> 1.70)
---- Diffs:
================================================================
Index: packages/empathy/empathy.spec
diff -u packages/empathy/empathy.spec:1.69 packages/empathy/empathy.spec:1.70
--- packages/empathy/empathy.spec:1.69 Wed Aug 25 10:00:48 2010
+++ packages/empathy/empathy.spec Wed Aug 25 11:12:38 2010
@@ -1,9 +1,13 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with tpl # enable telepathy-logger code and disable the empathy logger
+
Summary: Very easy to use GNOME Telepathy client
Summary(pl.UTF-8): Bardzo łatwy w użyciu klient Telepathy dla GNOME
Name: empathy
Version: 2.30.3
-Release: 1
+Release: 2
License: GPL v2
Group: Applications/Communications
Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/2.30/%{name}-%{version}.tar.bz2
@@ -49,7 +53,7 @@
BuildRequires: sed >= 4.0
BuildRequires: telepathy-farsight-devel
BuildRequires: telepathy-glib-devel >= 0.9.2
-BuildRequires: telepathy-logger-devel
+%{?with_tpl:BuildRequires: telepathy-logger-devel >= 0.1.1}
#BuildRequires: telepathy-mission-control-devel >= 5.0
Requires(post,postun): gtk+2 >= 2:2.12.0
Requires(post,postun): hicolor-icon-theme
@@ -106,11 +110,12 @@
%{__autoheader}
%{__automake}
%configure \
+ %{!?with_tpl:--disable-tpl} \
--with-connectivity=nm \
--disable-schemas-install \
--disable-silent-rules \
--disable-static \
- --enable-favourite-contacts \
+ %{?with_tpl:--enable-favourite-contacts} \
--enable-location \
--enable-nautilus-sendto
@@ -165,6 +170,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.70 2010/08/25 09:12:38 glen
+- disable telepathy logger (patrys says it's not really useful right now, and it requires devel glib2)
+
Revision 1.69 2010/08/25 08:00:48 glen
- up to 2.30.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/empathy/empathy.spec?r1=1.69&r2=1.70&f=u
More information about the pld-cvs-commit
mailing list