-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating CBL-Mariner import Fedora 41 (Version 0.006 -> 0.007).
- Added "License verified" statement to the changelog.
- Loading branch information
1 parent
02fe186
commit db79b8d
Showing
3 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/perl-Regexp-Pattern-Perl/perl-Regexp-Pattern-Perl.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"Regexp-Pattern-Perl-0.006.tar.gz": "79a5852898615ca8141054717d90a2f72c07b364b6736b3d84cc84183ccec2fc" | ||
"Regexp-Pattern-Perl-0.007.tar.gz": "b59ee18f758b51b92a5c25532bbcd3a4d800f4b9b9d4318bdbf8af04a61c3165" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,26 @@ | ||
Summary: Regexp patterns related to Perl | ||
Name: perl-Regexp-Pattern-Perl | ||
Version: 0.006 | ||
Release: 2%{?dist} | ||
License: GPL+ OR Artistic | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Name: perl-Regexp-Pattern-Perl | ||
Version: 0.007 | ||
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 | ||
|
||
BuildArch: noarch | ||
|
||
BuildRequires: coreutils | ||
BuildRequires: make | ||
BuildRequires: perl-generators | ||
BuildRequires: perl-interpreter | ||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 | ||
BuildRequires: perl(strict) | ||
BuildRequires: perl(warnings) | ||
|
||
%if 0%{?with_check} | ||
# Tests | ||
BuildRequires: perl(blib) | ||
BuildRequires: perl(File::Spec) | ||
BuildRequires: perl(IO::Handle) | ||
BuildRequires: perl(IPC::Open3) | ||
BuildRequires: perl(Test::More) | ||
BuildRequires: perl(blib) | ||
%endif | ||
|
||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) | ||
|
||
%description | ||
Regexp::Pattern is a convention for organizing reusable regex patterns. | ||
|
@@ -36,11 +30,11 @@ Regexp::Pattern is a convention for organizing reusable regex patterns. | |
|
||
%build | ||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 | ||
%make_build | ||
%{make_build} | ||
|
||
%install | ||
%make_install | ||
%{_fixperms} %{buildroot}/* | ||
%{make_install} | ||
%{_fixperms} $RPM_BUILD_ROOT/* | ||
|
||
%check | ||
unset AUTHOR_TESTING RELEASE_TESTING | ||
|
@@ -53,6 +47,10 @@ make test | |
%{_mandir}/man3/* | ||
|
||
%changelog | ||
* Mon Dec 16 2024 Sreenivasulu Malavathula <[email protected]> 0.007-7 | ||
- Initial CBL-Mariner import from Fedora 41 (license: GPL-1.0-or-later OR Artistic-1.0-Perl). | ||
- License verified. | ||
|
||
* Wed Jan 26 2022 Pawel Winogrodzki <[email protected]> - 0.006-2 | ||
- Initial CBL-Mariner import from Fedora 36 (license: MIT). | ||
- License verified. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters