dzickus pushed to bluez (f21). "Package gatttool (#1141909)."

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Mar 25 21:19:51 UTC 2015


>From 8d105e82c349c7c16e904d982c2fecc1ba93d72e Mon Sep 17 00:00:00 2001
From: Eric Smith <brouhaha at fedoraproject.org>
Date: Thu, 30 Oct 2014 17:23:28 -0600
Subject: Package gatttool (#1141909).


diff --git a/bluez.spec b/bluez.spec
index 4fd49e3..095eef3 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -3,7 +3,7 @@
 Summary: Bluetooth utilities
 Name: bluez
 Version: 5.23
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.bluez.org/
@@ -63,6 +63,7 @@ Utilities for use in Bluetooth applications:
 	- hcidump
 	- l2test
 	- rctest
+	- gatttool
 	- start scripts (Red Hat)
 	- pcmcia configuration files
 
@@ -142,6 +143,11 @@ make %{?_smp_mflags} V=1
 %install
 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
 find $RPM_BUILD_ROOT -name '*.la' -delete
 
@@ -190,6 +196,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
 %{_bindir}/hcidump
 %{_bindir}/l2test
 %{_bindir}/mpris-proxy
+%{_bindir}/gatttool
 %{_bindir}/rctest
 %{_mandir}/man1/ciptool.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
 
 %changelog
+* Thu Oct 30 2014 Eric Smith <brouhaha at fedorapeople.org> 5.23-2
+- Install gatttool and mpris-proxy
+
 * Tue Sep 23 2014 Bastien Nocera <bnocera at redhat.com> 5.23-1
 - Update to 5.23
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/bluez.git/commit/?h=f21&id=8d105e82c349c7c16e904d982c2fecc1ba93d72e


More information about the scm-commits mailing list