110 lines
2.7 KiB
RPMSpec
110 lines
2.7 KiB
RPMSpec
%undefine __cmake_in_source_build
|
|
%global framework bluez-qt
|
|
|
|
Name: kf5-%{framework}
|
|
Summary: A Qt wrapper for Bluez
|
|
Version: 5.100.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
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
# For %%{_udevrulesdir}
|
|
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
|
|
Development files for %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version}
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} .. \
|
|
-DUDEV_RULES_INSTALL_DIR:PATH="%{_udevrulesdir}"
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSES/*.txt
|
|
%{_kf5_datadir}/qlogging-categories5/*categories
|
|
%{_libdir}/libKF5BluezQt.so.*
|
|
%{_kf5_qmldir}/org/kde/bluezqt/
|
|
%{_udevrulesdir}/61-kde-bluetooth-rfkill.rules
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/BluezQt/
|
|
%{_kf5_libdir}/libKF5BluezQt.so
|
|
%{_kf5_libdir}/cmake/KF5BluezQt/
|
|
%{_kf5_libdir}/pkgconfig/KF5BluezQt.pc
|
|
%{_qt5_archdatadir}/mkspecs/modules/qt_BluezQt.pri
|
|
|
|
|
|
%changelog
|
|
* 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 to upstream version 5.90.0
|
|
|
|
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
|
- update to upstream version 5.88.0
|
|
|
|
* Fri Feb 5 2021 lvhan <lvhan@kylinos.cn> - 5.55.0-1
|
|
- Init package for openEuler
|