[syncevolution] Enable bluetooth support. Fixes RHBZ # 612000

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 21 21:28:18 UTC 2010


commit d99b7b5e16060f6743c01c0a00cf3c09662ccc25
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Sep 21 22:28:15 2010 +0100

    Enable bluetooth support. Fixes RHBZ # 612000

 syncevolution.spec |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/syncevolution.spec b/syncevolution.spec
index 7c45078..a66745a 100644
--- a/syncevolution.spec
+++ b/syncevolution.spec
@@ -1,7 +1,7 @@
 Summary:       SyncML client for evolution
 Name:          syncevolution
 Version:       1.0.99.6
-Release:       1%{?dist}
+Release:       2%{?dist}
 Epoch:         1	
 License:       LGPLv2+
 Group:         Applications/Productivity
@@ -9,20 +9,23 @@ URL:           http://syncevolution.org/
 Source:        http://downloads.syncevolution.org/syncevolution/sources/%{name}-%{version}.tar.gz
 Patch0:        syncevolution-1.0.1-libnotify-link.patch
 
+BuildRequires: bluez-libs-devel
 BuildRequires: boost-devel
 BuildRequires: cppunit-devel
 BuildRequires: evolution-data-server-devel
 BuildRequires: expat-devel
 BuildRequires: glib2-devel
+BuildRequires: gnome-keyring-devel
 BuildRequires: gtk2-devel
-BuildRequires: libsoup-devel
-BuildRequires: libical-devel
-BuildRequires: pcre-devel
 BuildRequires: libcurl-devel
+BuildRequires: libical-devel
 BuildRequires: libmx-devel
 BuildRequires: libnotify-devel
-BuildRequires: gnome-keyring-devel
+BuildRequires: libsoup-devel
+BuildRequires: openobex-devel
+BuildRequires: pcre-devel
 BuildRequires: unique-devel
+
 BuildRequires: desktop-file-utils
 BuildRequires: intltool
 BuildRequires: gettext
@@ -86,7 +89,7 @@ intltoolize --automake --copy --force
 autoreconf -fiv
 (cd src/synthesis && mkdir m4 && autoreconf -fi)
 %configure --enable-libsoup --enable-dbus-service --enable-shared \
-    --with-expat=system --disable-static --enable-gui=all
+    --with-expat=system --disable-static --enable-gui=all --enable-bluetooth
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g
 	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 make %{?_smp_mflags} V=1
@@ -167,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/syncevolution/xml/*.pl
 
 %changelog
+* Tue Sep 21 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0.99.6-2
+- Enable bluetooth support. Fixes RHBZ # 612000
+
 * Tue Sep 14 2010 Peter Robinson <pbrobinson at gmail.com> - 1:1.0.99.6-1
 - Update to 1.0.99.6 devel release
 


More information about the scm-commits mailing list