diff --git a/SPECS/yt-dlp.spec b/SPECS/yt-dlp.spec index 3b12e37..4fc3591 100644 --- a/SPECS/yt-dlp.spec +++ b/SPECS/yt-dlp.spec @@ -80,7 +80,8 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %build # Docs and shell completions -make yt-dlp.1 completion-bash completion-zsh completion-fish +#make yt-dlp.1 completion-bash completion-zsh completion-fish +make completion-bash completion-zsh completion-fish # Docs and shell completions are also included in the wheel. %pyproject_wheel @@ -97,7 +98,7 @@ make yt-dlp.1 completion-bash completion-zsh completion-fish %files -f %{pyproject_files} %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1* +#%{_mandir}/man1/%{name}.1* %doc README.md %license LICENSE