From ce37fa2e0cf3c78585072ab0e5907adfaaeece56 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 10 Oct 2013 17:37:25 +0800 Subject: [PATCH] pandoc is not in %arm. --- youtube-dl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube-dl.spec b/youtube-dl.spec index 2566682..12247a2 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -7,7 +7,9 @@ URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf # Used to generate manpage +%if %{_arch} == x86_64 || %{_arch} == i686 BuildRequires: pandoc +%endif BuildRequires: python # Tests failed because of no connection in Koji. #BuildRequires: python-nose