diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-03-31 21:42:12 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-03-31 21:42:12 +0000 | 
| commit | ae589e848ef11d21ef9882e56dedf0dad7b47b8d (patch) | |
| tree | e2bc2e27133581ba3666342ee2d6ff5d322545c9 /utils.spec | |
| parent | 15ddb98b422f139ab70f03e96b090f9a80f62e2d (diff) | |
Update RPM spec file
Diffstat (limited to 'utils.spec')
| -rw-r--r-- | utils.spec | 13 | 
1 files changed, 12 insertions, 1 deletions
| @@ -28,6 +28,9 @@ Bluetooth utilities (bluez-utils):  	- hciattach  	- hciconfig  	- hcid +	- sdpd +	- sdptool +	- ciptool  	- l2ping  	- start scripts (RedHat)  	- pcmcia configuration files @@ -65,11 +68,19 @@ rm -rf $RPM_BUILD_ROOT  /sbin/hciattach  /sbin/hciconfig  /sbin/hcid +/sbin/sdpd +/bin/sdptool +/bin/ciptool  %{_mandir}/man8/hciattach.8.gz  %{_mandir}/man8/hciconfig.8.gz +%{_mandir}/man5/hcid.conf.5.gz +%{_mandir}/man8/hcid.8.gz +%{_mandir}/man8/sdpd.8.gz  %{_mandir}/man1/hcitool.1.gz -%{_mandir}/man1/l2ping.1.gz +%{_mandir}/man1/sdptool.1.gz +%{_mandir}/man1/ciptool.1.gz  %{_mandir}/man1/rfcomm.1.gz +%{_mandir}/man1/l2ping.1.gz  %{_sysconfdir}/bluetooth/*  %{_sysconfdir}/pcmcia/bluetooth.conf  %{_sysconfdir}/pcmcia/bluetooth | 
