diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8dd8648 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Import-Into-1.002005.tar.gz diff --git a/.perl-Import-Into.metadata b/.perl-Import-Into.metadata new file mode 100644 index 0000000..d3f4a35 --- /dev/null +++ b/.perl-Import-Into.metadata @@ -0,0 +1 @@ +ae123af669e064168ae0371c020d88335d92c8a3 SOURCES/Import-Into-1.002005.tar.gz diff --git a/SPECS/perl-Import-Into.spec b/SPECS/perl-Import-Into.spec new file mode 100644 index 0000000..07eea3b --- /dev/null +++ b/SPECS/perl-Import-Into.spec @@ -0,0 +1,154 @@ +Name: perl-Import-Into +Version: 1.002005 +Release: 19%{?dist} +Summary: Import packages into other packages +License: GPL+ or Artistic +URL: https://metacpan.org/release/Import-Into +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz +BuildArch: noarch +# Module Build +BuildRequires: coreutils +BuildRequires: make +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +# Module Runtime +BuildRequires: perl(Module::Runtime) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Test Suite +BuildRequires: perl(base) +BuildRequires: perl(Exporter) +BuildRequires: perl(IPC::Open3) +BuildRequires: perl(Test::More) +# Runtime +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) + +%description +Loading Import::Into creates a global method import::into which you can call on +any package to import it into another package. + +%prep +%setup -q -n Import-Into-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + +%install +%{make_install} +%{_fixperms} -c %{buildroot} + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/Import/ +%{_mandir}/man3/Import::Into.3* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 1.002005-19 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 1.002005-18 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.002005-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 8 2021 Paul Howarth - 1.002005-16 +- Use %%{make_build} and %%{make_install} +- Fix permissions verbosely + +* Tue Jul 28 2020 Fedora Release Engineering - 1.002005-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 1.002005-14 +- Perl 5.32 rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.002005-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.002005-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 1.002005-11 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.002005-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.002005-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Jitka Plesnikova - 1.002005-8 +- Perl 5.28 rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.002005-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.002005-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jun 05 2017 Jitka Plesnikova - 1.002005-5 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.002005-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 1.002005-3 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.002005-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Aug 28 2015 Petr Ĺ abata - 1.002005-1 +- 1.002005 bump +- Update source URL + +* Thu Jun 18 2015 Fedora Release Engineering - 1.002004-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Fri Jun 05 2015 Jitka Plesnikova - 1.002004-2 +- Perl 5.22 rebuild + +* Thu Nov 13 2014 Paul Howarth - 1.002004-1 +- Update to 1.002004 + - Module loading is now done while importing, making it unnecessary to load + them beforehand (CPAN RT#96995) + - Fix prerequisite declarations for older toolchain + +* Tue Aug 26 2014 Jitka Plesnikova - 1.002002-3 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.002002-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 7 2014 Paul Howarth - 1.002002-1 +- Update to 1.002002 + - Minor metadata updates +- This release by ETHER -> update source URL +- Classify buildreqs by usage + +* Wed Mar 12 2014 Paul Howarth - 1.002001-1 +- Update to 1.002001 + - Allow specifying by caller level, as well as specifying file, line, and + version + - Fix tests and Makefile.PL to support perl 5.6 +- This release by HAARG -> update source URL +- Specify all dependencies +- Make %%files list more explicit + +* Sat Aug 03 2013 Fedora Release Engineering - 1.001001-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 17 2013 Petr Pisar - 1.001001-2 +- Perl 5.18 rebuild + +* Fri Apr 19 2013 Iain Arnell 1.001001-1 +- update to latest upstream version + +* Sat Feb 16 2013 Iain Arnell 1.001000-1 +- Specfile autogenerated by cpanspec 1.79.