[virt-top] - Really force rebuild of man page by using -f - perldoc(1) moved from perl to perl(Pod::Perldoc)

Robert Scheck robert at fedoraproject.org
Sun Jan 15 19:11:40 UTC 2012


commit f63f37836601d89ccac0bcc0ad748522e59652cb
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Jan 15 20:11:13 2012 +0100

    - Really force rebuild of man page by using -f
    - perldoc(1) moved from perl to perl(Pod::Perldoc)

 virt-top.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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
 
 


More information about the scm-commits mailing list