Compare commits
No commits in common. "030f84d71d3f5dd1524586e77372befce6f104ea" and "6307d03a64242dfbd72b41b423be14ea30da7a1c" have entirely different histories.
030f84d71d
...
6307d03a64
Binary file not shown.
BIN
bluez-qt-5.90.0.tar.xz
Normal file
BIN
bluez-qt-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -3,15 +3,20 @@
|
|||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Summary: A Qt wrapper for Bluez
|
Summary: A Qt wrapper for Bluez
|
||||||
Version: 5.113.0
|
Version: 5.90.0
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global majmin %majmin_ver_kf5
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
||||||
%global stable %stable_kf5
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
%if %{revision} >= 50
|
||||||
|
%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}
|
||||||
@ -22,18 +27,26 @@ 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
|
||||||
@ -70,6 +83,7 @@ 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
|
||||||
@ -77,21 +91,6 @@ 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