rpms/hal/devel hal.spec,1.70,1.71

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 5 20:27:48 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/hal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31957

Modified Files:
	hal.spec 
Log Message:
- disable fstab-sync
- scripts have been moved from /usr/sbin to /usr/share/hal/scripts



Index: hal.spec
===================================================================
RCS file: /cvs/dist/rpms/hal/devel/hal.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- hal.spec	5 Jan 2006 19:45:23 -0000	1.70
+++ hal.spec	5 Jan 2006 20:27:45 -0000	1.71
@@ -83,13 +83,14 @@
 %patch0 -p1 -b .match-on-capabilities
 %build
 
-%configure --disable-docbook-docs --enable-fstab-sync --with-os-type=redhat --enable-pcmcia-support --with-stab-file=/var/lib/pcmcia/stab
+%configure --disable-docbook-docs --with-os-type=redhat --enable-pcmcia-support --with-stab-file=/var/lib/pcmcia/stab
 make
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT/etc/hotplug.d/default/20-hal.hotplug
 
 %clean
 rm -rf %{buildroot}
@@ -128,14 +129,6 @@
 %{_sysconfdir}/hal/*
 
 %{_sbindir}/hald
-%{_sbindir}/fstab-sync
-%{_sbindir}/hal-luks-remove
-%{_sbindir}/hal-luks-setup
-%{_sbindir}/hal-system-power-hibernate
-%{_sbindir}/hal-system-power-set-power-save
-%{_sbindir}/hal-system-power-suspend
-%{_sbindir}/hal-system-lcd-get-brightness
-%{_sbindir}/hal-system-lcd-set-brightness
 
 %{_bindir}/lshal
 %{_bindir}/hal-get-property
@@ -148,10 +141,10 @@
 
 %{_libdir}/*hal*.so.*
 
-/etc/hotplug.d/default/20-hal.hotplug
-
 %dir %{_datadir}/hal
 %dir %{_datadir}/hal/fdi
+%dir %{_datadir}/hal/scripts
+%{_datadir}/hal/scripts/*
 %{_datadir}/hal/fdi/*
 %{_datadir}/locale/*
 %{_datadir}/man/*
@@ -178,7 +171,8 @@
 %changelog
 * Thu Jan 05 2006 John (J5) Palmieri <johnp at redhat.com> - 0.5.5.1.cvs20060105-1
 - Build CVS version of HAL which gives us the new mount support
-
+- disable fstab-sync
+- scripts have been moved from /usr/sbin to /usr/share/hal/scripts
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com> - 0.5.5.1-2.1
 - rebuilt
 




More information about the fedora-cvs-commits mailing list