[packages/synce-core] Try to fix bconds
wiget
wiget at pld-linux.org
Fri Jul 20 16:41:56 CEST 2012
commit 3668eaf2b21a314c7dca6b4721b12d85003081da
Author: Artur Frysiak <artur at frysiak.net>
Date: Fri Jul 20 16:40:36 2012 +0200
Try to fix bconds
synce-core.spec | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/synce-core.spec b/synce-core.spec
index b7c84af..183236d 100644
--- a/synce-core.spec
+++ b/synce-core.spec
@@ -1,10 +1,10 @@
# TODO:
-# - check connector-dccm requirements
+# - check connector-(o)dccm requirements
# - bluetooth?
#
# Conditional build:
-%bcond_without dccm # build without dccm file support
-%bcond_without odccm # build without odccm support
+%bcond_with dccm # build without dccm file support
+%bcond_with odccm # build without odccm support
#
Summary: Connection framework and dccm-implementation for WinCE devices
Name: synce-core
@@ -106,11 +106,9 @@ Provides Connection via dccm for WinCE devices.
IFCONFIGPATH=/sbin/ifconfig \
PPPDPATH=/usr/sbin/pppd \
--enable-udev \
-
-# %{!?with_dccm: --disable-dccm-file-support} \
-# %{!?with_odccm: --disable-odccm-support}
-#
-# --enable-bluetooth-support Build in bluetooth support
+ %{__enable_disable dccm dccm-file-support} \
+ %{__enable_disable odccm odccm-support} \
+ --enable-bluetooth-support
%{__make}
More information about the pld-cvs-commit
mailing list