[youtube-dl] pandoc is not in %arm.

Christopher Meng cicku at fedoraproject.org
Thu Oct 10 09:38:20 UTC 2013


commit ce37fa2e0cf3c78585072ab0e5907adfaaeece56
Author: Christopher Meng <rpm at cicku.me>
Date:   Thu Oct 10 17:37:25 2013 +0800

    pandoc is not in %arm.

 youtube-dl.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list