c8-stream-5.24
imports/c8-stream-5.24/perl-Module-Load-Conditional-0.68-396.module+el8.1.0+2926+ce7246ad
commit
cab271ae4d
@ -0,0 +1 @@
|
|||||||
|
SOURCES/Module-Load-Conditional-0.68.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
30d10bfde68b8dcefc0368fa72ea4558ddaddf5e SOURCES/Module-Load-Conditional-0.68.tar.gz
|
@ -0,0 +1,145 @@
|
|||||||
|
Name: perl-Module-Load-Conditional
|
||||||
|
Version: 0.68
|
||||||
|
Release: 396%{?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
|
||||||
|
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-396
|
||||||
|
- Rebuild with enable hardening (bug #1636329)
|
||||||
|
|
||||||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-395
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-394
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-393
|
||||||
|
- Perl 5.26 rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 0.68-1
|
||||||
|
- Update to 0.68
|
||||||
|
- Fix unconditional @INC localization
|
||||||
|
|
||||||
|
* Wed Jul 27 2016 Paul Howarth <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 0.64-365
|
||||||
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.64-347
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.64-346
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.64-345
|
||||||
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.64-2
|
||||||
|
- Perl 5.22 rebuild
|
||||||
|
|
||||||
|
* Mon Jan 19 2015 Paul Howarth <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 0.62-310
|
||||||
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.62-3
|
||||||
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 27 2014 Petr Pisar <ppisar@redhat.com> - 0.62-1
|
||||||
|
- 0.62 bump
|
||||||
|
|
||||||
|
* Mon Jan 20 2014 Petr Pisar <ppisar@redhat.com> - 0.60-1
|
||||||
|
- 0.60 bump
|
||||||
|
|
||||||
|
* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 0.58-1
|
||||||
|
- 0.58 bump
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.54-291
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.54-290
|
||||||
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 0.54-2
|
||||||
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
* Fri Jan 25 2013 Petr Pisar <ppisar@redhat.com> 0.54-1
|
||||||
|
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue