SPECS: k3b.spec - bcond without hal

charles charles at pld-linux.org
Thu Jun 29 06:59:46 CEST 2006


Author: charles                      Date: Thu Jun 29 04:59:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond without hal

---- Files affected:
SPECS:
   k3b.spec (1.132 -> 1.133) 

---- Diffs:

================================================================
Index: SPECS/k3b.spec
diff -u SPECS/k3b.spec:1.132 SPECS/k3b.spec:1.133
--- SPECS/k3b.spec:1.132	Fri Jun 23 15:24:20 2006
+++ SPECS/k3b.spec	Thu Jun 29 06:59:41 2006
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_with	linux22		# building on kernel 2.2.x
 %bcond_with	reqs		# force optional Requires
+%bcond_without	hal		# build without hal support
 %bcond_without	resmgr		# build without ResMgr support
 %bcond_without	setup		# don't build K3bSetup2 KControl Module
 #
@@ -29,7 +30,7 @@
 BuildRequires:	ffmpeg-devel >= 0.4.9
 BuildRequires:	flac-devel >= 1.1.2
 BuildRequires:	gettext-devel
-BuildRequires:	hal-devel >= 0.4
+%{?with_hal:BuildRequires:	hal-devel >= 0.4}
 BuildRequires:	kdelibs-devel >= %{_kdever}
 BuildRequires:	lame-libs-devel
 BuildRequires:	libgsm-devel
@@ -301,6 +302,7 @@
 	%{!?debug:--disable-rpath} \
 	%{!?with_setup:--with-k3bsetup=no} \
 	--with-qt-libraries=%{_libdir} \
+	%{!?with_hal:--without-hal} \
 	%{!?with_resmgr:--without-resmgr}
 
 %{__make}
@@ -463,6 +465,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.133  2006/06/29 04:59:41  charles
+- bcond without hal
+
 Revision 1.132  2006/06/23 13:24:20  wolf
 - 0.12.16
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/k3b.spec?r1=1.132&r2=1.133&f=u



More information about the pld-cvs-commit mailing list