Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
030f84d71d
!19 Update package to version 5.113.0
From: @jxy_git 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-08 01:04:56 +00:00
jxy_git
bd22594a72 Update package to version 5.113.0 2024-01-03 10:15:30 +08:00
openeuler-ci-bot
c2d5974a43
!16 upgrade to version 5.108.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-08-04 02:08:54 +00:00
leeffo
e6ce7a5295 upgrade to version 5.108.0 2023-08-03 14:46:22 +08:00
openeuler-ci-bot
353c585f9a
!12 Update package to version 5.100.0
From: @liqiuyu123 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-12 07:11:25 +00:00
liqiuyu123
3f05751163 Update package to version 5.100.0 2022-12-09 15:13:22 +08:00
openeuler-ci-bot
8d52874702
!11 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 02:48:03 +00:00
leeffo
79f8fa901d update to upstream version 5.97.0 2022-09-08 10:32:12 +08:00
openeuler-ci-bot
4eac01c293
!9 [sync] PR-8: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-25 13:25:42 +00:00
jxy_git
fcb3974453 update to upstream version 5.95.0
(cherry picked from commit c0ee0356c981e5e6e8084388d5d5f17bed5c2406)
2022-07-25 17:02:38 +08:00
3 changed files with 20 additions and 19 deletions

BIN
bluez-qt-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -3,20 +3,15 @@
Name: kf5-%{framework}
Summary: A Qt wrapper for Bluez
Version: 5.90.0
Release: 1
Version: 5.113.0
Release: 1
License: LGPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-rpm-macros >= %{version}
@ -27,26 +22,18 @@ BuildRequires: qt5-qtdeclarative-devel
BuildRequires: systemd
Requires: kf5-filesystem >= %{version}
%if 0%{?fedora} > 22
Recommends: bluez >= 5
%else
Requires: bluez >= 5
%endif
%if 0%{?fedora} >= 22
## libbluedevil 5.2.2 was the last release
Obsoletes: libbluedevil < 5.2.90
%endif
%description
BluezQt is Qt-based library written handle all Bluetooth functionality.
%package devel
Summary: Development files for %{name}
%if 0%{?fedora} >= 22
## libbluedevil 5.2.2 was the last release
Obsoletes: libbluedevil-devel < 5.2.90
%endif
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: qt5-qtbase-devel
%description devel
@ -83,7 +70,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files devel
%{_kf5_includedir}/BluezQt/
%{_kf5_includedir}/bluezqt_version.h
%{_kf5_libdir}/libKF5BluezQt.so
%{_kf5_libdir}/cmake/KF5BluezQt/
%{_kf5_libdir}/pkgconfig/KF5BluezQt.pc
@ -91,6 +77,21 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Wed Jan 03 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.113.0-1
- Update package to version 5.113.0
* Thu Aug 03 2023 leeffo <liweiganga@uniontech.com> - 5.108.0-1
- upgrade to version 5.108.0
* Fri Dec 09 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
- Update package to version 5.100.0
* Thu Sep 08 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0
* Tue Jul 05 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Fri Feb 11 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
- update upstream version 5.90.0