From d3886873ec1e61e818833e3990145db0cc76cf4d Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 19 Jul 2024 11:08:41 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 049ff164275e2183c948fd7e7e65fc1f474eaf0a) --- perl-Text-Unidecode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Text-Unidecode.spec b/perl-Text-Unidecode.spec index 23057bf..e2247f0 100644 --- a/perl-Text-Unidecode.spec +++ b/perl-Text-Unidecode.spec @@ -1,9 +1,9 @@ %define mod_name Text-Unidecode Name: perl-%{mod_name} Version: 1.30 -Release: 9 +Release: 10 Summary: %{mod_name} -- plain ASCII transliterations of Unicode text -License: GPL+ and Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/%{mod_name} Source0: https://cpan.metacpan.org/modules/by-module/Text/%{mod_name}-%{version}.tar.gz BuildArch: noarch @@ -52,6 +52,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jul 19 2024 yaoxin - 1.30-10 +- License compliance rectification + * Tue Oct 25 2022 zhoushuiqing - 1.30-9 - define mod_name to opitomize the specfile