packages: hal/hal.spec - builds now, disable policykit for testing

arekm arekm at pld-linux.org
Wed Jan 20 12:57:46 CET 2010


Author: arekm                        Date: Wed Jan 20 11:57:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- builds now, disable policykit for testing

---- Files affected:
packages/hal:
   hal.spec (1.184 -> 1.185) 

---- Diffs:

================================================================
Index: packages/hal/hal.spec
diff -u packages/hal/hal.spec:1.184 packages/hal/hal.spec:1.185
--- packages/hal/hal.spec:1.184	Wed Jan 20 09:50:37 2010
+++ packages/hal/hal.spec	Wed Jan 20 12:57:40 2010
@@ -156,6 +156,7 @@
 %patch7 -p1
 
 %build
+rm -f acinclude.m4
 %{__gtkdocize}
 %{__libtoolize}
 %{__aclocal}
@@ -166,12 +167,12 @@
 	POLKIT_POLICY_FILE_VALIDATE=%{_bindir}/polkit-policy-file-validate \
 	--%{?with_doc:en}%{!?with_doc:dis}able-docbook-docs \
 	--%{?with_doc:en}%{!?with_doc:dis}able-gtk-doc \
-	--enable-acl-management \
+	%{?with_policykit:--enable-acl-management} \
 	--enable-acpi-ibm \
 	--enable-acpi-toshiba \
 	--enable-console-kit \
 	--enable-parted \
-	%{?with_policykit:--enable-policy-kit} \
+	--%{?!with_policykit:dis}%{?with_policykit:en}able-policy-kit \
 	--enable-sonypic \
 	--enable-umount-helper \
 	--with-cpufreq \
@@ -241,7 +242,7 @@
 %attr(755,root,root) %{_bindir}/hal-find-by-property
 %attr(755,root,root) %{_bindir}/hal-get-property
 %attr(755,root,root) %{_bindir}/hal-is-caller-locked-out
-%attr(755,root,root) %{_bindir}/hal-is-caller-privileged
+%{?with_policykit:%attr(755,root,root) %{_bindir}/hal-is-caller-privileged}
 %attr(755,root,root) %{_bindir}/hal-lock
 %attr(755,root,root) %{_bindir}/hal-set-property
 %attr(755,root,root) %{_bindir}/hal-setup-keymap
@@ -306,6 +307,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.185  2010/01/20 11:57:40  arekm
+- builds now, disable policykit for testing
+
 Revision 1.184  2010/01/20 08:50:37  arekm
 - bcond, untested
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hal/hal.spec?r1=1.184&r2=1.185&f=u



More information about the pld-cvs-commit mailing list