strace.spec.in: include Bluetooth headers for AF_BLUETOOTH sockets decoding

* strace.spec.in (BuildRequires): Add pkgconfig(bluez).
This commit is contained in:
Lubomir Rintel 2017-11-22 13:04:35 +01:00 committed by Dmitry V. Levin
parent 9cbb505f9f
commit f5dc264d9d

View File

@ -6,6 +6,9 @@ License: BSD
Group: Development/Debuggers
URL: https://strace.io
Source: https://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
%if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200
BuildRequires: pkgconfig(bluez)
%endif
%if 0%{?fedora} >= 20 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1300
%define buildrequires_libunwind_devel BuildRequires: libunwind-devel
%endif