From 498fa2ca8a869f8a39f81995b987841265a0bcf4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:05:07 +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-Encode-EUCJPASCII.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Encode-EUCJPASCII.spec b/perl-Encode-EUCJPASCII.spec index 0928b2a..16485f6 100644 --- a/perl-Encode-EUCJPASCII.spec +++ b/perl-Encode-EUCJPASCII.spec @@ -6,7 +6,6 @@ License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Encode-EUCJPASCII/ Source0: http://www.cpan.org/modules/by-module/Encode/Encode-EUCJPASCII-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod)