commit 77a46afb7a24e693bdd8d5feb7a79e3ac16a0d2e
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sat Jun 29 14:21:48 2019 -0500
Conditionally include wii remote files as Fedora 31 has dropped support
kodi.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index 0b16173..4583d3b 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -464,10 +464,14 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%{_datadir}/pixmaps/kodi/*.png
%{_bindir}/kodi-ps3remote
%{_bindir}/kodi-send
+%if 0%{?_with_cwiid}
%{_bindir}/kodi-wiiremote
+%endif
%{_mandir}/man1/kodi-ps3remote.1.gz
%{_mandir}/man1/kodi-send.1.gz
+%if 0%{?_with_cwiid}
%{_mandir}/man1/kodi-wiiremote.1.gz
+%endif
%files eventclients-devel
Show replies by date