Browse Source

remove pandoc and man

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 7 months ago
parent
commit
6f06e9a7ee
  1. 5
      SPECS/yt-dlp.spec

5
SPECS/yt-dlp.spec

@ -80,7 +80,8 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{


%build %build
# Docs and shell completions # 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. # Docs and shell completions are also included in the wheel.
%pyproject_wheel %pyproject_wheel
@ -97,7 +98,7 @@ make yt-dlp.1 completion-bash completion-zsh completion-fish


%files -f %{pyproject_files} %files -f %{pyproject_files}
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1* #%{_mandir}/man1/%{name}.1*
%doc README.md %doc README.md
%license LICENSE %license LICENSE



Loading…
Cancel
Save