Notification time stamped 2022-11-29 15:11:49 UTC

From 5844d5f6a34a9a187a078dcca2ea2ec6ee408681 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Nov 29 2022 15:10:33 +0000
Subject: Modernize spec.


Convert license to SPDX.

---

diff --git a/perl-HTTP-MultiPartParser.spec b/perl-HTTP-MultiPartParser.spec
index 7aaf87e..5eece9e 100644
--- a/perl-HTTP-MultiPartParser.spec
+++ b/perl-HTTP-MultiPartParser.spec
@@ -1,13 +1,14 @@
 Name:           perl-HTTP-MultiPartParser
 Version:        0.02
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        HTTP MultiPart Parser
-License:        GPL+ or Artistic
+License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/HTTP-MultiPartParser
 Source0:        
https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/HTTP-MultiPartParser-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires: make
+
+BuildRequires:  %{__make}
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter >= 1:5.8.1
 
@@ -30,8 +31,6 @@ BuildRequires:  perl(warnings)
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(Module::Install::ReadmeFromPod)
 
-BuildRequires:  %{__make}
-
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -43,11 +42,11 @@ streams conforming to MultiPart types as defined in RFC 
2616.
 %{__rm} -rf inc
 
 %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/*
 
@@ -60,6 +59,10 @@ streams conforming to MultiPart types as defined in RFC 2616.
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov 29 2022 Ralf Corsépius <corse...@fedoraproject.org> - 0.02-19
+- Modernize spec.
+- Convert license to SPDX.
+
 * Fri Jul 22 2022 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.02-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 


        
https://src.fedoraproject.org/rpms/perl-HTTP-MultiPartParser/c/5844d5f6a34a9a187a078dcca2ea2ec6ee408681?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