Blame SPECS/perl-Module-Load-Conditional.spec

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