From 2c52b0dcda02382c890c8bea5d940c0daad94286 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Sep 2023 18:27:33 +0300 Subject: [PATCH] import perl-PPIx-Utils-0.003-9.el9 --- .gitignore | 1 + .perl-PPIx-Utils.metadata | 1 + SPECS/perl-PPIx-Utils.spec | 89 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 .gitignore create mode 100644 .perl-PPIx-Utils.metadata create mode 100644 SPECS/perl-PPIx-Utils.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cbd5cf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/PPIx-Utils-0.003.tar.gz diff --git a/.perl-PPIx-Utils.metadata b/.perl-PPIx-Utils.metadata new file mode 100644 index 0000000..f909ca3 --- /dev/null +++ b/.perl-PPIx-Utils.metadata @@ -0,0 +1 @@ +a724582a1ae498efd07678d7d019b23f2f379a55 SOURCES/PPIx-Utils-0.003.tar.gz diff --git a/SPECS/perl-PPIx-Utils.spec b/SPECS/perl-PPIx-Utils.spec new file mode 100644 index 0000000..9311416 --- /dev/null +++ b/SPECS/perl-PPIx-Utils.spec @@ -0,0 +1,89 @@ +Name: perl-PPIx-Utils +Version: 0.003 +Release: 9%{?dist} +Summary: Utility functions for PPI +License: GPL-1.0-or-later OR Artistic-1.0-Perl + +URL: https://metacpan.org/release/PPIx-Utils/ +Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/PPIx-Utils-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: %{__make} +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(:VERSION) >= 0:5.006 + +BuildRequires: perl(B::Keywords) >= 1.09 +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +BuildRequires: perl(PPI) >= 1.250 +BuildRequires: perl(PPI::Dumper) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Test::More) >= 0.88 + +Requires: perl(B::Keywords) >= 1.09 +Requires: perl(PPI) >= 1.250 + + +# Filter duplicate unversioned requires +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(B::Keywords\\)$ + +%description +PPIx::Utils is a collection of utility functions for working with PPI +documents. The functions are organized into submodules, and may be imported +from the appropriate submodule or via this module. + +%prep +%setup -q -n PPIx-Utils-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + +%install +%{make_install} +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{__make} test + +%files +%license LICENSE +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Tue Sep 19 2023 Arkady L. Shane - 0.003-9 +- Rebuilt for MSVSphere 9.2 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.003-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Nov 29 2022 Ralf Corsépius - 0.003-8 +- BR: perl(:VERSION) >= 0:5.006 instead of perl >= 0:5.006. +- Convert license to SPDX. + +* Fri Jul 22 2022 Fedora Release Engineering - 0.003-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue May 31 2022 Jitka Plesnikova - 0.003-6 +- Perl 5.36 rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.003-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 0.003-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri May 21 2021 Jitka Plesnikova - 0.003-3 +- Perl 5.34 rebuild + +* Tue May 04 2021 Ralf Corsépius - 0.003-1 +- Reflect review. + +* Tue Apr 27 2021 Ralf Corsépius - 0.003-1 +- Initial Fedora package.