]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- force connectivity=nm so it will fail next time
authorsparky <sparky@pld-linux.org>
Sat, 20 Feb 2010 17:01:53 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix NetworkManager detection
- BR: docbook-dtd412-xml, rpm-pythonprov

Changed files:
    empathy.spec -> 1.56

empathy.spec

index 4bda86caacd0c98e5943b21c194c531808a38690..7a89aabd8090dc0ad1a31643cf636806dac4cce6 100644 (file)
@@ -15,6 +15,7 @@ BuildRequires:        automake >= 1:1.9
 BuildRequires: check >= 0.9.4
 BuildRequires: clutter-gtk-devel >= 0.10.0
 BuildRequires: dbus-glib-devel >= 0.74
+BuildRequires: docbook-dtd412-xml
 BuildRequires: enchant-devel >= 1.2.0
 BuildRequires: evolution-data-server-devel >= 2.24.0
 BuildRequires: geoclue-devel >= 0.11
@@ -38,8 +39,10 @@ BuildRequires:       libunique-devel
 BuildRequires: libxml2-devel >= 1:2.6.28
 BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: sed >= 4.0
 BuildRequires: telepathy-farsight-devel
 BuildRequires: telepathy-glib-devel >= 0.7.36
 BuildRequires: telepathy-mission-control-devel >= 5.0
@@ -120,6 +123,7 @@ Moduł Pythona dla Empathy.
 
 %prep
 %setup -q
+%{__sed} 's/libnm_glib/libnm-glib/' -i configure.ac
 
 %build
 %{__intltoolize}
@@ -129,6 +133,7 @@ Moduł Pythona dla Empathy.
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-connectivity=nm \
        --with-compile-warnings=no \
        --disable-schemas-install \
        --disable-static \
This page took 0.158733 seconds and 4 git commands to generate.