Package gatttool (#1141909).

This commit is contained in:
Eric Smith 2014-10-30 17:23:28 -06:00
parent 0401767c62
commit 79258ee66c

View File

@ -3,7 +3,7 @@
Summary: Bluetooth utilities Summary: Bluetooth utilities
Name: bluez Name: bluez
Version: 5.23 Version: 5.23
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://www.bluez.org/ URL: http://www.bluez.org/
@ -63,6 +63,7 @@ Utilities for use in Bluetooth applications:
- hcidump - hcidump
- l2test - l2test
- rctest - rctest
- gatttool
- start scripts (Red Hat) - start scripts (Red Hat)
- pcmcia configuration files - pcmcia configuration files
@ -142,6 +143,11 @@ make %{?_smp_mflags} V=1
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
# "make install" fails to install gatttool, necessary for Bluetooth Low Energy
# Red Hat Bugzilla bug #1141909
# Debian bug #720486
install -m0755 attrib/gatttool $RPM_BUILD_ROOT%{_bindir}
# Remove autocrap and libtool droppings # Remove autocrap and libtool droppings
find $RPM_BUILD_ROOT -name '*.la' -delete find $RPM_BUILD_ROOT -name '*.la' -delete
@ -190,6 +196,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
%{_bindir}/hcidump %{_bindir}/hcidump
%{_bindir}/l2test %{_bindir}/l2test
%{_bindir}/mpris-proxy %{_bindir}/mpris-proxy
%{_bindir}/gatttool
%{_bindir}/rctest %{_bindir}/rctest
%{_mandir}/man1/ciptool.1.gz %{_mandir}/man1/ciptool.1.gz
%{_mandir}/man1/hcitool.1.gz %{_mandir}/man1/hcitool.1.gz
@ -232,6 +239,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
/lib/udev/rules.d/97-hid2hci.rules /lib/udev/rules.d/97-hid2hci.rules
%changelog %changelog
* Thu Oct 30 2014 Eric Smith <brouhaha@fedorapeople.org> 5.23-2
- Install gatttool and mpris-proxy
* Tue Sep 23 2014 Bastien Nocera <bnocera@redhat.com> 5.23-1 * Tue Sep 23 2014 Bastien Nocera <bnocera@redhat.com> 5.23-1
- Update to 5.23 - Update to 5.23