Notification time stamped 2022-11-28 07:51:40 UTC

From aed7e101acb9261360aada0ae7a22af4fb57c935 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Nov 28 2022 07:51:31 +0000
Subject: Modernize spec.


Convert license to SPDX.

---

diff --git a/perl-namespace-sweep.spec b/perl-namespace-sweep.spec
index 2586465..b32be59 100644
--- a/perl-namespace-sweep.spec
+++ b/perl-namespace-sweep.spec
@@ -1,13 +1,12 @@
 Name:           perl-namespace-sweep
 Version:        0.006
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        Sweep up imported subs in your classes
-License:        GPL+ or Artistic
+License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/namespace-sweep
 Source0:        
https://cpan.metacpan.org/authors/id/F/FR/FRIEDO/namespace-sweep-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires: make
 BuildRequires:  %{__perl}
 BuildRequires:  %{__make}
 
@@ -46,16 +45,16 @@ will still be able to use the imported functions without 
any problems.
 %setup -q -n namespace-sweep-%{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 DESTDIR=$RPM_BUILD_ROOT
+%{make_install}
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+%{__make} test
 
 %files
 %doc README
@@ -64,6 +63,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 28 2022 Ralf Corsépius <corse...@fedoraproject.org> - 0.006-19
+- Modernize spec.
+- Convert license to SPDX.
+
 * Fri Jul 22 2022 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.006-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 


        
https://src.fedoraproject.org/rpms/perl-namespace-sweep/c/aed7e101acb9261360aada0ae7a22af4fb57c935?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