This commit is contained in:
parent
97edffd92e
commit
8e53b690c4
3
bluez-qt-5.11.0.tar.xz
Normal file
3
bluez-qt-5.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3bfe021f1cf7b822387c9f11a8d6a86dd1a9b4b301fb564a67e2964b8cb92c7
|
||||
size 72800
|
@ -17,19 +17,18 @@
|
||||
|
||||
|
||||
%define sonum 6
|
||||
%define rname bluez-qt
|
||||
%define _libname KF5BluezQt
|
||||
|
||||
%define _tar_path 5.11
|
||||
Name: bluez-qt
|
||||
Version: 5.3.90
|
||||
Version: 5.11.0
|
||||
Release: 0
|
||||
Summary: Async Bluez wrapper library
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/attica
|
||||
Source: %{rname}-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
||||
@ -78,7 +77,7 @@ Requires: pkgconfig(Qt5Core) >= 5.4.0
|
||||
Development files for QBluez Async Bluez wrapper library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{rname}-%{version}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%_libexecdir/udev"
|
||||
|
Loading…
Reference in New Issue
Block a user