diff --git a/perl-URI-Find.spec b/perl-URI-Find.spec index 975a2506d3fef45a840dea6d7e64277d691fcebe..e4eec8f5dbec4614aa118af93f949e3bb072ee72 100644 --- a/perl-URI-Find.spec +++ b/perl-URI-Find.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-URI-Find Version: 20160806 -Release: 1 +Release: 2 Summary: Find URIs in arbitrary text License: GPL+ or Artistic Group: Development/Libraries @@ -14,7 +14,6 @@ BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(URI) >= 1.60 Requires: perl(URI) >= 1.60 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI.pm considers a URI to be.) @@ -74,5 +73,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Feb 07 2025 sqfu - 20160806-2 +- drop useless perl(:MODULE_COMPAT) requirement + * Sat Jun 05 2021 Perl_Bot 20160806-1 - Specfile autogenerated by Perl_Bot