forked from pool/bluez-qt
Accepting request 643781 from home:wolfi323:test
- Use %{_udevrulesdir} macro to specify the install directory for udev rules instead of a hard-coded path OBS-URL: https://build.opensuse.org/request/show/643781 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/bluez-qt?expand=0&rev=120
This commit is contained in:
parent
da93adafa8
commit
db00cdfc1b
@ -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>
|
||||
|
||||
|
@ -85,7 +85,7 @@ Development files for QBluez Async Bluez wrapper library.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_libexecdir}/udev/rules.d"
|
||||
%cmake_kf5 -d build -- -DUDEV_RULES_INSTALL_DIR="%{_udevrulesdir}"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
@ -107,7 +107,7 @@ Development files for QBluez Async Bluez wrapper library.
|
||||
%{_kf5_qmldir}/
|
||||
|
||||
%files udev
|
||||
%{_libexecdir}/udev/rules.d/61-kde-bluetooth-rfkill.rules
|
||||
%{_udevrulesdir}/61-kde-bluetooth-rfkill.rules
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/cmake/%{_libname}/
|
||||
|
Loading…
Reference in New Issue
Block a user