Skip to content

Commit

Permalink
Updating CBL-Mariner import Fedora 41 (Version 0.006 -> 0.007).
Browse files Browse the repository at this point in the history
- Added "License verified" statement to the changelog.
  • Loading branch information
v-smalavathu committed Dec 17, 2024
1 parent 02fe186 commit db79b8d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
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"
}
}
}
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.
Expand All @@ -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
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19333,8 +19333,8 @@
"type": "other",
"other": {
"name": "perl-Regexp-Pattern-Perl",
"version": "0.006",
"downloadUrl": "https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Regexp-Pattern-Perl-0.006.tar.gz"
"version": "0.007",
"downloadUrl": "https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Regexp-Pattern-Perl-0.007.tar.gz"
}
}
},
Expand Down

0 comments on commit db79b8d

Please sign in to comment.