Accepting request 643784 from KDE:Frameworks5
- Use %{_udevrulesdir} macro to specify the install directory for udev rules instead of a hard-coded path (forwarded request 643781 from wolfi323) OBS-URL: https://build.opensuse.org/request/show/643784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez-qt?expand=0&rev=44
This commit is contained in:
commit
ead3516d73
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 22 17:15:56 UTC 2018 - wbauer@tmo.at
|
||||||
|
|
||||||
|
- Use %{_udevrulesdir} macro to specify the install directory for
|
||||||
|
udev rules instead of a hard-coded path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 19 18:08:33 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>
|
Fri Oct 19 18:08:33 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ Development files for QBluez Async Bluez wrapper library.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_libexecdir}/udev/rules.d"
|
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}"
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -107,7 +107,7 @@ Development files for QBluez Async Bluez wrapper library.
|
|||||||
%{_kf5_qmldir}/
|
%{_kf5_qmldir}/
|
||||||
|
|
||||||
%files udev
|
%files udev
|
||||||
%{_libexecdir}/udev/rules.d/61-kde-bluetooth-rfkill.rules
|
%{_udevrulesdir}/61-kde-bluetooth-rfkill.rules
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_libdir}/cmake/%{_libname}/
|
%{_kf5_libdir}/cmake/%{_libname}/
|
||||||
|
Loading…
Reference in New Issue
Block a user