Browse Source

remove all man requirement

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 5 months ago
parent
commit
f7512307b2
  1. 4
      SPECS/youtube-dl.spec

4
SPECS/youtube-dl.spec

@ -14,7 +14,7 @@ BuildRequires: python%{python3_pkgversion}-setuptools
Requires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-setuptools
# Tests failed because of no connection in Koji. # Tests failed because of no connection in Koji.
BuildArch: noarch BuildArch: noarch
BuildRequires: pandoc #BuildRequires: pandoc
BuildRequires: make BuildRequires: make
# https://bugzilla.redhat.com/show_bug.cgi?id=1951630 # https://bugzilla.redhat.com/show_bug.cgi?id=1951630
Recommends: AtomicParsley Recommends: AtomicParsley
@ -70,7 +70,7 @@ install -Dpm644 youtube-dl.fish %{buildroot}%{_datadir}/fish/vendor_functions.d/
%{python3_sitelib}/youtube_dl*.egg-info %{python3_sitelib}/youtube_dl*.egg-info
%license LICENSE %license LICENSE
%{_bindir}/%{name} %{_bindir}/%{name}
%{_mandir}/man1/%{name}.1* #%{_mandir}/man1/%{name}.1*
%config(noreplace) %{_sysconfdir}/%{name}.conf %config(noreplace) %{_sysconfdir}/%{name}.conf
# Bash completions # Bash completions
# %%{_datadir}/bash-completion/completions is owned by `filesystem`. # %%{_datadir}/bash-completion/completions is owned by `filesystem`.

Loading…
Cancel
Save