From c80b3ce78bf6bf9d985e752a166b4e1831d26e4e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 6 Oct 2016 13:44:30 +0100 Subject: [PATCH] BR perl (https://fedoraproject.org/wiki/Packaging:Perl#Build_Dependencies) Original build error was: for linkfile in `find -type f -name "*.links"`; do \ perl create-links.pl /builddir/build/BUILDROOT/man-pages-pl-0.6-5.fc25.riscv64//usr/share/man/pl $linkfile; \ done /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found /bin/sh: line 1: perl: command not found Makefile:28: recipe for target 'install' failed make: *** [install] Error 127 error: Bad exit status from /var/tmp/rpm-tmp.YGANu2 (%install) --- man-pages.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man-pages.spec b/man-pages.spec index 6444086..2a93478 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -7,7 +7,7 @@ Summary: Linux kernel and C library user-space interface documentation Name: man-pages Version: 4.07 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE Group: Documentation URL: http://www.kernel.org/doc/man-pages/ @@ -23,6 +23,8 @@ Conflicts: attr < 2.4.47-11 Autoreq: false BuildArch: noarch +BuildRequires: perl + ## Patches ## # POSIX man pages @@ -76,6 +78,9 @@ popd %{_mandir}/man*/* %changelog +* Thu Oct 06 2016 Richard W.M. Jones - 4.07-2 +- BR perl (https://fedoraproject.org/wiki/Packaging:Perl#Build_Dependencies) + * Thu Jul 28 2016 Nikola Forró - 4.07-1 - update to 4.07 resolves #1358060