Compare commits
10 Commits
6307d03a64
...
030f84d71d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
030f84d71d | ||
|
|
bd22594a72 | ||
|
|
c2d5974a43 | ||
|
|
e6ce7a5295 | ||
|
|
353c585f9a | ||
|
|
3f05751163 | ||
|
|
8d52874702 | ||
|
|
79f8fa901d | ||
|
|
4eac01c293 | ||
|
|
fcb3974453 |
BIN
bluez-qt-5.113.0.tar.xz
Normal file
BIN
bluez-qt-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -3,20 +3,15 @@
|
|||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Summary: A Qt wrapper for Bluez
|
Summary: A Qt wrapper for Bluez
|
||||||
Version: 5.90.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
%global majmin %majmin_ver_kf5
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global stable %stable_kf5
|
||||||
%if %{revision} >= 50
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules >= %{version}
|
BuildRequires: extra-cmake-modules >= %{version}
|
||||||
BuildRequires: kf5-rpm-macros >= %{version}
|
BuildRequires: kf5-rpm-macros >= %{version}
|
||||||
@ -27,26 +22,18 @@ BuildRequires: qt5-qtdeclarative-devel
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
Requires: kf5-filesystem >= %{version}
|
Requires: kf5-filesystem >= %{version}
|
||||||
%if 0%{?fedora} > 22
|
|
||||||
Recommends: bluez >= 5
|
Recommends: bluez >= 5
|
||||||
%else
|
|
||||||
Requires: bluez >= 5
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?fedora} >= 22
|
|
||||||
## libbluedevil 5.2.2 was the last release
|
## libbluedevil 5.2.2 was the last release
|
||||||
Obsoletes: libbluedevil < 5.2.90
|
Obsoletes: libbluedevil < 5.2.90
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BluezQt is Qt-based library written handle all Bluetooth functionality.
|
BluezQt is Qt-based library written handle all Bluetooth functionality.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
%if 0%{?fedora} >= 22
|
|
||||||
## libbluedevil 5.2.2 was the last release
|
## libbluedevil 5.2.2 was the last release
|
||||||
Obsoletes: libbluedevil-devel < 5.2.90
|
Obsoletes: libbluedevil-devel < 5.2.90
|
||||||
%endif
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: qt5-qtbase-devel
|
Requires: qt5-qtbase-devel
|
||||||
%description devel
|
%description devel
|
||||||
@ -83,7 +70,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_includedir}/BluezQt/
|
%{_kf5_includedir}/BluezQt/
|
||||||
%{_kf5_includedir}/bluezqt_version.h
|
|
||||||
%{_kf5_libdir}/libKF5BluezQt.so
|
%{_kf5_libdir}/libKF5BluezQt.so
|
||||||
%{_kf5_libdir}/cmake/KF5BluezQt/
|
%{_kf5_libdir}/cmake/KF5BluezQt/
|
||||||
%{_kf5_libdir}/pkgconfig/KF5BluezQt.pc
|
%{_kf5_libdir}/pkgconfig/KF5BluezQt.pc
|
||||||
@ -91,6 +77,21 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 11 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
||||||
- update upstream version 5.90.0
|
- update upstream version 5.90.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user