[folks/f17] Disable libsocialweb backend.

Brian Pepple bpepple at fedoraproject.org
Mon Jun 18 16:54:47 UTC 2012


commit b50595ef7cce13774e1cb541723792637e5f120f
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon Jun 18 12:54:45 2012 -0400

    Disable libsocialweb backend.

 folks.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/folks.spec b/folks.spec
index e4a0404..310ddcb 100644
--- a/folks.spec
+++ b/folks.spec
@@ -3,7 +3,7 @@
 Name:           folks
 Epoch:          1
 Version:        0.6.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GObject contact aggregation library
 
 Group:          System Environment/Libraries
@@ -20,7 +20,6 @@ BuildRequires:  libxml2-devel
 BuildRequires:  gobject-introspection >= 0.9.12
 BuildRequires:  GConf2-devel
 BuildRequires:  evolution-data-server-devel >= 3.1.5
-BuildRequires:  libsocialweb-devel >= 0.25.20
 BuildRequires:  readline-devel
 ## BuildRequires: tracker-devel >= 0.10
 BuildRequires:  pkgconfig(gee-1.0)
@@ -63,7 +62,7 @@ developing applications that use %{name}.
 
 
 %build
-%configure --disable-static --enable-eds-backend --enable-vala --enable-inspect-tool
+%configure --disable-static --enable-eds-backend --enable-vala --enable-inspect-tool --disable-libsocialweb-backend
 make %{?_smp_mflags} V=1
 
 
@@ -98,6 +97,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Mon Jun 18 2012 Brian Pepple <bpepple at fedoraproject.org> - 1:0.6.9-2
+- Disable libsocialweb backend.
+
 * Mon Apr 16 2012 Brian Pepple <bpepple at fedoraproject.org> - 1:0.6.9-1
 - Update to 0.6.9.
 - Drop patch that fixed account sync crash. Fixed upstream.


More information about the scm-commits mailing list