SPECS: hal.spec - use %service -q for external program in -gphoto
glen
glen at pld-linux.org
Tue Apr 17 08:29:50 CEST 2007
Author: glen Date: Tue Apr 17 06:29:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use %service -q for external program in -gphoto
---- Files affected:
SPECS:
hal.spec (1.132 -> 1.133)
---- Diffs:
================================================================
Index: SPECS/hal.spec
diff -u SPECS/hal.spec:1.132 SPECS/hal.spec:1.133
--- SPECS/hal.spec:1.132 Wed Apr 4 11:49:18 2007
+++ SPECS/hal.spec Tue Apr 17 08:29:44 2007
@@ -1,7 +1,7 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without docs # disable documentation building
+%bcond_without doc # disable documentation building
#
Summary: HAL - Hardware Abstraction Layer
Summary(pl.UTF-8): HAL - abstrakcyjna warstwa dostępu do sprzętu
@@ -27,7 +27,7 @@
BuildRequires: autoconf >= 2.57
BuildRequires: automake
BuildRequires: dbus-glib-devel >= 0.71
-%if %{with docs}
+%if %{with doc}
BuildRequires: docbook-dtd41-sgml
BuildRequires: docbook-dtd412-xml
BuildRequires: docbook-utils
@@ -173,10 +173,10 @@
%{__autoconf}
%{__automake}
%configure \
- %{?with_docs:--enable-docbook-docs} \
- %{!?with_docs:--disable-docbook-docs} \
- %{?with_docs:--enable-doxygen-docs} \
- %{!?with_docs:--disable-doxygen-docs} \
+ %{?with_doc:--enable-docbook-docs} \
+ %{!?with_doc:--disable-docbook-docs} \
+ %{?with_doc:--enable-doxygen-docs} \
+ %{!?with_doc:--disable-doxygen-docs} \
--enable-fstab-sync \
--enable-pcmcia-support \
--enable-selinux \
@@ -240,7 +240,7 @@
%post gphoto
-%service haldaemon restart
+%service -q haldaemon restart
%banner %{name} -e << EOF
WARNING!
hal-gphoto NO LONGER uses special "digicam" group.
@@ -328,6 +328,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.133 2007/04/17 06:29:44 glen
+- use %service -q for external program in -gphoto
+
Revision 1.132 2007/04/04 09:49:18 qboosh
- added parted version to BR
- don't assume man gzipping
@@ -358,7 +361,7 @@
- rel 4; add freeing bugfix
Revision 1.123 2006/12/03 22:36:08 arekm
-rel 3; use policykit; fix libpci detection
+- rel 3; use policykit; fix libpci detection
Revision 1.122 2006/12/03 22:01:51 arekm
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/hal.spec?r1=1.132&r2=1.133&f=u
More information about the pld-cvs-commit
mailing list