License compliance rectification

(cherry picked from commit 049ff164275e2183c948fd7e7e65fc1f474eaf0a)
This commit is contained in:
starlet-dx 2024-07-19 11:08:41 +08:00 committed by openeuler-sync-bot
parent c39aaf3d4c
commit d3886873ec

View File

@ -1,9 +1,9 @@
%define mod_name Text-Unidecode %define mod_name Text-Unidecode
Name: perl-%{mod_name} Name: perl-%{mod_name}
Version: 1.30 Version: 1.30
Release: 9 Release: 10
Summary: %{mod_name} -- plain ASCII transliterations of Unicode text 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} URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/modules/by-module/Text/%{mod_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/modules/by-module/Text/%{mod_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -52,6 +52,9 @@ make test
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Fri Jul 19 2024 yaoxin <yao_xin001@hoperun.com> - 1.30-10
- License compliance rectification
* Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.30-9 * Tue Oct 25 2022 zhoushuiqing <zhoushuiqing2@huawei.com> - 1.30-9
- define mod_name to opitomize the specfile - define mod_name to opitomize the specfile