forked from pool/bluez-qt
This commit is contained in:
parent
4aff9b7f0c
commit
227c3d50e2
@ -58,6 +58,14 @@ Supplements: packageand(lib%{_libname}%{sonum}:libQtQuick5)
|
|||||||
Async Bluez wrapper library.
|
Async Bluez wrapper library.
|
||||||
QML imports.
|
QML imports.
|
||||||
|
|
||||||
|
%package udev
|
||||||
|
Summary: bluez-qt integration with udev
|
||||||
|
Group: System/Base
|
||||||
|
|
||||||
|
%description udev
|
||||||
|
Async Bluez wrapper library.
|
||||||
|
Udev rules.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Async Bluez wrapper library - development files
|
Summary: Async Bluez wrapper library - development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -71,7 +79,7 @@ Development files for QBluez Async Bluez wrapper library.
|
|||||||
%setup -q -n %{rname}-%{version}
|
%setup -q -n %{rname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%_libexecdir/udev"
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -92,6 +100,10 @@ Development files for QBluez Async Bluez wrapper library.
|
|||||||
%doc README* COPYING.LIB
|
%doc README* COPYING.LIB
|
||||||
%{_kf5_qmldir}/
|
%{_kf5_qmldir}/
|
||||||
|
|
||||||
|
%files udev
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libexecdir}/udev/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_libdir}/cmake/%{_libname}/
|
%{_kf5_libdir}/cmake/%{_libname}/
|
||||||
|
Loading…
Reference in New Issue
Block a user