From 3bf4f13492f42c53b1d2a5eeb0c967667a9601b4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 11:04:50 +0000 Subject: import perl-Module-Load-Conditional-0.68-395.el8 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4c34fb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Module-Load-Conditional-0.68.tar.gz diff --git a/.perl-Module-Load-Conditional.metadata b/.perl-Module-Load-Conditional.metadata new file mode 100644 index 0000000..ff9ff94 --- /dev/null +++ b/.perl-Module-Load-Conditional.metadata @@ -0,0 +1 @@ +30d10bfde68b8dcefc0368fa72ea4558ddaddf5e SOURCES/Module-Load-Conditional-0.68.tar.gz diff --git a/SPECS/perl-Module-Load-Conditional.spec b/SPECS/perl-Module-Load-Conditional.spec new file mode 100644 index 0000000..977b621 --- /dev/null +++ b/SPECS/perl-Module-Load-Conditional.spec @@ -0,0 +1,142 @@ +Name: perl-Module-Load-Conditional +Version: 0.68 +Release: 395%{?dist} +Summary: Looking up module information and loading at run-time +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/Module-Load-Conditional/ +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz +BuildArch: noarch +# Build: +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Carp) +BuildRequires: perl(Config) +BuildRequires: perl(constant) +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Spec) +BuildRequires: perl(FileHandle) +BuildRequires: perl(Locale::Maketext::Simple) +BuildRequires: perl(Module::CoreList) >= 2.22 +BuildRequires: perl(Module::Load) >= 0.28 +BuildRequires: perl(Module::Metadata) >= 1.000005 +BuildRequires: perl(Params::Check) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +BuildRequires: perl(version) >= 0.69 +# Tests: +BuildRequires: perl(FindBin) +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) +BuildRequires: perl(warnings) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Config) +Requires: perl(Module::CoreList) >= 2.22 +Requires: perl(Module::Load) >= 0.28 +Requires: perl(Module::Metadata) >= 1.000005 +Requires: perl(version) >= 0.69 + +# Filter under-specified dependencies +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Module::Load|Module::Metadata|version)\\)$ + +%description +This module provides simple ways to query and possibly load any of the modules +you have installed on your system during run-time. + +%prep +%setup -q -n Module-Load-Conditional-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -delete +%{_fixperms} %{buildroot} + +%check +make test + +%files +%doc CHANGES README +%{perl_vendorlib}/Module/ +%{_mandir}/man3/Module::Load::Conditional.3* + +%changelog +* Thu Feb 08 2018 Fedora Release Engineering - 0.68-395 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.68-394 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Jun 03 2017 Jitka Plesnikova - 0.68-393 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.68-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Jul 29 2016 Paul Howarth - 0.68-1 +- Update to 0.68 + - Fix unconditional @INC localization + +* Wed Jul 27 2016 Paul Howarth - 0.66-1 +- Update to 0.66 + - Add FORCE_SAFE_INC option to address CVE-2016-1238 +- BR: perl-generators +- Simplify find command using -delete +- Drop legacy Group: tag + +* Sat May 14 2016 Jitka Plesnikova - 0.64-365 +- Increase release to favour standalone package + +* Thu Feb 04 2016 Fedora Release Engineering - 0.64-347 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.64-346 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jun 04 2015 Jitka Plesnikova - 0.64-345 +- Increase release to favour standalone package + +* Wed Jun 03 2015 Jitka Plesnikova - 0.64-2 +- Perl 5.22 rebuild + +* Mon Jan 19 2015 Paul Howarth - 0.64-1 +- Update to 0.64 + - Resolve an edge-case with DEPRECATED (CPAN RT#101555) +- Make %%files list more explicit + +* Wed Sep 03 2014 Jitka Plesnikova - 0.62-310 +- Increase release to favour standalone package + +* Tue Aug 26 2014 Jitka Plesnikova - 0.62-3 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.62-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Jan 27 2014 Petr Pisar - 0.62-1 +- 0.62 bump + +* Mon Jan 20 2014 Petr Pisar - 0.60-1 +- 0.60 bump + +* Mon Sep 02 2013 Petr Pisar - 0.58-1 +- 0.58 bump + +* Sat Aug 03 2013 Fedora Release Engineering - 0.54-291 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 15 2013 Petr Pisar - 0.54-290 +- Increase release to favour standalone package + +* Fri Jul 12 2013 Petr Pisar - 0.54-2 +- Perl 5.18 rebuild + +* Fri Jan 25 2013 Petr Pisar 0.54-1 +- Specfile autogenerated by cpanspec 1.78.