From b92da8f85a6c7660b274587dfc38c406edfabf19 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 9 May 2022 18:08:24 +0800 Subject: [PATCH] License compliance rectification --- perl-Bit-Vector.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 3f24e3f..3ed51ab 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,8 +1,8 @@ Name: perl-Bit-Vector Version: 7.4 -Release: 15 +Release: 16 Summary: An efficient C library which allows you to handle bit vectors -License: (GPLv2+ or Artistic) and LGPLv2+ +License: (GPLv2+ or Artistic-1.0-Perl) and LGPLv2+ URL: https://metacpan.org/release/Bit-Vector Source0: https://cpan.metacpan.org/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz BuildRequires: gcc perl-generators perl(Carp::Clan) >= 5.3 perl(Config) perl(DynaLoader) perl(Exporter) @@ -58,6 +58,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon May 9 2022 baizhonggui - 7.4-16 +- modify license identifier + * Web 02 Jun 2021 zhaoyao - 7.4-15 - fixs faileds: /bin/sh: gcc: command not found. -- Gitee