From e404fa4b808f3b4a30201ee2dc61fef62b6f2147 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 19 Dec 2020 00:25:06 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- help2man.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/help2man.spec b/help2man.spec index 71d4293..ab1d7aa 100644 --- a/help2man.spec +++ b/help2man.spec @@ -21,6 +21,7 @@ BuildRequires: perl(POSIX) BuildRequires: perl(Text::ParseWords) BuildRequires: perl(Text::Tabs) BuildRequires: perl(strict) +BuildRequires: make %{?with_nls:BuildRequires: perl(Locale::gettext) /usr/bin/msgfmt} %{?with_nls:BuildRequires: perl(Encode)} %{?with_nls:BuildRequires: perl(I18N::Langinfo)}