From 1a7f1ce30a87429a16179bbb6f87c99a55fe106c Mon Sep 17 00:00:00 2001 From: sqfu Date: Fri, 7 Feb 2025 15:01:37 +0800 Subject: [PATCH] drop useless perl(:MODULE_COMPAT) requirement --- perl-Unicode-String.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Unicode-String.spec b/perl-Unicode-String.spec index 33d651e..68a5a76 100644 --- a/perl-Unicode-String.spec +++ b/perl-Unicode-String.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-Unicode-String Version: 2.10 -Release: 2 +Release: 3 Summary: String of Unicode characters (UTF-16BE) License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries @@ -12,7 +12,6 @@ BuildRequires: perl-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(MIME::Base64) >= 2 Requires: perl(MIME::Base64) >= 2 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description A Unicode::String object represents a sequence of Unicode characters. Methods are provided to convert between various external formats @@ -76,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Feb 07 2025 sqfu - 2.10-3 +- drop useless perl(:MODULE_COMPAT) requirement + * Fri Aug 12 2022 Shinwell_Hu - 2.10-2 - Add BuildRequires for perl-devel - License compliance rectification -- Gitee