Notification time stamped 2022-11-29 16:36:02 UTC

From f0eba1a822de167aee3488a5547f23c5e57eb193 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Nov 29 2022 16:35:49 +0000
Subject: Modernize spec.


Convert license to SPDX.

---

diff --git a/perl-Sub-Infix.spec b/perl-Sub-Infix.spec
index b8baf17..89c020e 100644
--- a/perl-Sub-Infix.spec
+++ b/perl-Sub-Infix.spec
@@ -1,13 +1,12 @@
 Name:           perl-Sub-Infix
 Version:        0.004
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Create a fake infix operator
-License:        GPL+ or Artistic
+License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Sub-Infix
 Source0:        
https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Sub-Infix-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires: make
 BuildRequires:  %{__perl}
 BuildRequires:  %{__make}
 
@@ -36,16 +35,15 @@ source filters, or Devel::Declare, or any of that magic.
 %setup -q -n Sub-Infix-%{version}
 
 %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 PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
+%{make_install}
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc Changes README CREDITS
@@ -54,6 +52,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 29 2022 Ralf Corsépius <corse...@fedoraproject.org> - 0.004-19
+- Modernize spec.
+- Convert license to SPDX.
+
 * Fri Jul 22 2022 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.004-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 


        
https://src.fedoraproject.org/rpms/perl-Sub-Infix/c/f0eba1a822de167aee3488a5547f23c5e57eb193?branch=rawhide
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to