From cd0029fd97cab55a2addbbe131d15322398d622e Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 8 Jan 2021 13:48:25 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Import-Into.git#7148ec27736d8854a3a6ca157beed35df0c9d36a --- perl-Import-Into.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/perl-Import-Into.spec b/perl-Import-Into.spec index 061f639..33ab102 100644 --- a/perl-Import-Into.spec +++ b/perl-Import-Into.spec @@ -1,19 +1,21 @@ Name: perl-Import-Into Version: 1.002005 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Import packages into other packages License: GPL+ or Artistic URL: https://metacpan.org/release/Import-Into Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz BuildArch: noarch # Module Build -BuildRequires: perl-interpreter +BuildRequires: coreutils +BuildRequires: make BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 -BuildRequires: perl(strict) -BuildRequires: perl(warnings) # Module Runtime BuildRequires: perl(Module::Runtime) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(base) BuildRequires: perl(Exporter) @@ -30,12 +32,12 @@ any package to import it into another package. %setup -q -n Import-Into-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1 -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=%{buildroot} -%{_fixperms} %{buildroot} +%{make_install} +%{_fixperms} -c %{buildroot} %check make test @@ -46,6 +48,10 @@ make test %{_mandir}/man3/Import::Into.3* %changelog +* Fri Jan 8 2021 Paul Howarth - 1.002005-16 +- Use %%{make_build} and %%{make_install} +- Fix permissions verbosely + * Tue Jul 28 2020 Fedora Release Engineering - 1.002005-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild