From 9d64bee67c6a45fa65b36e89dce82dc95458f0fa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 12 Feb 2018 21:01:15 +0100 Subject: [PATCH] add missing dependency for man page generation Signed-off-by: Igor Gnatenko --- rust-ripgrep.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index 112ba95..ae07318 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -39,6 +39,7 @@ BuildRequires: (crate(termcolor) >= 0.3.4 with crate(termcolor) < 0.4.0) # [build-dependencies] BuildRequires: ((crate(clap) >= 2.29.4 with crate(clap) < 3.0.0) with crate(clap/suggestions) with crate(clap/color)) BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0) +BuildRequires: %{_bindir}/a2x %description %{summary}.