Browse Source

remove all man requirement

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

Loading…
Cancel
Save