From 5356e6c9b1fcc193eb0da33a138ddbf8cad5e4ef Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 8 Jan 2021 13:53:03 +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-IO-Multiplex.git#f06412a6d97073e5af7c3ba86abc9d191eca9fc0 --- perl-IO-Multiplex.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/perl-IO-Multiplex.spec b/perl-IO-Multiplex.spec index 6bf2c9f..d193009 100644 --- a/perl-IO-Multiplex.spec +++ b/perl-IO-Multiplex.spec @@ -1,14 +1,17 @@ Summary: Manage IO on many file handles Name: perl-IO-Multiplex Version: 1.16 -Release: 17%{?dist} +Release: 18%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/IO-Multiplex -Source0: https://cpan.metacpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz +Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Multiplex-%{version}.tar.gz BuildArch: noarch # Module Build -BuildRequires: perl-interpreter +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime BuildRequires: perl(Carp) @@ -45,10 +48,9 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -%{_fixperms} %{buildroot} +find %{buildroot} -type f -name .packlist -delete +%{_fixperms} -c %{buildroot} %check make test @@ -59,6 +61,14 @@ make test %{_mandir}/man3/IO::Multiplex.3* %changelog +* Fri Jan 8 2021 Paul Howarth - 1.16-18 +- Spec tidy-up + - Use author-independent source URL + - Specify all build dependencies + - Drop redundant buildroot cleaning in %%install section + - Simplify find command using -delete + - Fix permissions verbosely + * Tue Jul 28 2020 Fedora Release Engineering - 1.16-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild