diff --git a/perl-Text-CharWidth.spec b/perl-Text-CharWidth.spec index 966b5f7355334de7311a70ccc67d91f7756b77cc..f26eeaf0c0a10de99d913ada0326092151122e6a 100644 --- a/perl-Text-CharWidth.spec +++ b/perl-Text-CharWidth.spec @@ -1,7 +1,7 @@ Name: perl-Text-CharWidth Version: 0.04 -Release: 38 -License: GPL+ or Artistic +Release: 39 +License: GPL-1.0-or-later OR Artistic-1.0-Perl Summary: Get the number of columns occupied by the terminal string URL: https://metacpan.org/release/Text-CharWidth @@ -9,7 +9,6 @@ Source0: https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth- BuildRequires: gcc make perl-devel perl-generators perl(Exporter) perl(XSLoader) perl(strict) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::Simple) perl(warnings) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -18,11 +17,7 @@ This package provides and wcswidth (3) and wcwidth (3) equivalent functions. While also providing mblen (3) equivalent to the subroutine. -%package help -Summary: Help documents for perl-Text-CharWidth - -%description help -Man pages and other related help documents for perl-Text-CharWidth. +%package_help %prep %autosetup -n Text-CharWidth-%{version} -p1 @@ -46,6 +41,9 @@ make test %{_mandir}/man3/Text::CharWidth.3pm* %changelog +* Sun Jan 19 2025 Funda Wang - 0.04-39 +- drop useless perl(:MODULE_COMPAT) requirement + * Sat Dec 24 2022 wanglimin - 0.04-38 - Fix date error