SHA256
1
0
forked from pool/bluez-qt

Accepting request 311850 from KDE:Frameworks5

Update to 5.11

OBS-URL: https://build.opensuse.org/request/show/311850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2015-06-23 10:05:25 +00:00 committed by Git OBS Bridge
commit cc080ec58f
4 changed files with 18 additions and 10 deletions

3
bluez-qt-5.11.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3bfe021f1cf7b822387c9f11a8d6a86dd1a9b4b301fb564a67e2964b8cb92c7
size 72800

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:149c6776e89f33c25a05ccab171e82e5bef1ba576bb9026522af1b37ebf2258e
size 62492

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jun 7 19:07:06 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
-------------------------------------------------------------------
Fri May 22 15:29:20 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -16,20 +16,19 @@
#
%define sonum 5
%define rname bluez-qt
%define sonum 6
%define _libname KF5BluezQt
%define _tar_path 5.11
Name: bluez-qt
Version: 5.3.1
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
@ -44,6 +43,8 @@ Async Bluez wrapper library.
%package -n lib%{_libname}%{sonum}
Summary: Async Bluez wrapper library - development files
Group: System/GUI/KDE
# KUF only due to version number overlapping
Obsoletes: lib%{_libname}5
%description -n lib%{_libname}%{sonum}
Async Bluez wrapper library.
@ -76,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"