From 8fe4e4d97bbe2dc33c91013726f1efd8a6d18b6b Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Thu, 4 Sep 2025 22:13:48 +0800 Subject: [PATCH] delete useless perl(:MODULE_COMPAT) requirement --- perl-Text-FindIndent.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/perl-Text-FindIndent.spec b/perl-Text-FindIndent.spec index 38a2bd6..75332ba 100644 --- a/perl-Text-FindIndent.spec +++ b/perl-Text-FindIndent.spec @@ -3,12 +3,12 @@ Name: perl-%{cpan_name} Version: 0.11 -Release: 1 +Release: 2 Summary: Heuristically determine the indent style License: Perl License Group: Development/Libraries -URL: http://search.cpan.org/dist/%{cpan_name}/ +URL: https://metacpan.org/dist/%{cpan_name}/ Source0: http://www.cpan.org/authors/id/C/CH/CHORNY/%{cpan_name}-%{version}.tar.gz BuildArch: noarch @@ -16,8 +16,7 @@ BuildRequires: perl >= 0:5.00503 BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.80 -BuildRequires: perl(inc::Module::Install::DSL) >= 1.10 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Module::Install) %description This is a module that attempts to intuit the underlying indent "policy" for @@ -90,5 +89,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 04 2025 Han Jinpeng 0.11-2 +- Delete useless perl(:MODULE_COMPAT) requirement + * Fri Jul 16 2021 ice-kylin 0.11-1 - Initial package -- Gitee