From 7753d9be8da263cb006ecf09d2713174c10e3dde Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:10:41 +0100 Subject: [PATCH] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- perl-Params-Coerce.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Params-Coerce.spec b/perl-Params-Coerce.spec index 2bab76d..cf444c5 100644 --- a/perl-Params-Coerce.spec +++ b/perl-Params-Coerce.spec @@ -9,7 +9,6 @@ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Coerce-%{versi # Fix building on Perl without "." in @INC, CPAN RT#121730 Patch0: Params-Coerce-0.14-Fix-building-on-Perl-without-.-in-INC.patch BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRequires: perl-generators BuildRequires: perl(Carp) BuildRequires: perl(Cwd)