From 9d6f74b4199c9f9f9d8ff82f6e30eac61921a0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 10:46:14 +0200 Subject: [PATCH] Mandatory Perl build-requires added --- perl-ExtUtils-PkgConfig.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index 72e18e4..7511f82 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -10,6 +10,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgCon BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: pkgconfig +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))