]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- disable telepathy logger (patrys says it's not really useful right now, and it... auto/th/empathy-2_30_3-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Aug 2010 09:12:38 +0000 (09:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    empathy.spec -> 1.70

empathy.spec

index 45c7285138c04a265007c1fc094820b536285f44..6928ca732b0cd3e26d653369fae3853775aa4fcc 100644 (file)
@@ -1,8 +1,12 @@
+#
+# 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
@@ -48,7 +52,7 @@ BuildRequires:        rpmbuild(macros) >= 1.311
 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
@@ -105,11 +109,12 @@ sed -i 's/^en@shaw//' po/LINGUAS
 %{__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
 
This page took 0.077424 seconds and 4 git commands to generate.