commit 3f5ecaa5d8ada346d21fa57e7876b4e2f03dc8b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 21:27:41 2020 +0000
add bash-completion
mpv.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 8fe2385..bcd671c 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -157,6 +157,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t
%{buildroot}%{_docdir}
%license LICENSE.GPL LICENSE.LGPL Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/bash-completion/
+%dir %{_datadir}/bash-completion/completions/
+%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
%{_datadir}/zsh/site-functions/_mpv
%{_mandir}/man1/%{name}.*
Show replies by date