From f63f37836601d89ccac0bcc0ad748522e59652cb Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sun, 15 Jan 2012 20:11:13 +0100 Subject: [PATCH] - Really force rebuild of man page by using -f - perldoc(1) moved from perl to perl(Pod::Perldoc) --- virt-top.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virt-top.spec b/virt-top.spec index f517119..c8746d1 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -36,6 +36,7 @@ BuildRequires: gettext # Non-OCaml BRs. BuildRequires: libvirt-devel BuildRequires: perl +BuildRequires: perl(Pod::Perldoc) BuildRequires: gawk @@ -65,7 +66,7 @@ strip virt-top/virt-top.opt make -C po # Force rebuild of man page. -rm virt-top/virt-top.1 +rm -f virt-top/virt-top.1 make -C virt-top virt-top.1