License compliance rectification

This commit is contained in:
starlet-dx 2024-06-13 09:52:18 +08:00
parent 7ffab5dd4d
commit 907d3a2f1f

View File

@ -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
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 1.30-10
- License compliance rectification
* Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.30-9
- define mod_name to opitomize the specfile