[syncevolution] Disable GNOME Bluetooth panel plugin build, it's gone in gnome-bluetooth 3.12.x

Milan Crha mcrha at fedoraproject.org
Fri Jun 27 13:44:49 UTC 2014


commit 2820a91b980702747d4eb2d7edfc26f89392308f
Author: Milan Crha <mcrha at redhat.com>
Date:   Fri Jun 27 15:44:17 2014 +0200

    Disable GNOME Bluetooth panel plugin build, it's gone in gnome-bluetooth 3.12.x

 syncevolution.spec |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/syncevolution.spec b/syncevolution.spec
index 0d50311..e9df971 100644
--- a/syncevolution.spec
+++ b/syncevolution.spec
@@ -31,7 +31,6 @@ BuildRequires: pcre-devel
 BuildRequires: python-docutils
 BuildRequires: unique3-devel
 %ifnarch s390 s390x
-BuildRequires: pkgconfig(gnome-bluetooth-1.0)
 BuildRequires: openobex-devel
 %endif
 
@@ -102,9 +101,9 @@ autoreconf -fiv
     --enable-dav --disable-static --enable-gtk=3 --enable-gui \
     --enable-gnome-keyring --enable-akonadi --enable-pbap \
 %ifnarch s390 s390x
-    --enable-bluetooth --enable-gnome-bluetooth-panel-plugin
+    --enable-bluetooth
 %else
-    --disable-bluetooth --disable-gnome-bluetooth-panel-plugin
+    --disable-bluetooth
 %endif
 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g
@@ -157,9 +156,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/dbus-1/services/org.syncevolution.service
 %{_datadir}/man/man1/syncevolution.1.gz
 %exclude %{_datadir}/syncevolution/xml/*.pl
-%ifnarch s390 s390x
-%{_libdir}/gnome-bluetooth/plugins/libgbtsyncevolution.so
-%endif
 
 %files libs
 %doc COPYING LICENSE.LGPL-21 LICENSE.txt
@@ -203,7 +199,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
 * Fri Jun 27 2014 Milan Crha <mcrha at redhat.com> - 1:1.4.1-4
-- Enable Akonadi and pbap backends, together with GNOME Bluetooth Panel plugin
+- Enable Akonadi and pbap backends
 
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list