SPECS: bluez-utils.spec - rel 3

arekm arekm at pld-linux.org
Fri Apr 28 20:47:05 CEST 2006


Author: arekm                        Date: Fri Apr 28 18:47:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3

---- Files affected:
SPECS:
   bluez-utils.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/bluez-utils.spec
diff -u SPECS/bluez-utils.spec:1.36 SPECS/bluez-utils.spec:1.37
--- SPECS/bluez-utils.spec:1.36	Fri Feb 24 16:20:04 2006
+++ SPECS/bluez-utils.spec	Fri Apr 28 20:47:00 2006
@@ -1,11 +1,9 @@
 # $Revision$, $Date$
-# TODO:
-# - check init script, add support for rfcomm bind on startup
 Summary:	Bluetooth utilities
 Summary(pl):	Narzędzia Bluetooth
 Name:		bluez-utils
 Version:	2.25
-Release:	2
+Release:	3
 Epoch:		0
 License:	GPL v2
 Group:		Applications/System
@@ -13,6 +11,8 @@
 # Source0-md5:	ae3729ab5592be06ed01b973d4b3e9fe
 Source1:	%{name}.init
 Source2:	%{name}.sysconfig
+Source3:	%{name}-udev.rules
+Source4:	%{name}-udev.script
 Patch0:		%{name}-etc_dir.patch
 URL:		http://bluez.sourceforge.net/
 BuildRequires:	autoconf
@@ -103,6 +103,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
+install -d $RPM_BUILD_ROOT{/etc/udev/rules.d/70-bluetooth.rules,/lib/udev/bluetooth.sh}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
@@ -110,6 +111,8 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/udev/rules.d/70-bluetooth.rules
+install %{SOURCE4} $RPM_BUILD_ROOT/lib/udev/bluetooth.sh
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -145,6 +148,8 @@
 %files init
 %defattr(644,root,root,755)
 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
+%attr(755,root,root) /lib/udev/bluetooth.sh
+%config(noreplace) %verify(not md5 mtime size) /etc/udev/rules.d/70-bluetooth.rules
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -152,6 +157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2006/04/28 18:47:00  arekm
+- rel 3
+
 Revision 1.36  2006/02/24 15:20:04  glen
 - use %service
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bluez-utils.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list