From 241125de7aa2dcf45e8e047aab6053aa736ce136 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Wed, 2 Nov 2022 14:24:42 +0800 Subject: [PATCH] modify the license to make it specification (cherry picked from commit 68f4213654615568c3a3244dcdc6a734a76aae96) --- perl-GD-Barcode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-GD-Barcode.spec b/perl-GD-Barcode.spec index 65629f9..4512b19 100644 --- a/perl-GD-Barcode.spec +++ b/perl-GD-Barcode.spec @@ -1,8 +1,8 @@ Name: perl-GD-Barcode Version: 1.15 -Release: 30 +Release: 31 Summary: Create barcode image with GD -License: GPL+ or Artistic +License: GPL-1.0-or-later or Artistic-1.0-Perl URL: https://metacpan.org/release/GD-Barcode Source0: https://cpan.metacpan.org/authors/id/K/KW/KWITKNR/GD-Barcode-%{version}.tar.gz @@ -42,5 +42,8 @@ make test %{_mandir}/man3/* %changelog +* Wed Nov 02 2022 wangjiang - 1.15-31 +- modify the license to make it specification + * Mon Feb 17 2020 openEuler Buildteam - 1.15-30 - Package init -- Gitee