From 60e801bad3f59c750f8ae4cdb77111a2251e07ba Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Wed, 8 Mar 2023 09:39:56 +0100 Subject: [PATCH] Update license to SPDX format --- perl-Archive-Zip.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index 97759f0..53b1a60 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -2,14 +2,15 @@ Name: perl-Archive-Zip Version: 1.68 Release: 10%{?dist} Summary: Perl library for accessing Zip archives -# lib/Archive/Zip/Member.pm: (GPL+ or Artistic) and BSD +# lib/Archive/Zip/Member.pm: (GPL-1.0-or-later OR Artistic-1.0-Perl) and Info-ZIP # (The _mapPermissionsToUnix() comments are -# copied from BSD-licensed unzip) -# other files: GPL+ or Artistic -License: (GPL+ or Artistic) and BSD +# copied from Info-ZIP licensed unzip) +# other files: GPL-1.0-or-later OR Artistic-1.0-Perl +License: ( GPL-1.0-or-later OR Artistic-1.0-Perl ) AND Info-ZIP URL: https://metacpan.org/release/Archive-Zip Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz BuildArch: noarch +BuildRequires: coreutils # For a Git binary patch BuildRequires: git-core BuildRequires: make