f8fc54
# This file is licensed under the terms of GNU GPLv2+.
f8fc54
f8fc54
# Run optional tests
f8fc54
%{bcond_without perl_Module_Runtime_enables_optional_test}
f8fc54
f8fc54
Name:           perl-Module-Runtime
f8fc54
Version:        0.016
f8fc54
Release:        2%{?dist}
f8fc54
Summary:        Runtime module handling
f8fc54
License:        GPL+ or Artistic
f8fc54
URL:            http://search.cpan.org/dist/Module-Runtime/
f8fc54
Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
f8fc54
BuildArch:      noarch
f8fc54
BuildRequires:  coreutils
f8fc54
BuildRequires:  make
f8fc54
BuildRequires:  perl-generators
f8fc54
BuildRequires:  perl-interpreter
f8fc54
BuildRequires:  perl(:VERSION) >= 5.6
f8fc54
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
f8fc54
# Tests:
f8fc54
BuildRequires:  perl(Math::BigInt)
f8fc54
BuildRequires:  perl(strict)
f8fc54
BuildRequires:  perl(Test::More) >= 0.41
f8fc54
BuildRequires:  perl(warnings)
f8fc54
%if %{with perl_Module_Runtime_enables_optional_test}
f8fc54
# Optional tests:
f8fc54
BuildRequires:  perl(Test::Pod) >= 1.00
f8fc54
BuildRequires:  perl(Test::Pod::Coverage)
f8fc54
%endif
f8fc54
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
f8fc54
f8fc54
%description
f8fc54
The functions exported by this module deal with runtime handling of Perl
f8fc54
modules, which are normally handled at compile time.
f8fc54
f8fc54
%prep
f8fc54
%setup -q -n Module-Runtime-%{version}
f8fc54
f8fc54
%build
f8fc54
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
f8fc54
make %{?_smp_mflags}
f8fc54
f8fc54
%install
f8fc54
make pure_install DESTDIR=%{buildroot}
f8fc54
%{_fixperms} %{buildroot}
f8fc54
f8fc54
%check
f8fc54
make test
f8fc54
f8fc54
%files
f8fc54
%doc Changes README
f8fc54
%{perl_vendorlib}/Module/
f8fc54
%{_mandir}/man3/Module::Runtime.3*
f8fc54
f8fc54
%changelog
f8fc54
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.016-2
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f8fc54
f8fc54
* Thu Oct 19 2017 Paul Howarth <paul@city-fan.org> - 0.016-1
f8fc54
- 0.016 bump
f8fc54
f8fc54
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.015-2
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f8fc54
f8fc54
* Mon Jul 17 2017 Petr Pisar <ppisar@redhat.com> - 0.015-1
f8fc54
- 0.015 bump
f8fc54
f8fc54
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-10
f8fc54
- Perl 5.26 rebuild
f8fc54
f8fc54
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-9
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f8fc54
f8fc54
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-8
f8fc54
- Perl 5.24 rebuild
f8fc54
f8fc54
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-7
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f8fc54
f8fc54
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 0.014-6
f8fc54
- Specify all dependencies
f8fc54
f8fc54
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.014-5
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f8fc54
f8fc54
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-4
f8fc54
- Perl 5.22 rebuild
f8fc54
f8fc54
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-3
f8fc54
- Perl 5.20 rebuild
f8fc54
f8fc54
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.014-2
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f8fc54
f8fc54
* Mon Feb 10 2014 Petr Pisar <ppisar@redhat.com> - 0.014-1
f8fc54
- 0.014 bump
f8fc54
f8fc54
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-6
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f8fc54
f8fc54
* Fri Jul 19 2013 Petr Pisar <ppisar@redhat.com> - 0.013-5
f8fc54
- Perl 5.18 rebuild
f8fc54
f8fc54
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-4
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f8fc54
f8fc54
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-3
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f8fc54
f8fc54
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.013-2
f8fc54
- Perl 5.16 rebuild
f8fc54
f8fc54
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 0.013-1
f8fc54
- 0.013 bump
f8fc54
f8fc54
* Mon Feb 13 2012 Petr Pisar <ppisar@redhat.com> - 0.012-1
f8fc54
- 0.012 bump
f8fc54
f8fc54
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-2
f8fc54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f8fc54
f8fc54
* Tue Oct 25 2011 Petr Pisar <ppisar@redhat.com> - 0.011-1
f8fc54
- 0.011 bump
f8fc54
f8fc54
* Fri Oct 07 2011 Petr Pisar <ppisar@redhat.com> - 0.010-1
f8fc54
- 0.010 bump
f8fc54
f8fc54
* Wed Oct 05 2011 Petr Pisar <ppisar@redhat.com> - 0.009-1
f8fc54
- 0.009 bump
f8fc54
- Remove defattr now
f8fc54
f8fc54
* Fri Jul 22 2011 Petr Sabata <contyk@redhat.com> - 0.008-2
f8fc54
- Perl mass rebuild
f8fc54
f8fc54
* Mon Jul 11 2011 Petr Pisar <ppisar@redhat.com> 0.008-1
f8fc54
- Specfile autogenerated by cpanspec 1.78.
f8fc54
- Remove BuildRoot and defattr