Skip to content

Commit

Permalink
Fixed: 'Package naming issue' n 'runtime requirement on perl-libs'
Browse files Browse the repository at this point in the history
  • Loading branch information
v-smalavathu committed Jan 9, 2025
1 parent 64d7a40 commit 8d0def0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"Regexp-Pattern-Perl-0.007.tar.gz": "b59ee18f758b51b92a5c25532bbcd3a4d800f4b9b9d4318bdbf8af04a61c3165"
"perl-Regexp-Pattern-Perl-0.007.tar.gz": "b59ee18f758b51b92a5c25532bbcd3a4d800f4b9b9d4318bdbf8af04a61c3165"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release: 7%{?dist}
Summary: Regexp patterns related to Perl
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Regexp-Pattern-Perl/
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Regexp-Pattern-Perl-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Regexp-Pattern-Perl-%{version}.tar.gz#/perl-Regexp-Pattern-Perl-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: make
Expand All @@ -15,6 +15,8 @@ BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Tests
BuildRequires: perl(blib)
BuildRequires: perl(File::Spec)
Expand Down

0 comments on commit 8d0def0

Please sign in to comment.