From 619ab083c2afa4945ad8597804e0d315b6b47a85 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Feb 24 2020 12:53:16 +0000 Subject: Modernize spec --- diff --git a/perl-IO-Pipely.spec b/perl-IO-Pipely.spec index b01003d..9d684d0 100644 --- a/perl-IO-Pipely.spec +++ b/perl-IO-Pipely.spec @@ -1,13 +1,14 @@ Name: perl-IO-Pipely Version: 0.005 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Portably create pipe() or pipe-like handles, one way or another License: GPL+ or Artistic URL: https://metacpan.org/release/IO-Pipely Source0: https://cpan.metacpan.org/authors/id/R/RC/RCAPUTO/IO-Pipely-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl-interpreter +BuildRequires: make BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(base) >= 2.18 BuildRequires: perl(Carp) >= 1.26 BuildRequires: perl(Errno) @@ -42,23 +43,26 @@ platform issues so you don't have to. %setup -q -n IO-Pipely-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} + +%{make_install} %{_fixperms} %{buildroot}/* %check make test %files -%doc CHANGES LICENSE README +%license LICENSE +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Feb 24 2020 Jitka Plesnikova - 0.005-18 +- Modernize spec + * Thu Jan 30 2020 Fedora Release Engineering - 0.005-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild