Update license to SPDX format

This commit is contained in:
Jitka Plesnikova 2023-03-08 09:39:56 +01:00
parent 1bd40fe57e
commit 60e801bad3

View File

@ -2,14 +2,15 @@ Name: perl-Archive-Zip
Version: 1.68 Version: 1.68
Release: 10%{?dist} Release: 10%{?dist}
Summary: Perl library for accessing Zip archives 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 # (The _mapPermissionsToUnix() comments are
# copied from BSD-licensed unzip) # copied from Info-ZIP licensed unzip)
# other files: GPL+ or Artistic # other files: GPL-1.0-or-later OR Artistic-1.0-Perl
License: (GPL+ or Artistic) and BSD License: ( GPL-1.0-or-later OR Artistic-1.0-Perl ) AND Info-ZIP
URL: https://metacpan.org/release/Archive-Zip URL: https://metacpan.org/release/Archive-Zip
Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils
# For a Git binary patch # For a Git binary patch
BuildRequires: git-core BuildRequires: git-core
BuildRequires: make BuildRequires: make