diff --git a/perl-Test-MockTime.spec b/perl-Test-MockTime.spec index b8fcc44..4ae9124 100644 --- a/perl-Test-MockTime.spec +++ b/perl-Test-MockTime.spec @@ -1,13 +1,12 @@ Name: perl-Test-MockTime Version: 0.17 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Replaces actual time with simulated time -License: GPL+ or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/Test-MockTime Source0: https://cpan.metacpan.org/authors/id/D/DD/DDICK/Test-MockTime-%{version}.tar.gz BuildArch: noarch -BuildRequires: make BuildRequires: %{__perl} BuildRequires: %{__make} @@ -41,11 +40,11 @@ calls to gmtime,time or localtime. chmod -x lib/Test/MockTime.pm t/test.t %build -%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -%{__make} %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT +%{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -57,6 +56,10 @@ chmod -x lib/Test/MockTime.pm t/test.t %{_mandir}/man3/* %changelog +* Tue Nov 29 2022 Ralf Corsépius - 0.17-16 +- Modernize spec. +- Convert license to SPDX. + * Fri Jul 22 2022 Fedora Release Engineering - 0.17-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild