From f7512307b2928185e33ab98960dae0a001e87fbd Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 21 Dec 2023 02:29:40 +0100 Subject: [PATCH] remove all man requirement Signed-off-by: Toshaan Bharvani --- SPECS/youtube-dl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/youtube-dl.spec b/SPECS/youtube-dl.spec index 2efb483..5ed2cca 100644 --- a/SPECS/youtube-dl.spec +++ b/SPECS/youtube-dl.spec @@ -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/ %{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`.