remove evolution-data-server backend
authorCorentin Lecouvey <corentin.lecouvey@eurogiciel.fr>
Tue, 8 Jan 2013 14:22:39 +0000 (15:22 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 1 Apr 2014 13:49:15 +0000 (15:49 +0200)
packaging/folks.changes
packaging/folks.spec

index ec3c261..d5826c3 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Jan 08 2013 Corentin Lecouvey <corentin.lecouvey@eurogiciel.fr> FOLKS_0_8_0@b2226e7
+- remove evolution-data-server backend
+
 * Tue Jan 08 2013 Philippe Coval <philippe.coval@eurogiciel.fr> FOLKS_0_8_0@fa70dc0
 - Bump to 0.8.0
 
index b42a2f4..62bd355 100644 (file)
@@ -7,7 +7,7 @@ Version:        0.8.0
 Release:        0
 Summary:        Library to create metacontacts from multiple sources
 License:        LGPL-2.1+
-Group:          System/Libraries
+Group:         System/Libraries
 Url:            http://telepathy.freedesktop.org/wiki/Folks
 Source:         http://download.gnome.org/sources/folks/${baseline}/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
@@ -17,8 +17,6 @@ BuildRequires:  vala >= 0.17.6
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(libebook-1.2) >= 3.5.3.1
-BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.5.3.1
 BuildRequires:  pkgconfig(libsocialweb-client) >= 0.25.20
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(telepathy-glib) >= 0.19.0
@@ -41,7 +39,8 @@ Telepathy connection managers) to create metacontacts.
 %package -n libfolks-data
 Summary:        Library to create metacontacts from multiple sources -- Data files
 Group:          System/Libraries
-%glib2_gsettings_schema_requires
+Requires(post): glib2-tools
+Requires(postun): glib2-tools
 
 %description -n libfolks-data
 libfolks is a library that aggregates people from multiple sources (eg,
@@ -59,15 +58,6 @@ Telepathy connection managers) to create metacontacts.
 
 This package provides the GObject Introspection bindings for libfolks.
 
-%package -n libfolks-eds
-Summary:        Library to create metacontacts from multiple sources -- EDS Backend
-Group:          System/Libraries
-Supplements:    packageand(libfolks:evolution-data-server)
-
-%description -n libfolks-eds
-libfolks is a library that aggregates people from multiple sources (eg,
-Telepathy connection managers) to create metacontacts.
-
 %package -n libfolks-libsocialweb
 Summary:        Library to create metacontacts from multiple sources -- libsocialweb Backend
 Group:          System/Libraries
@@ -116,11 +106,12 @@ Telepathy connection managers) to create metacontacts.
 %setup -q
 
 %build
-%autogen
-%configure \
+%autogen \
     --enable-vala \
     --disable-static \
-    --enable-eds-backend
+    --disable-eds-backend \
+    --enable-telepathy-backend \
+    --enable-socialweb-backend
 %__make %{?_smp_mflags} V=1
 
 %install
@@ -138,10 +129,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %postun -n libfolks-data
 %glib2_gsettings_schema_postun
 
-%post -n libfolks-eds -p /sbin/ldconfig
-
-%postun -n libfolks-eds -p /sbin/ldconfig
-
 %post -n libfolks-libsocialweb -p /sbin/ldconfig
 
 %postun -n libfolks-libsocialweb -p /sbin/ldconfig
@@ -169,12 +156,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %defattr(-, root, root)
 %{_libdir}/girepository-1.0/Folks-0.6.typelib
 
-%files -n libfolks-eds
-%defattr(-, root, root)
-%{_libdir}/libfolks-eds.so.%{soversion}*
-%dir %{_libdir}/folks/%{module_version}/backends/eds
-%{_libdir}/folks/%{module_version}/backends/eds/eds.so
-
 %files -n libfolks-libsocialweb
 %defattr(-, root, root)
 %{_libdir}/libfolks-libsocialweb.so.%{soversion}*
@@ -199,6 +180,5 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gir-1.0/Folks-0.6.gir
 %{_datadir}/vala/vapi/folks.*
-%{_datadir}/vala/vapi/folks-eds.*
 %{_datadir}/vala/vapi/folks-libsocialweb.*
 %{_datadir}/vala/vapi/folks-telepathy.*