[folks] Disable libsocialweb backend

Brian Pepple bpepple at fedoraproject.org
Mon Jun 18 16:00:32 UTC 2012


commit bd54ebdf36d8baf1cfeb79f5862160921ca8130d
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Mon Jun 18 12:00:17 2012 -0400

    Disable libsocialweb backend

 folks.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/folks.spec b/folks.spec
index cbbb7de..ea3cf32 100644
--- a/folks.spec
+++ b/folks.spec
@@ -3,7 +3,7 @@
 Name:           folks
 Epoch:          1
 Version:        0.7.0
-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
+* Wed Jun 13 2012 Cosimo Cecchi <cosimoc at redhat.com> - 1:0.7.0-2
+- Disable libsocialweb backend
+
 * Tue Apr 17 2012 Brian Pepple <bpepple at fedoraproject.org> - 1:0.7.0-1
 - Update to 0.7.0.
 - Update source url.


More information about the scm-commits mailing list