Update to 5.49.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluez-qt?expand=0&rev=112
This commit is contained in:
parent
3622311f02
commit
7c8bb6ffbf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8924ef63a7fba7e2116139cd39c12d380f3d312ae2b341d9f160d26b5fe93791
|
||||
size 74804
|
3
bluez-qt-5.49.0.tar.xz
Normal file
3
bluez-qt-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dab323fedc04b971081ef29bd42003e6e9be3a8c109edcf42594f51f8c1f655
|
||||
size 74804
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 19 09:18:41 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- Update to 5.49.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
|
||||
- Changes since 5.48.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:37:33 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -18,18 +18,18 @@
|
||||
|
||||
%define sonum 6
|
||||
%define _libname KF5BluezQt
|
||||
%define _tar_path 5.48
|
||||
%define _tar_path 5.49
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
Name: bluez-qt
|
||||
Version: 5.48.0
|
||||
Version: 5.49.0
|
||||
Release: 0
|
||||
Summary: Async Bluez wrapper library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: https://projects.kde.org/attica
|
||||
URL: https://projects.kde.org/attica
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
@ -40,7 +40,6 @@ BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.6.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Async Bluez wrapper library.
|
||||
@ -57,8 +56,8 @@ Async Bluez wrapper library.
|
||||
%package imports
|
||||
Summary: Async Bluez wrapper library
|
||||
Group: System/GUI/KDE
|
||||
Supplements: packageand(lib%{_libname}%{sonum}:libQtQuick5)
|
||||
%requires_ge libQtQuick5
|
||||
Supplements: packageand(lib%{_libname}%{sonum}:libQtQuick5)
|
||||
|
||||
%description imports
|
||||
Async Bluez wrapper library.
|
||||
@ -83,10 +82,10 @@ Requires: cmake(Qt5Core) >= 5.6.0
|
||||
Development files for QBluez Async Bluez wrapper library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%_libexecdir/udev"
|
||||
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_libexecdir}/udev"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
@ -94,26 +93,23 @@ Development files for QBluez Async Bluez wrapper library.
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n lib%{_libname}%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%postun -n lib%{_libname}%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{_libname}%{sonum}
|
||||
%defattr(-,root,root)
|
||||
%doc README* COPYING.LIB
|
||||
%license COPYING.LIB
|
||||
%doc README*
|
||||
%{_libqt5_libdir}/lib%{_libname}*.so.*
|
||||
%{_kf5_debugdir}/bluez.categories
|
||||
|
||||
%files imports
|
||||
%defattr(-,root,root)
|
||||
%doc README* COPYING.LIB
|
||||
%license COPYING.LIB
|
||||
%doc README*
|
||||
%{_kf5_qmldir}/
|
||||
|
||||
%files udev
|
||||
%defattr(-,root,root)
|
||||
%{_libexecdir}/udev/61-kde-bluetooth-rfkill.rules
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_libdir}/cmake/%{_libname}/
|
||||
%{_kf5_libdir}/lib%{_libname}*.so
|
||||
%{_kf5_includedir}/
|
||||
|
Loading…
Reference in New Issue
Block a user