[packages/synce-core] Remove dbus bcond

wiget wiget at pld-linux.org
Fri Jul 20 16:41:41 CEST 2012


commit 195d78a59a0270b68923c9a511392b4d3e3d9451
Author: Artur Frysiak <artur at frysiak.net>
Date:   Fri Jul 20 16:33:25 2012 +0200

    Remove dbus bcond

 synce-core.spec | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/synce-core.spec b/synce-core.spec
index fd2d8d6..aa09396 100644
--- a/synce-core.spec
+++ b/synce-core.spec
@@ -3,14 +3,9 @@
 # - bluetooth?
 #
 # Conditional build:
-%bcond_without	dbus	# build without DBus support
 %bcond_without	dccm	# build without dccm file support
 %bcond_without	odccm	# build without odccm support
-
-%if %{without dbus}
-%undefine	with_odccm
-%endif
-
+#
 Summary:	Connection framework and dccm-implementation for WinCE devices
 Name:		synce-core
 Version:	0.16
@@ -22,7 +17,7 @@ Source0:	http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz
 URL:		http://www.synce.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake >= 1.4
-%{?with_dbus:BuildRequires:	dbus-glib-devel >= 0.60}
+BuildRequires:	dbus-glib-devel >= 0.60
 BuildRequires:	gnet-devel
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
@@ -59,8 +54,8 @@ Summary:	Header files for libsynce library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libsynce
 Group:		Development/Libraries
 Requires:	%{name}-lib = %{version}-%{release}
-%{?with_dbus:Requires:	dbus-devel}
-%{?with_dbus:Requires:	dbus-glib-devel}
+Requires:	dbus-devel
+Requires:	dbus-glib-devel
 Obsoletes:	synce-libsynce-devel
 
 %description lib-devel


More information about the pld-cvs-commit mailing list