diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7322672 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Config-Perl-V-0.33.tgz diff --git a/.perl-Config-Perl-V.metadata b/.perl-Config-Perl-V.metadata new file mode 100644 index 0000000..6a59ae6 --- /dev/null +++ b/.perl-Config-Perl-V.metadata @@ -0,0 +1 @@ +cf1580bf994c93df5c9cc92d85f970d5b151c68c SOURCES/Config-Perl-V-0.33.tgz diff --git a/SOURCES/Config-Perl-V-0.24-Remove-invalid-shellbang.patch b/SOURCES/Config-Perl-V-0.24-Remove-invalid-shellbang.patch new file mode 100644 index 0000000..b4c7aa9 --- /dev/null +++ b/SOURCES/Config-Perl-V-0.24-Remove-invalid-shellbang.patch @@ -0,0 +1,26 @@ +From 26c312a1f52b06b26fb035f7e7855b8056d48728 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Wed, 1 Jul 2015 13:47:28 +0200 +Subject: [PATCH] Remove invalid shellbang +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + examples/show-v.pl | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/examples/show-v.pl b/examples/show-v.pl +index 2fac597..b43056a 100755 +--- a/examples/show-v.pl ++++ b/examples/show-v.pl +@@ -1,5 +1,3 @@ +-#!/pro/bin/perl +- + use strict; + use warnings; + +-- +2.4.3 + diff --git a/SPECS/perl-Config-Perl-V.spec b/SPECS/perl-Config-Perl-V.spec new file mode 100644 index 0000000..d81a287 --- /dev/null +++ b/SPECS/perl-Config-Perl-V.spec @@ -0,0 +1,161 @@ +Name: perl-Config-Perl-V +Version: 0.33 +Release: 4%{?dist} +Summary: Structured data retrieval of perl -V output +License: GPL+ or Artistic +URL: https://metacpan.org/release/Config-Perl-V +Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{version}.tgz +# Correct example +Patch0: Config-Perl-V-0.24-Remove-invalid-shellbang.patch +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: make +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(strict) +# Run-time: +BuildRequires: perl(Config) +BuildRequires: perl(Exporter) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) +# Optional run-time: +BuildRequires: perl(Digest::MD5) +# Tests: +BuildRequires: perl(Test::More) +%if !%{defined perl_bootstrap} +# Building core modules must not require non-core modules when bootstrapping +BuildRequires: perl(Test::NoWarnings) +%endif +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Suggests: perl(Digest::MD5) +Conflicts: perl < 4:5.22.0-347 + +%description +The command "perl -V" will return you an excerpt from the %%Config::Config +hash combined with the output of "perl -V" that is not stored inside the hash, +but only available to the perl binary itself. This package provides Perl +module that will return you the output of "perl -V" in a structure. + +%prep +%setup -q -n Config-Perl-V-%{version} +%patch0 -p1 +chmod -x examples/* + +%build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + +%install +%{make_install} +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +# Building core modules must not require non-core modules when bootstrapping +make test PERL_CORE=%{defined perl_bootstrap} + +%files +%doc Changelog CONTRIBUTING.md examples README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 0.33-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 0.33-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 21 2020 Jitka Plesnikova - 0.33-1 +- 0.33 bump + +* Tue Jul 28 2020 Fedora Release Engineering - 0.32-458 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Jitka Plesnikova - 0.32-457 +- Perl 5.32 re-rebuild of bootstrapped packages + +* Mon Jun 22 2020 Jitka Plesnikova - 0.32-456 +- Increase release to favour standalone package + +* Wed Jan 29 2020 Fedora Release Engineering - 0.32-442 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Sep 27 2019 Petr Pisar - 0.32-441 +- Indeed upgrade to 0.32 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.32-440 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 02 2019 Jitka Plesnikova - 0.32-439 +- Perl 5.30 re-rebuild of bootstrapped packages + +* Thu May 30 2019 Jitka Plesnikova - 0.32-438 +- Increase release to favour standalone package + +* Fri May 03 2019 Jitka Plesnikova - 0.32-1 +- Upgrade to 0.32 as provided in perl-5.29.10 + +* Fri Feb 01 2019 Fedora Release Engineering - 0.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Dec 19 2018 Petr Pisar - 0.31-1 +- 0.31 bump + +* Fri Jul 13 2018 Fedora Release Engineering - 0.30-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jul 09 2018 Petr Pisar - 0.30-1 +- 0.30 bump + +* Sat Jun 30 2018 Jitka Plesnikova - 0.29-417 +- Perl 5.28 re-rebuild of bootstrapped packages + +* Tue Jun 26 2018 Jitka Plesnikova - 0.29-416 +- Increase release to favour standalone package + +* Thu Feb 08 2018 Fedora Release Engineering - 0.29-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Oct 16 2017 Jitka Plesnikova - 0.29-1 +- 0.29 bump + +* Thu Jul 27 2017 Fedora Release Engineering - 0.28-395 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed Jun 07 2017 Jitka Plesnikova - 0.28-394 +- Perl 5.26 re-rebuild of bootstrapped packages + +* Sat Jun 03 2017 Jitka Plesnikova - 0.28-393 +- Perl 5.26 rebuild + +* Fri May 12 2017 Petr Pisar - 0.28-2 +- Building core modules must not require non-core modules when bootstrapping + +* Thu May 11 2017 Petr Pisar - 0.28-1 +- Upgrade to 0.28 as provided in perl-5.25.12 + +* Sat Feb 11 2017 Fedora Release Engineering - 0.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Aug 12 2016 Jitka Plesnikova - 0.27-1 +- 0.27 bump + +* Sat May 14 2016 Jitka Plesnikova - 0.26-2 +- Perl 5.24 rebuild + +* Wed May 11 2016 Petr Pisar - 0.26-1 +- 0.26 bump + +* Thu Feb 04 2016 Fedora Release Engineering - 0.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Nov 18 2015 Petr Pisar - 0.25-1 +- 0.25 bump + +* Wed Jul 01 2015 Petr Pisar 0.24-348 +- Specfile autogenerated by cpanspec 1.78.