[packages/synce-connector] Disabled odccm (reuires HAL)

baggins baggins at pld-linux.org
Fri Jul 20 11:51:27 CEST 2012


commit 427bb04ab4b65bd297eb2f759545e1641bf36468
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Jul 20 11:50:49 2012 +0200

    Disabled odccm (reuires  HAL)

 synce-connector.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/synce-connector.spec b/synce-connector.spec
index e1d35d1..0d96d14 100644
--- a/synce-connector.spec
+++ b/synce-connector.spec
@@ -7,7 +7,7 @@
 %bcond_without	dccm	# build without dccm file support
 %bcond_with	hal	# build without HAL support
 %bcond_without	udev	# build without UDEV support
-%bcond_without	odccm	# build without odccm support
+%bcond_with	odccm	# build without odccm support
 
 # UDEV disables HAL
 %if %{with udev}
@@ -65,7 +65,7 @@ Group:		Applications/System
 Requires:	%{name} = %{version}-%{release}
 Requires:	synce-odccm
 
-%description -n synce-connector-odccm
+%description odccm
 Provides Connection via odccm for WinCE devices.
 
 %package dccm
@@ -95,13 +95,14 @@ UDEVADMPATH=/sbin/udevadm \
 %configure \
 	%{?with_udev:--enable-udev} \
 	%{!?with_udev:--disable-udev} \
+	%{!?with_odccm:--disable-odccm-support} \
 %if %{with hal}
 	--with-hal-addon-dir=%{_libdir}/hal/scripts
+%else
+	--disable-hal-support
 %endif
 
 #	%{!?with_dccm: --disable-dccm-file-support} \
-#	%{!?with_hal: --disable-hal-support} \
-#	%{!?with_odccm: --disable-odccm-support}
 #
 #  --enable-bluetooth-support Build in bluetooth support
 


More information about the pld-cvs-commit mailing list